petridish icon indicating copy to clipboard operation
petridish copied to clipboard

Test gem-based installation

Open peterdesmet opened this issue 5 years ago • 1 comments

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 avatar Jul 15 '19 10:07 peterdesmet

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

peterdesmet avatar Feb 08 '22 20:02 peterdesmet