New theme

This commit is contained in:
2020-02-23 18:14:16 -05:00
parent 75dce1863a
commit d624a92d0d
51 changed files with 271 additions and 1417 deletions

9
_includes/nav.html Normal file
View File

@ -0,0 +1,9 @@
<div class="navbar">
<a href="{{ "/" | prepend: site.baseurl }}">Home</a>
<span class="separator"></span>
<a href="{{ "/projects/" | prepend: site.baseurl }}">Projects</a>
<span class="separator"></span>
<a href="{{ "/about/" | prepend: site.baseurl }}">About</a>
<span class="separator"></span>
<a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>
</div>