aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/config.toml b/docs/config.toml
new file mode 100644
index 0000000..1c87b1c
--- /dev/null
+++ b/docs/config.toml
@@ -0,0 +1,16 @@
+baseURL = 'http://python-discord.github.io/infra/'
+languageCode = 'en-us'
+title = 'PyDis DevOps'
+theme = "hugo-book"
+
+# From the theme:
+# https://github.com/alex-shpak/hugo-book?tab=readme-ov-file#site-configuration
+enableGitInfo = true
+[params]
+ BookTheme = "dark"
+ BookRepo = "https://github.com/python-discord/infra"
+ BookServiceWorker = false # frontend nonsense
+
+[markup]
+ [markup.highlight]
+ lineNos = true