Skip to content

coderefinery/coderefinery.org

Repository files navigation

The sources behind https://coderefinery.org.

Tools:

You can install Zola as package or download the binary.

Then:

$ git clone --recursive git@github.com:coderefinery/coderefinery.org.git
$ cd coderefinery.org
$ zola serve

Pull requests:

  • Please send pull requests towards the main branch, not towards the gh-pages branch.
  • The gh-pages branch is auto-generated after the PR is merged.