chore: lightweight blogroll
This commit is contained in:
parent
fd507cb524
commit
2c6f00af2d
2 changed files with 37 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module.exports = async function () {
|
module.exports = async function () {
|
||||||
return {
|
return {
|
||||||
footer: [{ name: 'Uses' }, { name: 'Referrals' }],
|
footer: [{ name: 'Uses' }, { name: 'Referrals' }, { name: 'Blogroll' }],
|
||||||
menu: [
|
menu: [
|
||||||
{ name: 'Now' },
|
{ name: 'Now' },
|
||||||
{ name: 'About' },
|
{ name: 'About' },
|
||||||
|
|
36
src/blogroll.md
Normal file
36
src/blogroll.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Blogroll
|
||||||
|
meta:
|
||||||
|
site:
|
||||||
|
name: 'Cory Dransfeldt'
|
||||||
|
description: "I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies."
|
||||||
|
url: https://coryd.dev
|
||||||
|
logo:
|
||||||
|
src: https://coryd.dev/assets/img/logo.webp
|
||||||
|
width: 2000
|
||||||
|
height: 2000
|
||||||
|
language: en-US
|
||||||
|
title: 'Cory Dransfeldt • Blogroll'
|
||||||
|
description: 'These are awesome blogs that I enjoy and you may enjoy too.'
|
||||||
|
url: https://coryd.dev/blogroll
|
||||||
|
image:
|
||||||
|
src: https://coryd.dev/assets/img/avatar.webp
|
||||||
|
---
|
||||||
|
|
||||||
|
<h2
|
||||||
|
class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 md:text-2xl mb-2"
|
||||||
|
>
|
||||||
|
{{ title }}
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
- [Ethan Marcotte](https://ethanmarcotte.com)
|
||||||
|
- [Keenan](https://gkeenan.co/avgb)
|
||||||
|
- [Max Böck](https://mxb.dev)
|
||||||
|
- [Mike Haynes](https://mikehaynes.blog)
|
||||||
|
- [Paul Anthony Webb](https://webb.page)
|
||||||
|
- [Raymond Camden](https://raymondcamden.com)
|
||||||
|
- [Robb Knight](https://rknight.me)
|
||||||
|
- [Sia Karamalegos](https://sia.codes)
|
||||||
|
- [Stephanie Eckles](https://thinkdobecreate.com)
|
||||||
|
- [Zach Leatherman](https://www.zachleat.com)
|
Reference in a new issue