diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-18 14:36:36 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-18 14:36:36 +0100 |
commit | a7ccee7d51ebabbed611bbff5b9ee2ebe01e6941 (patch) | |
tree | dfa7997046358d7aee5dc25bfd6c95a10bd727fc | |
parent | dc8e7a7e4739b10ffc1f4ef42e6898db63b35ee0 (diff) | |
download | website-a7ccee7d51ebabbed611bbff5b9ee2ebe01e6941.tar.gz website-a7ccee7d51ebabbed611bbff5b9ee2ebe01e6941.zip |
config: Add links to bitbucket/github mirrors
-rw-r--r-- | config.toml | 10 |
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" |