chore: add feeds listing page
This commit is contained in:
parent
707ee50ac7
commit
59dfde4dac
1 changed files with 31 additions and 0 deletions
31
src/feeds.md
Normal file
31
src/feeds.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
layout: default
|
||||
title: Feeds
|
||||
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 • Feeds'
|
||||
description: 'Content feeds exposed by and generated from my site.'
|
||||
url: https://coryd.dev/feeds
|
||||
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>
|
||||
|
||||
Content feeds generated by and exposed from my site.
|
||||
|
||||
- [RSS](/feed.xml): a feed of all of my blog posts.
|
||||
- [Links](/links.xml): a feed of links I've shared via the Pinboard API.
|
||||
- [Follow](/follow.json): a JSON feed of my web activity comprised of blog posts, links, movies and books (using the same data sources as [my now page](/now)).
|
Reference in a new issue