chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-10 11:10:35 -07:00
parent 749e3f3bb5
commit 9a11d229b6
No known key found for this signature in database
8 changed files with 29 additions and 5 deletions

View file

@ -15,6 +15,7 @@ export default async function () {
{ name: 'Now' }, { name: 'Now' },
{ name: 'Uses' }, { name: 'Uses' },
{ name: 'Blogroll' }, { name: 'Blogroll' },
{ name: 'Save' },
], ],
social: [ social: [
{ name: 'Email', url: '/contact', icon: 'at' }, { name: 'Email', url: '/contact', icon: 'at' },

View file

@ -0,0 +1,4 @@
---
layout: default
---
{{ content | markdown }}

View file

@ -1,6 +1,6 @@
--- ---
title: About title: About
layout: default layout: page
permalink: /about.html permalink: /about.html
--- ---
{%- assign artist = music.week.artists | first -%} {%- assign artist = music.week.artists | first -%}

View file

@ -1,6 +1,6 @@
--- ---
title: Feeds title: Feeds
layout: default layout: page
permalink: /feeds.html permalink: /feeds.html
description: Content feeds exposed by and generated from my site. description: Content feeds exposed by and generated from my site.
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Blogroll title: Blogroll
layout: default layout: page
permalink: /blogroll.html permalink: /blogroll.html
description: These are awesome blogs that I enjoy and you may enjoy too. description: These are awesome blogs that I enjoy and you may enjoy too.
--- ---

View file

@ -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>

View file

@ -1,6 +1,6 @@
--- ---
title: Uses title: Uses
layout: default layout: page
permalink: /uses.html permalink: /uses.html
description: Software, tools and services that I use regularly. description: Software, tools and services that I use regularly.
--- ---

View file

@ -1,6 +1,6 @@
--- ---
title: Webrings title: Webrings
layout: default layout: page
permalink: /webrings.html permalink: /webrings.html
description: Webrings are awesome! These are the ones I'm a member of. description: Webrings are awesome! These are the ones I'm a member of.
--- ---