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

8
_layouts/default.html Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{{ content }}
{% include ga.html %}
</body>
</html>