Skip to content

geniou/500km.info

Repository files navigation

500km.info website

Getting started

The site is based on jekyll

  1. install ruby
  2. install bundler: gem install bundler
  3. install gems: bundle install

For local development use bundle exec jekyll serve -w. So you can browse localhost:4000 and see the site.

Image resizing

convert '*.jpg[990x]' -set filename:base "%[base]" "resized/%[filename:base].jpg"