First stab at turning this into a Github Pages site

This commit is contained in:
2016-11-23 18:14:01 +00:00
parent b0436f443c
commit c5d20cbd78
32 changed files with 252 additions and 176 deletions

5
_includes/head.html Normal file
View File

@@ -0,0 +1,5 @@
<head>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
</head>