chore: add back json feeds

This commit is contained in:
Cory Dransfeldt 2024-08-10 12:02:51 -07:00
parent 7d78546205
commit 74279cf2d5
No known key found for this signature in database
15 changed files with 91 additions and 53 deletions

View file

@ -0,0 +1,13 @@
---
layout: null
eleventyExcludeFromCollections: true
permalink: "/feeds/all.json"
---
{% render "partials/feeds/json.liquid"
permalink:"/feeds/all"
title:"Cory Dransfeldt: all activity"
description:"All of the posts and activity from my site."
data:collections.allContent
updated:collections.allContent[0].date
site:site
%}