diff --git a/config.toml b/config.toml index 26c4d37..ec5d428 100644 --- a/config.toml +++ b/config.toml @@ -10,31 +10,21 @@ title = "Oscar Fu" url = "/about" weight = 10 - [[menu.main]] - name = "Projects" - url = "/#projects" - weight = 20 - [[menu.main]] name = "Posts" url = "/posts" - weight = 30 + weight = 20 [[menu.main]] name = "Contact" url = "/contact" - weight = 40 + weight = 30 [[menu.main]] name = "Links" url = "/links" - weight = 50 + weight = 40 - [[menu.main]] - name = "Donate" - url = "https://ko-fi.com/cathteam" - weight = 60 - [[menu.social]] name = "Discord" pre = "discord" @@ -62,7 +52,10 @@ title = "Oscar Fu" [markup] - [markup.goldmark.parser] - wrapStandAloneImageWithinParagraph = false - [markup.highlight] - style = 'catppuccin-macchiato' + [markup.goldmark.parser] + wrapStandAloneImageWithinParagraph = false + [markup.highlight] + style = 'catppuccin-macchiato' + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6d200da..e611910 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,11 @@