Mainly on GitHub!
TOOD: Add Github CI which pushes to Foregejo (or migrate issues over here and close GH repo)
https://github.com/voc/website
- Haml 30.2%
- HTML 28.7%
- SCSS 25.9%
- JavaScript 6.8%
- Ruby 4.7%
- Other 3.7%
|
|
||
|---|---|---|
| .github/workflows | ||
| content | ||
| layouts | ||
| lib | ||
| output | ||
| .gitignore | ||
| Dockerfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| Makefile | ||
| nanoc.yaml | ||
| README.md | ||
| Rules | ||
c3voc.de
Install
Clone repository:
git clone https://github.com/voc/website;
cd website
Install dependencies:
bundle install
Build website:
nanoc compile
Convert images
convert input.jpg -resize "640x360^" -gravity center -extent 640x360 input_klein.jpg