pidgin/nest

Replace bitbucket with imfreedom

2020-07-14, Frederick F. Kautz IV
4d2cf0b3472d
Parents a74b7c49795b
Children 3682f2fc5cde
Replace bitbucket with imfreedom

Reviewed at https://reviews.imfreedom.org/r/35/
--- a/hugo/config.toml Tue Jun 30 02:22:01 2020 +0000
+++ b/hugo/config.toml Tue Jul 14 20:24:58 2020 -0500
@@ -7,7 +7,7 @@
[params]
# Disable arrows
disableNextPrev = true
-editURL = "https://bitbucket.org/pidgin/nest/src/default/hugo/content/"
+editURL = "https://keep.imfreedom.org/pidgin/nest"
disableShortcutsTitle = true
# These manage the notification banner. When finished, please comment them out
@@ -29,9 +29,9 @@
# Shortcuts
[[menu.shortcuts]]
- name = "<i class='fab fa-fw fa-bitbucket'></i> Bitbucket"
- identifier = "bitbucket"
- url = "https://bitbucket.org/pidgin/"
+ name = "<i class='fab fa-fw fa-code'></i> Repositories"
+ identifier = "sourcecode"
+ url = "https://keep.imfreedom.org/pidgin/"
weight = 1000
[[menu.shortcuts]]
--- a/hugo/data/repos.json Tue Jun 30 02:22:01 2020 +0000
+++ b/hugo/data/repos.json Tue Jul 14 20:24:58 2020 -0500
@@ -1,9 +1,8 @@
{
- "gplugin": "bitbucket.org/gplugin/gplugin/",
- "libgnt": "bitbucket.org/pidgin/libgnt/",
- "nest": "bitbucket.org/pidgin/nest/",
- "pidgin": "bitbucket.org/pidgin/main/",
- "plugin-pack": "bitbucket.org/pidgin/purple-plugin-pack/",
- "talkatu": "bitbucket.org/pidgin/talkatu/",
- "www": "bitbucket.org/pidgin/www/"
-}
\ No newline at end of file
+ "gplugin": "keep.imfreedom.org/gplugin/gplugin/",
+ "libgnt": "keep.imfreedom.org/libgnt/libgnt/",
+ "pidgin": "keep.imfreedom.org/pidgin/pidgin/",
+ "plugin-pack": "keep.imfreedom.org/pidgin/purple-plugin-pack/",
+ "talkatu": "keep.imfreedom.org/talkatu/talkatu/",
+ "www": "keep.imfreedom.org/pidgin/nest/"
+}