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