diff options
author | Brandon <brandon@btkoch.xyz> | 2024-10-26 20:10:22 -0400 |
---|---|---|
committer | Brandon <brandon@btkoch.xyz> | 2024-10-26 20:10:22 -0400 |
commit | b980df8bf5a29ba8567beba56b97474dd9dbb3c3 (patch) | |
tree | 91d5343b6dca6c2e07fa459db1364070818282e1 /hugo.toml | |
parent | cd0279d2787bbf265e12e309b8a61489c727bb2a (diff) |
clean unused components, fix hugo.toml to support columns shortcode
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 21 |
1 files changed, 6 insertions, 15 deletions
@@ -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 |