chore: organization

This commit is contained in:
Cory Dransfeldt 2024-05-17 13:22:24 -07:00
parent 2ce9d35578
commit 532772fc55
No known key found for this signature in database
9 changed files with 26 additions and 25 deletions

13
src/feeds/all.json.liquid Normal file
View file

@ -0,0 +1,13 @@
---
layout: null
eleventyExcludeFromCollections: true
permalink: /feeds/all.json
---
{% render "partials/feeds/json.liquid"
permalink:'/feeds/all.json'
title:'Follow • Cory Dransfeldt'
data:collections.allContent
updated:collections.allContent[0].date
site:site
tagMap:collections.tagMap
%}