SandpointsTheme/exampleSite/config.toml

59 lines
1.7 KiB
TOML
Raw Normal View History

baseURL = ""
2020-11-29 01:28:30 +01:00
languageCode = "en-us"
2020-12-03 14:04:11 +01:00
title = "ExampleSite for Sandpoints Theme"
2020-11-29 01:28:30 +01:00
theme = "sandpoints"
relativeurls = true
disableKinds = ["RSS", "sitemap"]
[params]
2020-12-03 14:04:11 +01:00
description = "This is an example description in Sandpoints Theme's example config file."
# sandpointsGiteaUrl is used in layouts/partials/header.html to generate links in admin ui bar
2020-12-03 14:04:11 +01:00
# sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints"
# sandpointsCatalogPrefix is used in custom bib: links impplemented in render-image.html
# sandpointsCatalogPrefix = "hyper://18f79903cb7ce4f1f3c05449418505a296bb2c4e851f7dc9444cf87ed45fb194/"
2020-11-29 01:28:30 +01:00
[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]]
2020-12-03 01:46:18 +01:00
# 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"