🔖🚧 Initial commit

This commit is contained in:
Dan Jones 2017-06-04 22:05:40 -05:00
commit da5dd153e3
10 changed files with 588 additions and 0 deletions

15
_layouts/default.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
{% seo %}
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
</head>
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
<section class="entry-content">
{{ content }}
</section>
</body>
</html>