hull-au/config.toml

24 lines
660 B
TOML
Raw Normal View History

2023-04-06 06:49:47 +00:00
baseURL = 'https://hull.au/'
languageCode = 'en-us'
2023-11-12 07:10:20 +00:00
title = 'A blog you may find useful'
2024-04-06 09:55:53 +00:00
theme = 'hugo-bearcub'
2023-04-06 06:49:47 +00:00
author = 'Admin'
enableRobotsTXT = true
[menu]
[[menu.main]]
identifier = 'git'
name = 'Git'
url = 'https://git.hull.au/'
2023-11-12 11:23:59 +00:00
[[menu.main]]
identifier = 'contact'
name = 'Contact'
2024-04-06 09:55:53 +00:00
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