Dotawo/config.toml

84 lines
2.5 KiB
TOML
Raw Normal View History

2020-12-10 02:41:39 +01:00
baseURL = ""
languageCode = "en-us"
title = "Dotawo Journal"
relativeurls = true
disableKinds = ["RSS", "sitemap"]
2020-12-06 13:08:37 +01:00
2020-12-10 02:41:39 +01:00
[taxonomies]
keyword = "keywords"
2020-12-18 15:02:50 +01:00
2020-12-10 02:41:39 +01:00
[params]
2020-12-18 15:11:14 +01:00
description = "Some description should land here..."
2020-12-10 02:41:39 +01:00
images = ["/UNS-logo.png"]
title = "Dotawo Journal"
sandpointsGiteaUrl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"
sandpointsCatalogPrefix = "/library/"
2020-12-18 00:35:22 +01:00
sandpointsCatalogName = "dotawo"
2020-12-10 02:41:39 +01:00
sandpointsMentionedIn = ["annex", "author"]
2020-12-06 13:08:37 +01:00
2020-12-10 02:41:39 +01:00
[outputFormats]
[outputFormats.js]
isPlainText = true
mediaType = "application/javascript"
2020-12-06 13:08:37 +01:00
2020-12-10 02:41:39 +01:00
[outputs]
list = ["html", "js"]
2020-12-06 13:08:37 +01:00
2020-12-10 02:41:39 +01:00
[markup]
[markup.tableOfContents]
endLevel=4
ordered = true
startLevel = 1
2020-12-06 13:08:37 +01:00
[markup.goldmark.renderer]
unsafe = true
2020-12-06 13:08:37 +01:00
[module]
2020-12-08 14:02:15 +01:00
# replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
2020-12-06 13:08:37 +01:00
[[module.imports]]
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
# if only [[module.imports]]'s path is provided
# and repo is made into hugo module (hugo mod init repo_name)
# [[module.imports]]'s path should apply SandpointsTheme
#
# if repo needs some specific customization the rest of the
# mounts below should be added respectively
#
2020-12-08 14:02:15 +01:00
[[module.imports.mounts]]
source = "archetypes"
target = "archetypes"
[[module.imports.mounts]]
source = "assets"
target = "assets"
[[module.imports.mounts]]
source = "data"
target = "data"
[[module.imports.mounts]]
source = "layouts"
target = "layouts"
[[module.imports.mounts]]
source = "static"
target = "static"
[[module.imports.mounts]]
source = "customizations/Dotawo/static/fonts"
target = "static/fonts"
2020-12-08 14:02:15 +01:00
[[module.imports.mounts]]
source = "customizations/Dotawo/assets/css/site.css"
target = "assets/css/site.css"
[[module.imports.mounts]]
source = "customizations/Dotawo/static/css/site.min.css"
target = "static/css/site.min.css"
2020-12-18 15:02:50 +01:00
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/partials/header.html"
target = "layouts/partials/header.html"
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/partials/singlebody.html"
target = "layouts/partials/singlebody.html"
2020-12-23 12:12:00 +01:00
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/_default/_markup/render-image.html"
target = "layouts/_default/_markup/render-image.html"
[[module.imports.mounts]]
source = "customizations/Dotawo/layouts/_default/_markup/render-link.html"
target = "layouts/_default/_markup/render-link.html"