* Beginning of hugo driven theming

This commit is contained in:
shockrah
2021-08-14 13:46:18 -07:00
parent f5844e5d51
commit 06fa590790
15 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="main">
<div id="content">
<!-- This is where we grab all the posts with their heaers and shit -->
<!-- Title | date | description is all we want from each post -->
</div>
</div>
</body>
</html>