Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test gem-based installation #25

Open
peterdesmet opened this issue Jul 15, 2019 · 1 comment
Open

Test gem-based installation #25

peterdesmet opened this issue Jul 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@peterdesmet
Copy link
Owner

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 peterdesmet added the enhancement New feature or request label Jul 15, 2019
@peterdesmet peterdesmet self-assigned this Jul 15, 2019
@peterdesmet peterdesmet added this to the 2.0 milestone Feb 8, 2022
@peterdesmet
Copy link
Owner Author

peterdesmet commented Feb 8, 2022

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 peterdesmet removed this from the 2.0 milestone May 3, 2022
peterdesmet added a commit that referenced this issue Mar 1, 2023
See #25, should be tested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant