preparations for keywords
This commit is contained in:
parent
2edad77a52
commit
3c00c70e81
1 changed files with 25 additions and 23 deletions
20
config.toml
20
config.toml
|
@ -1,10 +1,12 @@
|
||||||
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]
|
||||||
|
keyword = "keywords"
|
||||||
|
[params]
|
||||||
description = "Some description should land here...."
|
description = "Some description should land here...."
|
||||||
images = ["/UNS-logo.png"]
|
images = ["/UNS-logo.png"]
|
||||||
title = "Dotawo Journal"
|
title = "Dotawo Journal"
|
||||||
|
@ -12,15 +14,15 @@
|
||||||
sandpointsCatalogPrefix = "/library/"
|
sandpointsCatalogPrefix = "/library/"
|
||||||
sandpointsMentionedIn = ["annex", "author"]
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue