chore: debug
This commit is contained in:
parent
5a4824e128
commit
f3f05eaf26
5 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@ eleventyExcludeFromCollections: true
|
||||||
permalink: "/feeds/all.json"
|
permalink: "/feeds/all.json"
|
||||||
---
|
---
|
||||||
{% render "partials/feeds/json.liquid"
|
{% render "partials/feeds/json.liquid"
|
||||||
permalink:'/feeds/all.json'
|
permalink:"/feeds/all.json"
|
||||||
title:'All activity • Cory Dransfeldt'
|
title:"Cory Dransfeldt: all activity"
|
||||||
data:collections.allContent
|
data:collections.allContent
|
||||||
updated:collections.allContent[0].date
|
updated:collections.allContent[0].date
|
||||||
site:site
|
site:site
|
||||||
|
|
|
@ -5,7 +5,7 @@ permalink: "/feeds/all"
|
||||||
---
|
---
|
||||||
{% render "partials/feeds/rss.liquid"
|
{% render "partials/feeds/rss.liquid"
|
||||||
permalink:"/feeds/all"
|
permalink:"/feeds/all"
|
||||||
title:"All activity • Cory Dransfeldt"
|
title:"Cory Dransfeldt: all activity"
|
||||||
description:"All of the posts and activity from my site."
|
description:"All of the posts and activity from my site."
|
||||||
data:collections.allContent
|
data:collections.allContent
|
||||||
updated:collections.allContent[0].date
|
updated:collections.allContent[0].date
|
||||||
|
|
|
@ -6,7 +6,7 @@ permalink: "/feeds/books"
|
||||||
{%- assign bookData = books | bookStatus: 'finished' | bookSortDescending -%}
|
{%- assign bookData = books | bookStatus: 'finished' | bookSortDescending -%}
|
||||||
{% render "partials/feeds/rss.liquid"
|
{% render "partials/feeds/rss.liquid"
|
||||||
permalink:"/feeds/books"
|
permalink:"/feeds/books"
|
||||||
title:"Books • Cory Dransfeldt"
|
title:"Cory Dransfeldt: books"
|
||||||
description:"Books I'm currently reading."
|
description:"Books I'm currently reading."
|
||||||
data:bookData
|
data:bookData
|
||||||
updated:bookData[0].date
|
updated:bookData[0].date
|
||||||
|
|
|
@ -5,7 +5,7 @@ permalink: "/feeds/links"
|
||||||
---
|
---
|
||||||
{% render "partials/feeds/rss.liquid"
|
{% render "partials/feeds/rss.liquid"
|
||||||
permalink:"/feeds/links"
|
permalink:"/feeds/links"
|
||||||
title:"Links • Cory Dransfeldt"
|
title:"Cory Dransfeldt: links"
|
||||||
description:"Links I've liked."
|
description:"Links I've liked."
|
||||||
data:links
|
data:links
|
||||||
updated:links[0].date
|
updated:links[0].date
|
||||||
|
|
|
@ -5,7 +5,7 @@ permalink: "/feeds/movies"
|
||||||
---
|
---
|
||||||
{% render "partials/feeds/rss.liquid"
|
{% render "partials/feeds/rss.liquid"
|
||||||
permalink:"/feeds/movies"
|
permalink:"/feeds/movies"
|
||||||
title:"Movies • Cory Dransfeldt"
|
title:"Cory Dransfeldt: movies"
|
||||||
description:"Movies I've watched recently."
|
description:"Movies I've watched recently."
|
||||||
data:movies.recentlyWatched
|
data:movies.recentlyWatched
|
||||||
updated:movies.recentlyWatched[0].lastWatched
|
updated:movies.recentlyWatched[0].lastWatched
|
||||||
|
|
Reference in a new issue