adjust to new workflow
This commit is contained in:
34
config/development/hugo.toml
Normal file
34
config/development/hugo.toml
Normal file
@@ -0,0 +1,34 @@
|
||||
theme = "blowfish"
|
||||
defaultContentLanguage = "de"
|
||||
enableRobotsTXT = true
|
||||
summaryLength = 50
|
||||
buildDrafts = false
|
||||
buildFuture = true
|
||||
enableEmoji = true
|
||||
baseURL = "https://dev.hallofbrawl.de"
|
||||
googleAnalytics = ""
|
||||
|
||||
[pagination]
|
||||
pagerSize = 100
|
||||
|
||||
[imaging]
|
||||
anchor = "Center"
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
author = "authors"
|
||||
series = "series"
|
||||
|
||||
[sitemap]
|
||||
changefreq = "daily"
|
||||
filename = "sitemap.xml"
|
||||
priority = 0.5
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS", "JSON" ]
|
||||
|
||||
[related]
|
||||
threshold = 0
|
||||
toLower = false
|
||||
indices = [ { name = "tags", weight = 100 }, { name = "categories", weight = 100 }, { name = "series", weight = 50 }, { name = "authors", weight = 20 }, { name = "date", weight = 10 }, { applyFilter = false, name = "fragmentrefs", type = "fragments", weight = 10 } ]
|
||||
@@ -3,7 +3,7 @@ defaultContentLanguage = "de"
|
||||
enableRobotsTXT = true
|
||||
summaryLength = 50
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
buildFuture = true
|
||||
enableEmoji = true
|
||||
baseURL = "https://www.hallofbrawl.de"
|
||||
googleAnalytics = ""
|
||||
Reference in New Issue
Block a user