The sources behind https://coderefinery.org.
Tools:
- Static site generator: Zola (getting started)
- Template engine used by Zola: Tera
- CSS framework: UIkit
You can install Zola as package or download the binary.
Then:
$ git clone --recursive [email protected]:coderefinery/coderefinery.org.git
$ cd coderefinery.org
$ zola serve
Pull requests:
- Please send pull requests towards the
main
branch, not towards thegh-pages
branch. - The
gh-pages
branch is auto-generated after the PR is merged.