fredrikaverpil.github.io

This is the source code of my personal blog, orginally based on poole/hyde.

Run website locally

Full instructions here.

Install bundler

gem install bundler  # requires Ruby 2.x.x.

Set up Gemfile and install

cd <GITHUB_PAGES_REPO>
echo "source 'https://rubygems.org'" > Gemfile
echo "gem 'github-pages', group: :jekyll_plugins" >> Gemfile
bundle install

Serve website

bundle exec jekyll serve

Visit website