diff options
-rw-r--r-- | config.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 315fddc..cdd5e66 100644 --- a/config.toml +++ b/config.toml @@ -45,6 +45,11 @@ resampleFilter = "CatmullRom" quality = 100 anchor = "smart" +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + [services] #[services.googleAnalytics] # Comment out the next line to disable GA tracking. @@ -139,7 +144,7 @@ footer_about_disable = true desc = "Mirror of the repository. May not be fully up-to-date." [[params.links.developer]] name = "Slack" - url = "https://join.slack.com/t/odecentralize/shared_invite/enQtODk1NDg4OTc0MTc4LWEzZjkzNDhhMGMxMjU2NWNlZTVjMjVjNzY1ZDY3ZDdmZjg5NjVlMjg0NjRkYTMzNDMwMzVkNzMzZjI1Y2ZlMjQ" + url = "https://join.slack.com/t/odecentralize/shared_invite/enQtOTU2NjI5OTk3NDYzLTM2ZjkwZjAxMTcyZjI5N2Y1NGZlNWJjODA0MDU2Y2MzN2Q3MjA5ZTAwYjIyMDMzNGNhZTc1NWQwNWYyMjBhMWU" icon = "fab fa-slack" desc = "Join our slack workspace" [[params.links.developer]] |