From 48951dee9900f50e940c4e30d173eab92aa89be3 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 1 May 2019 20:28:20 -0400 Subject: Switching to new journal format. --- _cobalt.yml | 2 +- _includes/footer.liquid | 20 ++++----- _includes/nav.liquid | 109 +++++++++++++++++++----------------------------- _layouts/journal.liquid | 86 ++++++++++++++++++++++++++++++++++++++ pages/auto.md | 6 --- pages/journal.md | 6 +++ pages/life.md | 6 --- pages/tech.md | 6 --- 8 files changed, 145 insertions(+), 96 deletions(-) create mode 100644 _layouts/journal.liquid delete mode 100644 pages/auto.md create mode 100644 pages/journal.md delete mode 100644 pages/life.md delete mode 100644 pages/tech.md diff --git a/_cobalt.yml b/_cobalt.yml index b5ef267..5f1ed83 100644 --- a/_cobalt.yml +++ b/_cobalt.yml @@ -1,4 +1,4 @@ -ignore: ["readme.md"] +ignore: ["readme.md", "README.md"] site: title: 53hornet description: The personal webpages of Adam Tristan Carpenter diff --git a/_includes/footer.liquid b/_includes/footer.liquid index b451dfb..8feaa9c 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -3,6 +3,16 @@ Site last updated {{ "now" | date: "%A, %b %e, %Y" }}

+ See a problem? + + Tell me so I can fix it + + or + + fix it yourself! + +

+

Built using Cobalt.rs @@ -20,14 +30,4 @@ NGINX

-

- See a problem? - - Tell me so I can fix it - - or - - fix it yourself! - -

diff --git a/_includes/nav.liquid b/_includes/nav.liquid index cada13d..3a1fa0c 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -1,63 +1,54 @@ -