Switch to using Hugo

This commit is contained in:
NeilBrommer 2018-05-12 16:50:36 -07:00
parent 03328460ae
commit 7caf09852c
29 changed files with 462 additions and 846 deletions

View file

@ -0,0 +1,10 @@
{{ partial "htmlhead" . }}
<body>
{{ partial "navbar" .}}
<div class="container">
{{.Content}}
</div>
</body>
</html>