diff --git a/config.toml b/config.toml index f38feb4..81424a2 100644 --- a/config.toml +++ b/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"