chore: cleanup
This commit is contained in:
parent
4786416144
commit
7f04c9fc3a
2 changed files with 5 additions and 23 deletions
|
@ -1,11 +1,5 @@
|
||||||
export default async function () {
|
export default async function () {
|
||||||
return {
|
return {
|
||||||
footer: [
|
|
||||||
{ name: 'Now' },
|
|
||||||
{ name: 'Uses' },
|
|
||||||
{ name: 'Save' },
|
|
||||||
{ name: 'Blogroll' },
|
|
||||||
],
|
|
||||||
menu: [
|
menu: [
|
||||||
{ name: 'Posts', url: '/posts', icon: 'article'},
|
{ name: 'Posts', url: '/posts', icon: 'article'},
|
||||||
{ name: 'Music', url: '/music', icon: 'headphones' },
|
{ name: 'Music', url: '/music', icon: 'headphones' },
|
||||||
|
@ -17,6 +11,11 @@ export default async function () {
|
||||||
{ name: 'Feeds', icon: 'rss' },
|
{ name: 'Feeds', icon: 'rss' },
|
||||||
{ name: 'Mastodon', icon: 'brand-mastodon' },
|
{ name: 'Mastodon', icon: 'brand-mastodon' },
|
||||||
],
|
],
|
||||||
|
footer: [
|
||||||
|
{ name: 'Now' },
|
||||||
|
{ name: 'Uses' },
|
||||||
|
{ name: 'Blogroll' },
|
||||||
|
],
|
||||||
social: [
|
social: [
|
||||||
{ name: 'Email', url: '/contact', icon: 'at' },
|
{ name: 'Email', url: '/contact', icon: 'at' },
|
||||||
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
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.
|
|
||||||
|
|
||||||
<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>
|
|
||||||
</ul>
|
|
Reference in a new issue