From 4384dc784991f8722e5bb3f09064161d0bf1eb9c Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Fri, 5 Apr 2019 13:03:32 -0400 Subject: Finished all layouts, added first couple of posts, added favicon. --- _defaults/pages.md | 9 --- _defaults/posts.md | 3 - _includes/nav.liquid | 8 +-- _layouts/index.liquid | 6 +- _layouts/page.liquid | 6 +- _layouts/post.liquid | 69 +++++++++++++++++++-- auto.md | 2 + favicon.ico | Bin 0 -> 53694 bytes ...9-04-04-my-first-car-is-a-1953-hudson-hornet.md | 10 +++ ...-a-web-site-in-2019-aka-cobalt-rs-is-awesome.md | 8 +++ 10 files changed, 94 insertions(+), 27 deletions(-) create mode 100644 favicon.ico create mode 100644 posts/2019-04-04-my-first-car-is-a-1953-hudson-hornet.md create mode 100644 posts/why-have-a-web-site-in-2019-aka-cobalt-rs-is-awesome.md diff --git a/_defaults/pages.md b/_defaults/pages.md index cda23fd..28b1713 100644 --- a/_defaults/pages.md +++ b/_defaults/pages.md @@ -1,12 +1,3 @@ --- layout: page.liquid --- -## Page! - -## Posts: -{% for post in collections.posts.pages %} -#### {{post.title}} - -## Post Permalinks: -[{{ post.title }}]({{ post.permalink }}) -{% endfor %} diff --git a/_defaults/posts.md b/_defaults/posts.md index 89dc685..9b8659c 100644 --- a/_defaults/posts.md +++ b/_defaults/posts.md @@ -6,7 +6,4 @@ title: New Post tags: [] categories: [] --- - -# A New Post - Start writing already... diff --git a/_includes/nav.liquid b/_includes/nav.liquid index 599591c..5535d64 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -10,7 +10,7 @@ fadeInDown