https://github.com/coderefinery/coderefinery.org
Coderefinery project website.
https://github.com/coderefinery/coderefinery.org
Last synced: 5 months ago
JSON representation
Coderefinery project website.
- Host: GitHub
- URL: https://github.com/coderefinery/coderefinery.org
- Owner: coderefinery
- License: cc-by-4.0
- Created: 2016-02-22T15:32:55.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T22:01:35.000Z (5 months ago)
- Last Synced: 2026-01-22T10:25:17.076Z (5 months ago)
- Language: HTML
- Homepage: https://coderefinery.org
- Size: 23.4 MB
- Stars: 10
- Watchers: 14
- Forks: 25
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The sources behind https://coderefinery.org.
Tools:
- Static site generator: [Zola](https://www.getzola.org/) ([getting started](https://www.getzola.org/documentation/getting-started/overview/))
- Template engine used by Zola: [Tera](https://tera.netlify.app/docs/#introduction)
- CSS framework: [UIkit](https://getuikit.com/)
You can [install Zola as package](https://www.getzola.org/documentation/getting-started/installation/)
or [download the binary](https://github.com/getzola/zola/releases).
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.