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. +--- +<h2 class="page-header">{{ title }}</h2> + +Referral links for services I use. I save some money, and you do as well if you choose to use them. + +<ul class="link-list"> + <li><a class="plausible-event-name=Fastmail+referral" href="https://ref.fm/u30190984">Fastmail</a></li> + <li><a class="plausible-event-name=NextDNS+referral" href="https://nextdns.io/?from=m56mt3z6">NextDNS</a></li> + <li><a class="plausible-event-name=DNSimple+referral" href="https://dnsimple.com/r/3a7cbb9e15df8f">DNSimple</a></li> + <li><a class="plausible-event-name=Feedpress+referral" href="https://feedpress.com/?affid=34370">Feedpress</a></li> + <li><a class="plausible-event-name=Proton+referral" href="https://pr.tn/ref/X775YX40Z50G">Proton</a></li> + <li><a class="plausible-event-name=DigitalOcean+referral" href="https://m.do.co/c/3635bf99aee2">DigitalOcean</a></li> + <li><a class="plausible-event-name=Garbage+Day+referral" href="https://www.garbageday.email/subscribe?ref=4JeD4bFKQE">Garbage Day newsletter</a></li> +</ul> 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. ---