templates for self-hosting game jams (or any other kind of jam tbh)
Install theme#
How to install any theme from RubyGems
Note this is a general guide which you can keep and modify when creating a new project from this one. The theme minima is used here since jekyll-theme-quickstart is not published as so will not work. Note that on GH Pages that this approach only works with a limited set of supported themes - you have to use Remote Themes plugin to use another theme on GH Pages.
- Add your
Gemfile:gem "minima" - Add to your
_config.yml:theme: minima - Install it:
$ bundle install - Start your server.