Update config, menu and sidebar

This commit is contained in:
Salar Rahmanian 2022-10-15 18:20:48 -07:00
parent f061294c05
commit 448cfbe2e4
17 changed files with 166 additions and 167 deletions

View file

@ -18,19 +18,14 @@ DefaultContentLanguage = "en"
# [menus]
# config/_default/menus/menu.xx.toml
# [outputs]
# home = ["HTML", "RSS", "JSON"]
# page = ["html"]
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[outputs]
home = ["html", "jsonfeed","rss"]
page = ["html"]
[outputFormats]
[outputFormats.jsonfeed]
mediaType = "application/json"
baseName = "feed"
isPlainText = true
home = ["HTML", "RSS", "JSON"]
page = ["html"]
[sitemap]
changefreq = "weekly"