change nimbus.status.im to nimbus.team
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3e747e9494
commit
e4fc385fb4
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<p class="footer-header status-network"> The Status Network </p> <img src="/img/footer-logo.svg" width="30px" class="status-logo" alt="Status Logo">
|
||||
<ul class="footer-project">
|
||||
<li class="footer-link"><a href="https://status.im/" target="_blank">Status</a></li>
|
||||
<li class="footer-link"><a href="https://keycard.status.im/" target="_blank">Keycard</a></li>
|
||||
<li class="footer-link"><a href="https://keycard.tech/" target="_blank">Keycard</a></li>
|
||||
<li class="footer-link"><a href="https://dap.ps/" target="_blank">dap.ps</a></li>
|
||||
<li class="footer-link"><a href="https://embark.status.im/" class="margin-left" target="_blank">Embark</a></li>
|
||||
<li class="footer-link"><a href="https://subspace.status.im/" class="margin-left" target="_blank">Subspace</a></li>
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
<span>Projects</span>
|
||||
<ul class="mobile-sub-nav">
|
||||
<li><a href="https://incubate.status.im/" class="">Incubate</a></li>
|
||||
<li><a href="https://nimbus.status.im/" class="">Nimbus</a></li>
|
||||
<li><a href="https://nimbus.team/" class="">Nimbus</a></li>
|
||||
<li><a href="https://embark.status.im/" class="">Embark</a></li>
|
||||
<li><a href="https://hardwallet.status.im/" class="">Hardwallet</a></li>
|
||||
<li><a href="https://keycard.tech/" class="">Hardwallet</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://status.im/contribute/" class="">Contribute</a></li>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<h4>Nimbus</h4>
|
||||
<p class="secondary-text">A research project and light client for Ethereum 2.0 designed to perform well on embedded systems and resource-restricted hardware.</p>
|
||||
</div>
|
||||
<div class="card-community-more__link"><a href="https://nimbus.status.im" class="link-arrow">Learn more</a></div>
|
||||
<div class="card-community-more__link"><a href="https://nimbus.team/" class="link-arrow">Learn more</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
@ -30,7 +30,7 @@
|
|||
<h4>Keycard</h4>
|
||||
<p class="secondary-text">A hardware wallet in the form of a card with a safe, contactless transaction experience</p>
|
||||
</div>
|
||||
<div class="card-community-more__link"><a href="https://hardwallet.status.im/" class="link-arrow">Learn more</a></div>
|
||||
<div class="card-community-more__link"><a href="https://keycard.tech/" class="link-arrow">Learn more</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -59,4 +59,4 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="popup-overlay"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue