diff --git a/README.md b/README.md index 64ca5a6..886c728 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nimbus Site -This repo hosts the code for both [nimbus.status.im](https://nimbus.status.im) on the `master` branch (which builds and serves through `gh-pages`), and [dev-nimbus.status.im](https://dev-nimbus.status.im) on the `develop` branch. +This repo hosts the code for both [nimbus.team](https://nimbus.team) on the `master` branch (which builds and serves through `gh-pages`), and [dev.nimbus.team](https://dev.nimbus.team) on the `develop` branch. There is an `edit` button on each page, which will take you directly to the document you need to edit on the `develop` branch. We can then allow a large group of people to push directly to `develop` and show their changes on the staging site when asking for review, which should smooth out and speed up the process considerably for everyone. `master` is obviously protected, and will only have changes merged in from `develop` once accepted. diff --git a/_config.dev.yml b/_config.dev.yml index b8d339b..5d25d04 100644 --- a/_config.dev.yml +++ b/_config.dev.yml @@ -5,7 +5,7 @@ author: Nimbus language: en timezone: UTC -url: https://dev-nimbus.status.im/ +url: https://dev.nimbus.team/ root: / permalink: news/:year/:month/:day/:title/ archive_dir: news @@ -19,7 +19,7 @@ deploy: type: git branch: gh-pages name: status-im-auto - repo: git@github.com:status-im/nimbus.status.im.git + repo: git@github.com:status-im/nimbus-site.git theme_config: favicon: img/favicon-32x32.png diff --git a/_config.prod.yml b/_config.prod.yml index 2eead59..0f81996 100644 --- a/_config.prod.yml +++ b/_config.prod.yml @@ -5,7 +5,7 @@ author: Nimbus language: en timezone: UTC -url: https://nimbus.status.im/ +url: https://nimbus.team/ root: / permalink: news/:year/:month/:day/:title/ archive_dir: news @@ -19,7 +19,7 @@ deploy: type: git branch: gh-pages name: status-im-auto - repo: git@github.com:status-im/nimbus.status.im.git + repo: git@github.com:status-im/nimbus-site.git theme_config: favicon: img/favicon-32x32.png diff --git a/scripts/helpers.js b/scripts/helpers.js index d7018a4..47d1aee 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -98,7 +98,7 @@ hexo.extend.helper.register('url_for_lang', function(path) { }); hexo.extend.helper.register('raw_link', function(path) { - return 'https://github.com/status-im/nimbus.status.im/edit/develop/source/' + path; + return 'https://github.com/status-im/nimbus-site/edit/develop/source/' + path; }); hexo.extend.helper.register('page_anchor', function(str) { diff --git a/themes/navy/layout/partial/footer.swig b/themes/navy/layout/partial/footer.swig index 66485d0..ba88982 100644 --- a/themes/navy/layout/partial/footer.swig +++ b/themes/navy/layout/partial/footer.swig @@ -28,7 +28,7 @@