60 lines
1.8 KiB
TOML
60 lines
1.8 KiB
TOML
baseURL = ""
|
|
languageCode = "en-us"
|
|
title = "Sandpoints Dummy Project"
|
|
theme = "sandpoints"
|
|
relativeurls = true
|
|
disableKinds = ["RSS", "sitemap"]
|
|
|
|
[params]
|
|
description = "Network of activists, researchers and practitioners against the criminalisation of solidarity & for a common care infrastructure."
|
|
title = "Sandpoints Dummy Project"
|
|
|
|
# sandpointsGiteaUrl is used in layouts/partials/header.html to generate links in admin ui bar
|
|
# sandpointsGiteaUrl = "http://127.0.0.1:3333/Sandpoints/dev"
|
|
|
|
# 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]
|
|
[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"
|