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

10
_includes/ga.html Normal file
View File

@@ -0,0 +1,10 @@
<script>
if (window.location.hostname == "{{ site.hostname }}") {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-354018-12', 'auto');
ga('send', 'pageview');
} else { _gaq = []; };
</script>

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>