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 = ""
|
baseURL = ""
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Dotawo Journal"
|
title = "Dotawo Journal"
|
||||||
relativeurls = true
|
relativeurls = true
|
||||||
disableKinds = ["RSS", "sitemap"]
|
disableKinds = ["RSS", "sitemap"]
|
||||||
|
|
||||||
[params]
|
[taxonomies]
|
||||||
description = "Some description should land here...."
|
keyword = "keywords"
|
||||||
images = ["/UNS-logo.png"]
|
[params]
|
||||||
title = "Dotawo Journal"
|
description = "Some description should land here...."
|
||||||
sandpointsGiteaUrl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"
|
images = ["/UNS-logo.png"]
|
||||||
sandpointsCatalogPrefix = "/library/"
|
title = "Dotawo Journal"
|
||||||
sandpointsMentionedIn = ["annex", "author"]
|
sandpointsGiteaUrl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"
|
||||||
|
sandpointsCatalogPrefix = "/library/"
|
||||||
|
sandpointsMentionedIn = ["annex", "author"]
|
||||||
|
|
||||||
[outputFormats]
|
[outputFormats]
|
||||||
[outputFormats.js]
|
[outputFormats.js]
|
||||||
isPlainText = true
|
isPlainText = true
|
||||||
mediaType = "application/javascript"
|
mediaType = "application/javascript"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
list = ["html", "js"]
|
list = ["html", "js"]
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
[markup.tableOfContents]
|
[markup.tableOfContents]
|
||||||
endLevel=4
|
endLevel=4
|
||||||
ordered = true
|
ordered = true
|
||||||
startLevel = 1
|
startLevel = 1
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
# replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
# replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
||||||
|
|
Loading…
Add table
Reference in a new issue