From 79672f00a726987e59ba46665adcb01bd4cc64c9 Mon Sep 17 00:00:00 2001 From: Sebastian Mueller Date: Fri, 28 Mar 2025 23:38:01 +0100 Subject: [PATCH] Build works and section-format works. --- hugo.toml | 7 ++++++- themes/cccsbg-hugo-theme | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index bc867e7..ce681b8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -27,4 +27,9 @@ theme = 'cccsbg-hugo-theme' target = "js" [[build.cachebusters]] source = "assets/.*\\.(.*)$" - target = "$1" \ No newline at end of file + target = "$1" + +## Needed for our short code +[markup] + [markup.goldmark.renderer] + unsafe = true \ No newline at end of file diff --git a/themes/cccsbg-hugo-theme b/themes/cccsbg-hugo-theme index f6639d3..e210287 160000 --- a/themes/cccsbg-hugo-theme +++ b/themes/cccsbg-hugo-theme @@ -1 +1 @@ -Subproject commit f6639d39778255e1ec475af5badc2a996e94214b +Subproject commit e210287ea0680a6ec4288dbe1b955dc8e05632e7