This is the repository that has the sources of the https://opencaesar.github.io/ website.
Install homebrew by following the link https://brew.sh/
Install all dependencies.
./install.sh
Run the site locally
./start.sh
Clean all previous build
./clean.sh
Navigate to http://127.0.0.1:4000/
If you like to contribute a blog post, fork this repo, add your blog as an MD file in /_post
folder, and create a Pull Request. The post will be reviewed by the website commiters and merged.