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