65 lines
2 KiB
TOML
65 lines
2 KiB
TOML
baseURL = ""
|
|
languageCode = "en-us"
|
|
title = "ExampleSite for Sandpoints Theme"
|
|
relativeurls = true
|
|
disableKinds = ["RSS", "sitemap"]
|
|
|
|
# journals probably should have at least keyword = "keywords"
|
|
# [taxonomies]
|
|
# keyword = "keywords"
|
|
|
|
[params]
|
|
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
|
|
# sandpointsGiteaUrl = "https://git.sandpoints.org/Drawwell/SimpleSandpoints"
|
|
|
|
# sandpointsCatalogPrefix is used in custom bib: links impplemented in render-image.html
|
|
# sandpointsCatalogPrefix = "hyper://18f79903cb7ce4f1f3c05449418505a296bb2c4e851f7dc9444cf87ed45fb194/"
|
|
|
|
[outputFormats]
|
|
[outputFormats.js]
|
|
isPlainText = true
|
|
mediaType = "application/javascript"
|
|
|
|
[outputs]
|
|
list = ["html", "js"]
|
|
|
|
[markup.tableOfContents]
|
|
endLevel=4
|
|
ordered = true
|
|
startLevel = 1
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[module]
|
|
# replacement allow for easier local development
|
|
replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
|
[[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"
|