We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://jekyllrb.com/docs/themes/#understanding-gem-based-themes. Default README for this was:
Add this line to your Jekyll site's Gemfile:
Gemfile
gem "petridish"
And add this line to your Jekyll site's _config.yml:
_config.yml
theme: petridish
And then execute:
$ bundle
Or install it yourself as:
$ gem install petridish
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Bump version in gemspec
afabe47
See #25, should be tested
peterdesmet
No branches or pull requests
See https://jekyllrb.com/docs/themes/#understanding-gem-based-themes. Default README for this was:
Add this line to your Jekyll site's
Gemfile
:And add this line to your Jekyll site's
_config.yml
:And then execute:
Or install it yourself as:
The text was updated successfully, but these errors were encountered: