Use base16 theme with initial modifications

- set footer definitively at bottom and max width
- removed nav. bar
- changed title to name
- cleared homepage
- set Hack font
This commit is contained in:
2019-01-31 03:43:41 -05:00
commit abe4976779
17 changed files with 748 additions and 0 deletions

16
layouts/404.html Normal file
View File

@@ -0,0 +1,16 @@
{{ partial "header.html" . }}
<main role="main" class="page-not-found">
<h1>
<span class="base05">[</span><span class="base08">4</span><span class="base09">0</span><span class="base0a">4</span><span class="base05">]</span>
<span class="base05"># _</span>
</h1>
<h2>
not found
</h2>
</main>
{{ partial "footer.html" . }}