double-great / theme

💅 Jekyll theme for doublegreat.dev
https://doublegreat.dev/theme/
12 stars 3 forks source link

Jekyll config #37

Closed jsnmrs closed 3 years ago

jsnmrs commented 3 years ago

Fixes #35 by:

Also excludes .jekyll-cache directory, created when using canonical Jekyll gem.

To test

Build and serve using GitHub Pages gem

  1. git fetch
  2. git checkout jekyll-config
  3. bundle install
  4. bundle exec jekyll serve
  5. Confirm there are no build or serve issues
  6. + c

Build and serve using Jekyll gem and specific plugins

  1. Edit Gemfile
  2. Comment out gem "github-pages" , group: :jekyll_plugins line
  3. Uncomment lines 10-17
  4. Save changes
  5. bundle install
  6. bundle exec jekyll serve
  7. Confirm there are no build or serve issues
  8. + c
aliou commented 3 years ago

Tested using the Jekyll gem and the specific plugins and it's all good on my end! Thank you very much!