mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Update config, menu and sidebar
This commit is contained in:
parent
f061294c05
commit
448cfbe2e4
17 changed files with 166 additions and 167 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue