Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 436 Bytes

README.markdown

File metadata and controls

18 lines (12 loc) · 436 Bytes

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"