Official website for Project Robius:
- Install Zola.
- After you clone this repo, ensure you have all the git submodules:
git submodule update --init --recursive
- Run
zola serve
and then open the printed URL, which is typically http://127.0.0.1:1111.- When you save changes to the repo, the content will auto-refresh as long as
zola serve
is still running.
- When you save changes to the repo, the content will auto-refresh as long as