Ensure the minima theme is shipped with a new site.

This commit is contained in:
Parker Moore 2016-06-14 11:54:01 -07:00
parent 73f70e9071
commit e85e89bbff
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
2 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,9 @@ ruby RUBY_VERSION
# Happy Jekylling!
gem "jekyll", "#{Jekyll::VERSION}"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

View File

@ -4,6 +4,7 @@
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.