peterdesmet / petridish

Jekyll theme for research project websites 🧫
https://peterdesmet.github.io/petridish
MIT License
51 stars 44 forks source link

Test gem-based installation #25

Open peterdesmet opened 5 years ago

peterdesmet commented 5 years ago

See https://jekyllrb.com/docs/themes/#understanding-gem-based-themes. Default README for this was:

Add this line to your Jekyll site's Gemfile:

gem "petridish"

And add this line to your Jekyll site's _config.yml:

theme: petridish

And then execute:

$ bundle

Or install it yourself as:

$ gem install petridish
peterdesmet commented 2 years ago

This can only work if I publish the gem:

bundle install
gem build petridish.gemspec
gem push petridish-0.2.0.gem

See also this thread