From d8fa0aa73160ad4beb5b748a5dbb5219a4093d95 Mon Sep 17 00:00:00 2001 From: Andy Tudhope Date: Fri, 5 Oct 2018 10:18:49 +0200 Subject: [PATCH] Changes config --- _config.prod.yml | 33 --------------------------------- _config.dev.yml => _config.yml | 12 ++++++------ 2 files changed, 6 insertions(+), 39 deletions(-) delete mode 100644 _config.prod.yml rename _config.dev.yml => _config.yml (57%) diff --git a/_config.prod.yml b/_config.prod.yml deleted file mode 100644 index 8b2058d..0000000 --- a/_config.prod.yml +++ /dev/null @@ -1,33 +0,0 @@ -title: Nimbus -subtitle: "Light clients for everyone!" -description: "Nimbus is a research project and a client implementation for Ethereum 2.0 designed to perform well on embedded systems and personal mobile devices, including older smartphones with resource-restricted hardware." -author: Nimbus -language: en -timezone: UTC - -url: https://studio.status.im/ -root: / -permalink: news/:year/:month/:day/:title/ -archive_dir: news -code_dir: downloads/code -new_post_name: :year-:month-:day-:title.md # File name of new posts -post_asset_folder: true -per_page: 0 - -theme: navy -deploy: - type: git - branch: gh-pages - name: status-im-auto - repo: git@github.com:status-im/incubate.status.im.git - -theme_config: - favicon: img/logo-32.png - -highlight: - enable: true - line_number: false - -disqus_shortname: hexojs -twitter: ethstatus -github: staus-im diff --git a/_config.dev.yml b/_config.yml similarity index 57% rename from _config.dev.yml rename to _config.yml index caabd31..3cfd1b0 100644 --- a/_config.dev.yml +++ b/_config.yml @@ -1,12 +1,12 @@ -title: Nimbus -subtitle: "Light clients for everyone!" -description: "Nimbus is a research project and a client implementation for Ethereum 2.0 designed to perform well on embedded systems and personal mobile devices, including older smartphones with resource-restricted hardware." -author: Nimbus +title: Studio +subtitle: "Education and IDEs for everyone!" +description: "Status Studio is a Integrated Developer Environment and Education Platform that addresses pain points in the community with goal to grow the Ethereum ecosystem and foster one-stop-shop development and learning." +author: Status Studio language: en timezone: UTC -url: https://dev-studio.status.im/ -root: / +url: https://status-im.github.io +root: /studio.status.im/ permalink: news/:year/:month/:day/:title/ archive_dir: news code_dir: downloads/code