updated to zola for static site gen

This commit is contained in:
Michael Chalupiak
2026-01-25 21:30:25 -05:00
parent 231d34bd7f
commit 0600a58895
14 changed files with 183 additions and 6 deletions

24
static/index.html Normal file
View File

@@ -0,0 +1,24 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MChalupiak.com</title>
<link rel="stylesheet" href="style.css" />
</head>
<div id="header">
<div class="header-link"><a href="index.html">Home</a></div>
<div class="header-link">Resume</div>
<div class="header-link">Blog</div>
<div class="header-link">
<a href="https://git.mchalupiak.com/mchalupiak/">Portfolio</a>
</div>
<!-- <div class="header-link">
<a href="services.html">Services</a>
</div>
-->
</div>
<div id="body">
<h1>WIP</h1>
</div>
</html>