feat(rss): add RSS template

fix: hidden post being shown in RSS output
feat: add config to output full content in RSS
This commit is contained in:
Jimmy Cai
2020-09-23 22:32:20 +02:00
parent 5b7f96e778
commit d55cc303d4
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ DefaultContentLanguage = "en" # Theme i18n support
[params]
mainSections = ["post"]
featuredImageField = "image"
rssFullContent = true
[params.dateFormat]
published = "Jan 02, 2006"
lastUpdated = "Jan 02, 2006 15:04 MST"