Organize pages for blog posts and projects, and add root-level pages

This commit is contained in:
2017-11-28 20:24:14 -08:00
parent e967123bb5
commit 404aa350a8
12 changed files with 140 additions and 67 deletions

22
_layouts/home.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header>
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span>
{{ page.title }}
</header>
<main>
{% include sidebar.html %}
<article id="content">
{{ content }}
</article>
</main>
<!--{% include footer.html %}-->
</body>
</html>