diff --git a/.gitignore b/.gitignore index c2e43eed2..868286f4a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ dist run* install* public +tailwindcss diff --git a/README.md b/README.md index c1c84bebd..d95cc3d20 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ This website is administered by [ThreeFold's Web Admins](https://github.com/orgs ## Getting started 1. Install `hero` if you don't have it + ```bash -curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh -bash /tmp/hero_install.sh +curl -sL https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh | bash ``` 1. Clone repository @@ -23,7 +23,12 @@ bash /tmp/hero_install.sh 3. run playbook to preview website in browser -`hero zola -u https://github.com/threefoldfoundation/www_threefold_io/tree/development_zola/playbook` or `bash start.sh` +```bash +#is using branch development_zola +hero zola -u https://github.com/threefoldfoundation/www_threefold_io/tree/development_zola/playbook +#or in this repo, which does above +start.sh +``` 4. save and publish changes diff --git a/playbook/1_define.md b/playbook/1_define.md index 0629a51d0..941888d56 100644 --- a/playbook/1_define.md +++ b/playbook/1_define.md @@ -18,6 +18,7 @@ Then we add the [doctrees]() we will use for the website. When we add a doctree, We use the following doctrees in our website: - `threefoldfoundation/threefold_data` for blogs, people and news. - `threefoldfoundation/www_threefold_io` for site content for pages. + ```js // add collections to the website using their github url !!website.doctree_add @@ -25,7 +26,6 @@ We use the following doctrees in our website: branch: development_zola pull: true - !!website.doctree_add url:'https://github.com/threefoldfoundation/threefold_data/tree/development_zola/content' pull: true diff --git a/tailwindcss b/tailwindcss deleted file mode 100755 index 29df5e636..000000000 Binary files a/tailwindcss and /dev/null differ