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 = ""
|
||||
languageCode = "en-us"
|
||||
title = "Dotawo Journal"
|
||||
relativeurls = true
|
||||
disableKinds = ["RSS", "sitemap"]
|
||||
baseURL = ""
|
||||
languageCode = "en-us"
|
||||
title = "Dotawo Journal"
|
||||
relativeurls = true
|
||||
disableKinds = ["RSS", "sitemap"]
|
||||
|
||||
[params]
|
||||
[taxonomies]
|
||||
keyword = "keywords"
|
||||
[params]
|
||||
description = "Some description should land here...."
|
||||
images = ["/UNS-logo.png"]
|
||||
title = "Dotawo Journal"
|
||||
|
@ -12,15 +14,15 @@
|
|||
sandpointsCatalogPrefix = "/library/"
|
||||
sandpointsMentionedIn = ["annex", "author"]
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats]
|
||||
[outputFormats.js]
|
||||
isPlainText = true
|
||||
mediaType = "application/javascript"
|
||||
|
||||
[outputs]
|
||||
[outputs]
|
||||
list = ["html", "js"]
|
||||
|
||||
[markup]
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
endLevel=4
|
||||
ordered = true
|
||||
|
|
Loading…
Add table
Reference in a new issue