diff options
Diffstat (limited to 'docs/config.toml')
-rw-r--r-- | docs/config.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/config.toml b/docs/config.toml deleted file mode 100644 index 1c87b1c..0000000 --- a/docs/config.toml +++ /dev/null @@ -1,16 +0,0 @@ -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 |