My personal website and blog, arthurhammer.de.
A simple static site powered by Jekyll.
Besides ruby, make sure bundler is installed. Jekyll itself is installed as a project dependency.
Install dependencies:
bundle install --path=vendor/bundle
Run a local server:
bundle exec jekyll serve --livereload
Build site:
bundle exec jekyll build
Except otherwise noted:
- Content: Creative Commons, BY
- Code: MIT