From a7ccee7d51ebabbed611bbff5b9ee2ebe01e6941 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 18 Jan 2020 14:36:36 +0100 Subject: config: Add links to bitbucket/github mirrors --- config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.toml b/config.toml index a57dd29..315fddc 100644 --- a/config.toml +++ b/config.toml @@ -127,6 +127,16 @@ footer_about_disable = true url = "https://ouroboros.rocks/cgit" 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" -- cgit v1.2.3