From 9a11d229b66a65b02220886d85a7907449dbd09b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 10 Jun 2024 11:10:35 -0700 Subject: [PATCH] chore: cleanup --- src/_data/nav.js | 1 + src/_includes/page.liquid | 4 ++++ src/pages/main/about.md | 2 +- src/pages/main/feeds.md | 2 +- src/pages/secondary/blogroll.html | 2 +- src/pages/secondary/save.md | 19 +++++++++++++++++++ src/pages/secondary/uses.md | 2 +- src/pages/secondary/webrings.md | 2 +- 8 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 src/_includes/page.liquid create mode 100644 src/pages/secondary/save.md diff --git a/src/_data/nav.js b/src/_data/nav.js index 3faed5c4..8f230758 100644 --- a/src/_data/nav.js +++ b/src/_data/nav.js @@ -15,6 +15,7 @@ export default async function () { { name: 'Now' }, { name: 'Uses' }, { name: 'Blogroll' }, + { name: 'Save' }, ], social: [ { name: 'Email', url: '/contact', icon: 'at' }, diff --git a/src/_includes/page.liquid b/src/_includes/page.liquid new file mode 100644 index 00000000..f12b478c --- /dev/null +++ b/src/_includes/page.liquid @@ -0,0 +1,4 @@ +--- +layout: default +--- +{{ content | markdown }} \ No newline at end of file diff --git a/src/pages/main/about.md b/src/pages/main/about.md index c7fe0d2c..14fe4d34 100644 --- a/src/pages/main/about.md +++ b/src/pages/main/about.md @@ -1,6 +1,6 @@ --- title: About -layout: default +layout: page permalink: /about.html --- {%- assign artist = music.week.artists | first -%} diff --git a/src/pages/main/feeds.md b/src/pages/main/feeds.md index 5d220e4b..d8261136 100644 --- a/src/pages/main/feeds.md +++ b/src/pages/main/feeds.md @@ -1,6 +1,6 @@ --- title: Feeds -layout: default +layout: page permalink: /feeds.html description: Content feeds exposed by and generated from my site. --- diff --git a/src/pages/secondary/blogroll.html b/src/pages/secondary/blogroll.html index 72a2da84..7abd82c2 100644 --- a/src/pages/secondary/blogroll.html +++ b/src/pages/secondary/blogroll.html @@ -1,6 +1,6 @@ --- title: Blogroll -layout: default +layout: page permalink: /blogroll.html description: These are awesome blogs that I enjoy and you may enjoy too. --- diff --git a/src/pages/secondary/save.md b/src/pages/secondary/save.md new file mode 100644 index 00000000..205653ff --- /dev/null +++ b/src/pages/secondary/save.md @@ -0,0 +1,19 @@ +--- +title: Save +layout: page +permalink: /save.html +description: Save a little bit on services that I also use. +--- + + +Referral links for services I use. I save some money, and you do as well if you choose to use them. + + diff --git a/src/pages/secondary/uses.md b/src/pages/secondary/uses.md index 490fafb0..5cacf5b0 100644 --- a/src/pages/secondary/uses.md +++ b/src/pages/secondary/uses.md @@ -1,6 +1,6 @@ --- title: Uses -layout: default +layout: page permalink: /uses.html description: Software, tools and services that I use regularly. --- diff --git a/src/pages/secondary/webrings.md b/src/pages/secondary/webrings.md index 50d9cc82..cc57a680 100644 --- a/src/pages/secondary/webrings.md +++ b/src/pages/secondary/webrings.md @@ -1,6 +1,6 @@ --- title: Webrings -layout: default +layout: page permalink: /webrings.html description: Webrings are awesome! These are the ones I'm a member of. ---