From b980df8bf5a29ba8567beba56b97474dd9dbb3c3 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 26 Oct 2024 20:10:22 -0400 Subject: clean unused components, fix hugo.toml to support columns shortcode --- hugo.toml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index c4b80f5..4eca957 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,22 +2,13 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' -# [[menus.main]] -# name = 'Home' -# pageRef = '/' -# weight = 10 -# -# [[menus.main]] -# name = 'Services Offered' -# pageRef = '/services' -# weight = 20 -# -# [[menus.main]] -# name = 'Contact' -# pageRef = '/contact' -# weight = 30 - [module] [module.hugoVersion] extended = false min = "0.116.0" + + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true -- cgit v1.2.3