Fresh Jekyll installation (just for testing)

This commit is contained in:
Jeff Parsons 2015-12-07 13:23:52 -08:00
commit d8da4b6ade
15 changed files with 780 additions and 0 deletions

20
_layouts/default.html Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>