Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 331 Bytes

README.markdown

File metadata and controls

12 lines (8 loc) · 331 Bytes

nilsgemeinhardt.com 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.