chore: cleanup
This commit is contained in:
parent
749e3f3bb5
commit
9a11d229b6
8 changed files with 29 additions and 5 deletions
|
@ -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' },
|
||||||
|
|
4
src/_includes/page.liquid
Normal file
4
src/_includes/page.liquid
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
{{ content | markdown }}
|
|
@ -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 -%}
|
||||||
|
|
|
@ -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.
|
||||||
---
|
---
|
||||||
|
|
|
@ -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.
|
||||||
---
|
---
|
||||||
|
|
19
src/pages/secondary/save.md
Normal file
19
src/pages/secondary/save.md
Normal 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>
|
|
@ -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.
|
||||||
---
|
---
|
||||||
|
|
|
@ -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.
|
||||||
---
|
---
|
||||||
|
|
Reference in a new issue