fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
591 stars 744 forks source link

Github pages installation requires gemfile inclusion + _config.yml update #39

Closed MSWorkers closed 6 years ago

MSWorkers commented 6 years ago

To successfully install this theme with Github pages, I needed to not only add

gem "jekyll-theme-hydeout", "~> 3.4" to Gemfile, but also needed to add

'remote_theme: fongandrew/hydeout' to the _config.yml.

Just adding gem 'github-pages', group: :jekyll_plugins to the Gemfile didn't do it. Also, only having the 'remote_theme' specification in _config.yml didn't do it either.

This might be obvious to more experienced Jekyll users; I know that it would have saved me a lot of time to have had that note there.

fongandrew commented 6 years ago

Thanks. I made a small note in the README.