aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config.toml
blob: 1c87b1c3b50d9c51f3fc0825d3f29f7d1b897fd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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