diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-02-16 21:30:31 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-02-16 21:30:31 +0100 |
commit | f16b61913a26fed9b116ef9016f5fa3999b02890 (patch) | |
tree | 0692d53d70b51c8f28e2021bda5249ed224ffa0b | |
parent | ec124e7f21d3c89f20807dc4f6bcff1779b7ae12 (diff) | |
download | website-f16b61913a26fed9b116ef9016f5fa3999b02890.tar.gz website-f16b61913a26fed9b116ef9016f5fa3999b02890.zip |
config: Update slack invite link
-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]] |