2020-12-03 01:30:10 +01:00
|
|
|
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
|
|
|
relativeurls = true
|
|
|
|
disableKinds = ["RSS", "sitemap"]
|
|
|
|
|
2020-12-10 02:39:30 +01:00
|
|
|
# journals probably should have at least keyword = "keywords"
|
|
|
|
# [taxonomies]
|
|
|
|
# keyword = "keywords"
|
|
|
|
|
2020-11-29 01:28:30 +01:00
|
|
|
[params]
|
2020-12-03 14:04:11 +01:00
|
|
|
description = "This is an example description in Sandpoints Theme's example config file."
|
2020-12-03 01:30:10 +01:00
|
|
|
# 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"
|
2020-12-03 01:30:10 +01:00
|
|
|
|
|
|
|
# sandpointsCatalogPrefix is used in custom bib: links impplemented in render-image.html
|
|
|
|
# sandpointsCatalogPrefix = "hyper://18f79903cb7ce4f1f3c05449418505a296bb2c4e851f7dc9444cf87ed45fb194/"
|
2020-12-18 14:54:57 +01:00
|
|
|
# sandpointsCatalogName will be symlink to library following the path:
|
|
|
|
# /var/www/html/sandpoints/libraris/{sandpointsCatalogName}
|
|
|
|
# sandpointsCatalogName = "dotawo"
|
2020-11-29 01:28:30 +01:00
|
|
|
|
|
|
|
[outputFormats]
|
|
|
|
[outputFormats.js]
|
|
|
|
isPlainText = true
|
|
|
|
mediaType = "application/javascript"
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
list = ["html", "js"]
|
|
|
|
|
2020-12-12 05:22:33 +01:00
|
|
|
[markup.tableOfContents]
|
2020-11-29 01:28:30 +01:00
|
|
|
endLevel=4
|
|
|
|
ordered = true
|
|
|
|
startLevel = 1
|
2020-12-03 01:30:10 +01:00
|
|
|
|
2020-12-12 05:22:33 +01:00
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
2020-12-03 01:30:10 +01:00
|
|
|
[module]
|
2020-12-12 05:22:33 +01:00
|
|
|
# replacement allow for easier local development
|
2021-04-09 00:29:12 +02:00
|
|
|
#
|
|
|
|
# replacements = ["git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme", "git.sandpoints.org/Drawwell/SandpointsEditPage -> /home/m/devel/SandpointsEditPage"]
|
|
|
|
|
|
|
|
# if any customizations are added one should add also
|
|
|
|
# the hugo's skeleton directory structure:
|
|
|
|
# archetypes, assets, layouts, static & data
|
|
|
|
#
|
2020-12-03 01:30:10 +01:00
|
|
|
[[module.imports]]
|
|
|
|
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
2021-04-09 00:29:12 +02:00
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "archetypes"
|
|
|
|
target = "archetypes"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "assets"
|
|
|
|
target = "assets"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "layouts"
|
|
|
|
target = "layouts"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "static"
|
|
|
|
target = "static"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "data"
|
|
|
|
target = "data"
|
|
|
|
|
|
|
|
# metadata file needed for autocompletion
|
|
|
|
#
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "exampleSite/content/metadata/_index.md"
|
|
|
|
target = "content/metadata/_index.md"
|
|
|
|
|
|
|
|
# below is an example of customizations added to hugo web site
|
|
|
|
#
|
|
|
|
# [[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-03 01:30:10 +01:00
|
|
|
|
2021-04-09 00:29:12 +02:00
|
|
|
# below is the list of imports to get the svelte webapp
|
|
|
|
# which handles editing the website
|
|
|
|
#
|
|
|
|
[[module.imports]]
|
|
|
|
path = "git.sandpoints.org/Drawwell/SandpointsEditPage"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "public/index.md"
|
|
|
|
target = "content/edit/index.md"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "public/global.css"
|
|
|
|
target = "static/edit/build/global.css"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "public/build/bundle.css"
|
|
|
|
target = "static/edit/build/bundle.css"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "public/build/bundle.js"
|
|
|
|
target = "static/edit/build/bundle.js"
|
|
|
|
[[module.imports.mounts]]
|
|
|
|
source = "public/build/bundle.js.map"
|
|
|
|
target = "static/edit/build/bundle.js.map"
|