Add blog post list and placeholder blog post

• add blog post list
• add css specificially for the blog and projects pages
• make layouts more modular for including different CSS on each page
• use HTML for directory pages for better use with Liquid
This commit is contained in:
2017-12-18 19:07:47 -08:00
parent e9ada0d3f1
commit f3a65eb0f4
17 changed files with 211 additions and 153 deletions

View File

@ -1,12 +1,14 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<head>
{% include head.html %}
</head>
<body>
<header>
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span>
{{ page.title }}
<a href="/" id="name"><b>Andrew Cassidy</b></a>
<span class="slash">/</span> {{ page.title }}
</header>
<main>
@ -19,4 +21,4 @@
<!--{% include footer.html %}-->
</body>
</html>
</html>