aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2020-01-18 14:36:36 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2020-01-18 14:36:36 +0100
commita7ccee7d51ebabbed611bbff5b9ee2ebe01e6941 (patch)
treedfa7997046358d7aee5dc25bfd6c95a10bd727fc /config.toml
parentdc8e7a7e4739b10ffc1f4ef42e6898db63b35ee0 (diff)
downloadwebsite-a7ccee7d51ebabbed611bbff5b9ee2ebe01e6941.tar.gz
website-a7ccee7d51ebabbed611bbff5b9ee2ebe01e6941.zip
config: Add links to bitbucket/github mirrors
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index a57dd29..315fddc 100644
--- a/config.toml
+++ b/config.toml
@@ -128,6 +128,16 @@ footer_about_disable = true
icon = "fab fa-git"
desc = "Browse the repository"
[[params.links.developer]]
+ name = "GitHub mirror"
+ url = "https://github.com/dstaesse/ouroboros"
+ icon = "fab fa-github"
+ desc = "Mirror of the repository. May not be fully up-to-date."
+[[params.links.developer]]
+ name = "Bitbucket mirror"
+ url = "https://bitbucket.org/dstaesse/ouroboros"
+ icon = "fab fa-bitbucket"
+ 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"
icon = "fab fa-slack"