35
0
Fork 0
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%
Find a file
2019-11-24 23:57:27 +01:00
.github/workflows chore: build docker image on every push to master 2019-11-24 23:55:01 +01:00
content update build 2019-03-27 10:52:08 +01:00
layouts update all links, add links to all years of recordings 2019-03-26 10:46:08 +01:00
lib Removed ugly rake tasks and migrated to nanoc 2014-09-30 17:15:09 +02:00
output updated to up to date gem versions 2019-05-23 18:57:57 +02:00
.gitignore Ignored tmp directory 2014-09-30 17:51:31 +02:00
Dockerfile chore: added crappy docker image 2019-11-24 23:48:28 +01:00
Gemfile gems: updated to nanoc 3.8.0 2015-10-10 12:20:48 +02:00
Gemfile.lock updated to up to date gem versions 2019-05-23 18:57:57 +02:00
Makefile chore: build docker image on every push to master 2019-11-24 23:55:01 +01:00
nanoc.yaml Removed ugly rake tasks and migrated to nanoc 2014-09-30 17:15:09 +02:00
README.md added readme 2015-10-10 12:55:31 +02:00
Rules updated to up to date gem versions 2019-05-23 18:57:57 +02:00

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