preparations for keywords
This commit is contained in:
parent
2edad77a52
commit
3c00c70e81
1 changed files with 25 additions and 23 deletions
48
config.toml
48
config.toml
|
@ -1,30 +1,32 @@
|
|||
baseURL = ""
|
||||
languageCode = "en-us"
|
||||
title = "Dotawo Journal"
|
||||
relativeurls = true
|
||||
disableKinds = ["RSS", "sitemap"]
|
||||
baseURL = ""
|
||||
languageCode = "en-us"
|
||||
title = "Dotawo Journal"
|
||||
relativeurls = true
|
||||
disableKinds = ["RSS", "sitemap"]
|
||||
|
||||
[params]
|
||||
description = "Some description should land here...."
|
||||
images = ["/UNS-logo.png"]
|
||||
title = "Dotawo Journal"
|
||||
sandpointsGiteaUrl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"
|
||||
sandpointsCatalogPrefix = "/library/"
|
||||
sandpointsMentionedIn = ["annex", "author"]
|
||||
[taxonomies]
|
||||
keyword = "keywords"
|
||||
[params]
|
||||
description = "Some description should land here...."
|
||||
images = ["/UNS-logo.png"]
|
||||
title = "Dotawo Journal"
|
||||
sandpointsGiteaUrl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"
|
||||
sandpointsCatalogPrefix = "/library/"
|
||||
sandpointsMentionedIn = ["annex", "author"]
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.js]
|
||||
isPlainText = true
|
||||
mediaType = "application/javascript"
|
||||
[outputFormats]
|
||||
[outputFormats.js]
|
||||
isPlainText = true
|
||||
mediaType = "application/javascript"
|
||||
|
||||
[outputs]
|
||||
list = ["html", "js"]
|
||||
[outputs]
|
||||
list = ["html", "js"]
|
||||
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
endLevel=4
|
||||
ordered = true
|
||||
startLevel = 1
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
endLevel=4
|
||||
ordered = true
|
||||
startLevel = 1
|
||||
|
||||
[module]
|
||||
# replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
||||
|
|
Loading…
Add table
Reference in a new issue