new config.toml
This commit is contained in:
parent
fd37b59ff9
commit
6a40c34720
1 changed files with 58 additions and 0 deletions
58
config.toml
Normal file
58
config.toml
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
baseURL = ""
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "Dotawo Journal"
|
||||||
|
theme = "sandpoints"
|
||||||
|
relativeurls = true
|
||||||
|
disableKinds = ["RSS", "sitemap"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
description = "Some description should land here...."
|
||||||
|
images = ["/UNS-logo.png"]
|
||||||
|
title = "Dotawo Journal"
|
||||||
|
giturl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"
|
||||||
|
home = "journal"
|
||||||
|
catalogprefix = "/library/"
|
||||||
|
|
||||||
|
[outputFormats]
|
||||||
|
[outputFormats.js]
|
||||||
|
isPlainText = true
|
||||||
|
mediaType = "application/javascript"
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
list = ["html", "js"]
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.tableOfContents]
|
||||||
|
endLevel=4
|
||||||
|
ordered = true
|
||||||
|
startLevel = 1
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[[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
|
||||||
|
#
|
||||||
|
# [[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/specific_custom_instance/assets/css/site.css"
|
||||||
|
# target = "assets/css/site.css"
|
Loading…
Add table
Reference in a new issue