refactor
This commit is contained in:
13
.gitpod.yml
13
.gitpod.yml
@@ -3,16 +3,13 @@ image:
|
|||||||
tasks:
|
tasks:
|
||||||
- name: WIKI
|
- name: WIKI
|
||||||
command: |
|
command: |
|
||||||
export PBRANCH=development
|
curl https://raw.githubusercontent.com/crystaluniverse/crystaltools/development/install.sh > /tmp/install.sh
|
||||||
curl https://raw.githubusercontent.com/crystaluniverse/crystaltools/$PBRANCH/install.sh > /tmp/install.sh
|
|
||||||
bash /tmp/install.sh
|
bash /tmp/install.sh
|
||||||
source /workspace/env.sh
|
source /workspace/env.sh
|
||||||
# publtools_check
|
publtools_check
|
||||||
# cd wiki_config && publishtools flatten
|
cd wiki_config && publishtools flatten
|
||||||
web_install
|
cd ..
|
||||||
website_install
|
echo ' - do "./wiki_run" to run wiki.'
|
||||||
website_run
|
|
||||||
echo ' - do "website_run" to run wiki or website.'
|
|
||||||
echo ' - do "open workspace.code-workspace" to open all relevant dirs in your editor.'
|
echo ' - do "open workspace.code-workspace" to open all relevant dirs in your editor.'
|
||||||
ports:
|
ports:
|
||||||
- port: 9998
|
- port: 9998
|
||||||
|
|||||||
21
config/site_threefold_io.json
Normal file
21
config/site_threefold_io.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "threefold_io",
|
||||||
|
"prefix": "threefold",
|
||||||
|
"git_url": "https://github.com/threefoldfoundation/www_threefold_io/tree/development",
|
||||||
|
"path_fs": "..",
|
||||||
|
"pull": false,
|
||||||
|
"reset": false,
|
||||||
|
"cat": 2,
|
||||||
|
"domains": [
|
||||||
|
"www.threefold.io",
|
||||||
|
"www.threefold.me",
|
||||||
|
"threefold.me",
|
||||||
|
"new.threefold.io",
|
||||||
|
"staging.threefold.io",
|
||||||
|
"threefold.io"
|
||||||
|
],
|
||||||
|
"descr": "is our entry point for everyone, redirect to the detailed websites underneith.",
|
||||||
|
"groups": [],
|
||||||
|
"acl": [],
|
||||||
|
"trackingid": ""
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user