aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2020-01-15 22:51:58 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2020-01-15 22:51:58 +0100
commit8da8b6132258df5d9e60444b14ec5a81a83db39f (patch)
tree73766be0a3aa9249d376dcb9256f919dcce0aadc
parent3d2885d219ad71fc59e27434a9a8f0efe68e95f1 (diff)
downloadwebsite-8da8b6132258df5d9e60444b14ec5a81a83db39f.tar.gz
website-8da8b6132258df5d9e60444b14ec5a81a83db39f.zip
config: Add slack
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 87da669..7295f44 100644
--- a/config.toml
+++ b/config.toml
@@ -128,6 +128,11 @@ footer_about_disable = true
icon = "fab fa-git"
desc = "Browse the repository"
[[params.links.developer]]
+ name = "Slack"
+ url = "https://odecentralize.slack.com"
+ icon = "fab fa-slack"
+ desc = "Chat with other project developers"
+[[params.links.developer]]
name = "IRC"
url = "https://webchat.freenode.net/?channels=#ouroboros"
icon = "fas fa-hashtag"