From 78905294731eea1104790e011251741e6fe988c7 Mon Sep 17 00:00:00 2001 From: Richard Oswald Date: Wed, 11 Jun 2025 18:35:54 -0500 Subject: [PATCH] getting pictures working --- hugo.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index e35df48..cea31b3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -95,4 +95,18 @@ pagination.pagerSize = 5 [[languages.en.menu.main]] identifier = "showcase" name = "Showcase" - url = "/showcase" \ No newline at end of file + url = "/showcase" + +[markup.goldmark.renderHooks.image] +enableDefault = true + +[markup.goldmark.renderHooks.link] +enableDefault = true + +[[module.mounts]] +source = 'assets' +target = 'assets' + +[[module.mounts]] +source = 'attachments' +target = 'assets/attachments' \ No newline at end of file