This is the source code of my personal blog, orginally based on poole/hyde.
Full instructions here.
gem install bundler # requires Ruby 2.x.x.
cd <GITHUB_PAGES_REPO>
echo "source 'https://rubygems.org'" > Gemfile
echo "gem 'github-pages', group: :jekyll_plugins" >> Gemfile
bundle install
bundle exec jekyll serve
- Visit website at http://localhost:4000
- Cancel serving with ctrl+c