New theme

Disable horizontal scroll

Update gemfile lock

Remove the `theme` variable

Try adding remote theme plugin

Update gemfile lock
This commit is contained in:
2020-02-23 18:14:16 -05:00
committed by Bradlee Speice
parent 760faa2232
commit 071eeb1ce1
51 changed files with 282 additions and 1414 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>