offline is not needed as templates takes care of it explicitly

This commit is contained in:
Marcell Mars 2020-12-03 01:30:10 +01:00
parent 135096b873
commit 67aa1cac92
2 changed files with 39 additions and 9 deletions

View file

@ -1,17 +1,19 @@
baseURL = "https://syllabus.pirate.care"
baseURL = ""
languageCode = "en-us"
title = "Pirate Care"
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."
images = ["/images/piratecaqre.png"]
title = "Pirate Care Syllabus"
sandpointsGiteaUrl = "http://127.0.0.1:3333/Sandpoints/dev"
sandpointsCatalogPrefix = "hyper://18f79903cb7ce4f1f3c05449418505a296bb2c4e851f7dc9444cf87ed45fb194/"
sandpointsOutputDirectory = "/var/www/html"
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]
@ -26,3 +28,33 @@ disableKinds = ["RSS", "sitemap"]
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 = "layouts"
# target = "layouts"
# [[module.imports.mounts]]
# source = "static"
# target = "static"
# [[module.imports.mounts]]
# source = "data"
# target = "data"
# [[module.imports.mounts]]
# source = "customizations/specific_custom_instance/assets/css/site.css"
# target = "assets/css/site.css"

View file

@ -1,2 +0,0 @@
relativeurls = true
baseURL = ""