diff --git a/config/_default/config.toml b/config/_default/config.toml index 4c78b2d..7ce33e6 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -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" diff --git a/config/offline/config.toml b/config/offline/config.toml deleted file mode 100644 index f50adea..0000000 --- a/config/offline/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -relativeurls = true -baseURL = "" \ No newline at end of file