chore: cleanup
This commit is contained in:
parent
ae11e06aac
commit
2f2fd88caf
3 changed files with 20 additions and 30 deletions
30
_headers
30
_headers
|
@ -1,33 +1,3 @@
|
|||
/feeds/posts
|
||||
Content-Type: application/xml; charset=utf-8
|
||||
x-content-type-options: nosniff
|
||||
|
||||
/feeds/links
|
||||
Content-Type: application/xml; charset=utf-8
|
||||
x-content-type-options: nosniff
|
||||
|
||||
/feeds/books
|
||||
Content-Type: application/xml; charset=utf-8
|
||||
x-content-type-options: nosniff
|
||||
|
||||
/.well-known/webfinger
|
||||
Content-Type: application/jrd+json; charset=utf-8
|
||||
|
||||
/.well-known/gpc.json
|
||||
Content-Type: application/jrd+json; charset=utf-8
|
||||
|
||||
/.well-known/traffic-advice
|
||||
Content-Type: application/trafficadvice+json
|
||||
|
||||
/contribute.json
|
||||
Content-Type: application/json
|
||||
|
||||
/api/now-playing
|
||||
Content-Type: application/json
|
||||
|
||||
/api/search
|
||||
Content-Type: application/json
|
||||
|
||||
/blogroll.opml
|
||||
Content-Disposition: attachment; filename=cory-dransfeldt-blogroll.opml
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ export default async function () {
|
|||
footer: [
|
||||
{ name: 'Now' },
|
||||
{ name: 'Uses' },
|
||||
{ name: 'Save' },
|
||||
{ name: 'Blogroll' },
|
||||
],
|
||||
menu: [
|
||||
|
|
19
src/pages/secondary/save.md
Normal file
19
src/pages/secondary/save.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Save
|
||||
layout: default
|
||||
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>
|
Reference in a new issue