hull-au/config.toml
2024-04-06 17:55:53 +08:00

24 lines
660 B
TOML

baseURL = 'https://hull.au/'
languageCode = 'en-us'
title = 'A blog you may find useful'
theme = 'hugo-bearcub'
author = 'Admin'
enableRobotsTXT = true
[menu]
[[menu.main]]
identifier = 'git'
name = 'Git'
url = 'https://git.hull.au/'
[[menu.main]]
identifier = 'contact'
name = 'Contact'
url = '/contact/'
[markup]
[markup.highlight]
lineNos = true
lineNumbersInTable = false
# This allows Bear Cub to use a variation of Dracula that is more accessible
# to people with poor eyesight. For more information about color contrast
# and accessibility, see https://web.dev/color-and-contrast-accessibility/
noClasses = false