diff --git a/content/posts b/content/posts index 14e258e..e601a0c 160000 --- a/content/posts +++ b/content/posts @@ -1 +1 @@ -Subproject commit 14e258ee1b2dc93f6d38acf6908cf0122caf7d3d +Subproject commit e601a0c4f8f041544f6f15790e1666acb52f4de0 diff --git a/hugo.toml b/hugo.toml index b81e31d..bbd79a2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -96,18 +96,19 @@ pagination.pagerSize = 5 identifier = "showcase" name = "Showcase" url = "/showcase" +[markup] + [markup.goldmark] + [markup.goldmark.renderHooks] + [markup.goldmark.renderHooks.image] + enableDefault = true + [markup.goldmark.renderHooks.link] + enableDefault = true -[markup] - [markup.goldmark.renderHooks.image] - enableDefault = true - [markup.goldmark.renderHooks.link] - enableDefault = true [module] - [[module.mounts]] + [[module.mounts]] source = 'content' target = 'content' - - [[module.mounts]] + [[module.mounts]] source = 'Blog/attachments' target = 'content/posts/attachments' \ No newline at end of file