initial config/ from sandpoints..
This commit is contained in:
parent
d3d9fd13ec
commit
7e06b9670f
3 changed files with 54 additions and 0 deletions
26
config/_default/config-local.toml
Normal file
26
config/_default/config-local.toml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
baseURL = "http://localhost:8000"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "Race Critical Theories"
|
||||||
|
theme = "sandpoints"
|
||||||
|
relativeurls = true
|
||||||
|
disableKinds = ["RSS", "sitemap"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
description = "Here one adds a description."
|
||||||
|
title = "Race Critical Theories"
|
||||||
|
sandpointsGiteaUrl = "https://git.sandpoints.org/GEMLab/RaceCriticalTheories"
|
||||||
|
sandpointsCatalogPrefix = "/library/"
|
||||||
|
|
||||||
|
[outputFormats]
|
||||||
|
[outputFormats.js]
|
||||||
|
isPlainText = true
|
||||||
|
mediaType = "application/javascript"
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
list = ["html", "js"]
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.tableOfContents]
|
||||||
|
endLevel=4
|
||||||
|
ordered = true
|
||||||
|
startLevel = 1
|
26
config/_default/config.toml
Normal file
26
config/_default/config.toml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
baseURL = "http://127.0.0.1:4321"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "Race Critical Theories"
|
||||||
|
theme = "sandpoints"
|
||||||
|
relativeurls = true
|
||||||
|
disableKinds = ["RSS", "sitemap"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
description = "Here one adds a description."
|
||||||
|
title = "Race Critical Theories"
|
||||||
|
sandpointsGiteaUrl = "https://git.sandpoints.org/GEMLab/RaceCriticalTheories"
|
||||||
|
sandpointsCatalogPrefix = "/library/"
|
||||||
|
|
||||||
|
[outputFormats]
|
||||||
|
[outputFormats.js]
|
||||||
|
isPlainText = true
|
||||||
|
mediaType = "application/javascript"
|
||||||
|
|
||||||
|
[outputs]
|
||||||
|
list = ["html", "js"]
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.tableOfContents]
|
||||||
|
endLevel=4
|
||||||
|
ordered = true
|
||||||
|
startLevel = 1
|
2
config/offline/config.toml
Normal file
2
config/offline/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
relativeurls = true
|
||||||
|
baseURL = ""
|
Loading…
Add table
Reference in a new issue