From 6a35e77999184a167f52f518cd69d58bb8dc18cd Mon Sep 17 00:00:00 2001 From: Brayden Date: Sat, 6 Apr 2024 17:55:53 +0800 Subject: [PATCH] ADDED HUGO BEARCUB --- config.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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