images
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ dist
|
|||||||
run*
|
run*
|
||||||
install*
|
install*
|
||||||
public
|
public
|
||||||
|
tailwindcss
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -12,9 +12,9 @@ This website is administered by [ThreeFold's Web Admins](https://github.com/orgs
|
|||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
1. Install `hero` if you don't have it
|
1. Install `hero` if you don't have it
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
|
curl -sL https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh | bash
|
||||||
bash /tmp/hero_install.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Clone repository
|
1. Clone repository
|
||||||
@@ -23,7 +23,12 @@ bash /tmp/hero_install.sh
|
|||||||
|
|
||||||
3. run playbook to preview website in browser
|
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
|
4. save and publish changes
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
We use the following doctrees in our website:
|
||||||
- `threefoldfoundation/threefold_data` for blogs, people and news.
|
- `threefoldfoundation/threefold_data` for blogs, people and news.
|
||||||
- `threefoldfoundation/www_threefold_io` for site content for pages.
|
- `threefoldfoundation/www_threefold_io` for site content for pages.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// add collections to the website using their github url
|
// add collections to the website using their github url
|
||||||
!!website.doctree_add
|
!!website.doctree_add
|
||||||
@@ -25,7 +26,6 @@ We use the following doctrees in our website:
|
|||||||
branch: development_zola
|
branch: development_zola
|
||||||
pull: true
|
pull: true
|
||||||
|
|
||||||
|
|
||||||
!!website.doctree_add
|
!!website.doctree_add
|
||||||
url:'https://github.com/threefoldfoundation/threefold_data/tree/development_zola/content'
|
url:'https://github.com/threefoldfoundation/threefold_data/tree/development_zola/content'
|
||||||
pull: true
|
pull: true
|
||||||
|
|||||||
BIN
tailwindcss
BIN
tailwindcss
Binary file not shown.
Reference in New Issue
Block a user