chore: organization
This commit is contained in:
parent
2ce9d35578
commit
532772fc55
9 changed files with 26 additions and 25 deletions
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
layout: null
|
||||
eleventyExcludeFromCollections: true
|
||||
permalink: /feeds/follow.json
|
||||
permalink: /feeds/all.json
|
||||
---
|
||||
{% render "partials/feeds/json.liquid"
|
||||
permalink:'/feeds/follow.json'
|
||||
permalink:'/feeds/all.json'
|
||||
title:'Follow • Cory Dransfeldt'
|
||||
data:collections.followContent
|
||||
updated:collections.followContent[0].date
|
||||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
site:site
|
||||
tagMap:collections.tagMap
|
||||
%}
|
13
src/feeds/all.liquid
Normal file
13
src/feeds/all.liquid
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: null
|
||||
eleventyExcludeFromCollections: true
|
||||
permalink: /feeds/all
|
||||
---
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/all"
|
||||
title:"Follow • Cory Dransfeldt"
|
||||
description:"All of the posts and activity from my site."
|
||||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
site:site
|
||||
%}
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
layout: null
|
||||
eleventyExcludeFromCollections: true
|
||||
permalink: /feeds/follow
|
||||
---
|
||||
{% render "partials/feeds/rss.liquid"
|
||||
permalink:"/feeds/follow"
|
||||
title:"Follow • Cory Dransfeldt"
|
||||
description:"My activity from around the web (ok, mainly this site)."
|
||||
data:collections.followContent
|
||||
updated:collections.followContent[0].date
|
||||
site:site
|
||||
%}
|
Reference in a new issue