diff --git a/config.toml b/config.toml index 8cc9568..0670e5e 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = 'https://hull.au/' languageCode = 'en-us' title = 'A blog you may find useful' -theme = 'hugo-bearblog' +theme = 'hugo-bearcub' author = 'Admin' enableRobotsTXT = true @@ -13,4 +13,12 @@ enableRobotsTXT = true [[menu.main]] identifier = 'contact' name = 'Contact' - url = '/contact/' \ No newline at end of file + 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 \ No newline at end of file