feat: feed/search/sitemap
This commit is contained in:
parent
086cd20788
commit
c6d00b2836
34 changed files with 198 additions and 535 deletions
|
@ -4,10 +4,9 @@ eleventyExcludeFromCollections: true
|
|||
permalink: "/feeds/all.json"
|
||||
---
|
||||
{% render "partials/feeds/json.liquid"
|
||||
permalink:"/feeds/all"
|
||||
permalink:"/feeds/all.json"
|
||||
title:"All activity / Cory Dransfeldt"
|
||||
globals:globals
|
||||
data:collections.allContent
|
||||
updated:collections.allContent[0].date
|
||||
data:activity
|
||||
appVersion:appVersion
|
||||
%}
|
Reference in a new issue