You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If after installing the jekyll-compose gem you still do not see the above commands avaiable to you, try including the gem in the jekyll_plugins group of your Gemfile like so:
49
+
If after installing the jekyll-compose gem you still do not see the above
50
+
commands available to you, try including the gem in the `jekyll_plugins`
51
+
group of your `Gemfile` like so:
40
52
41
53
```ruby
42
54
group :jekyll_pluginsdo
@@ -46,7 +58,7 @@ end
46
58
47
59
## Contributing
48
60
49
-
1. Fork it ( http://github.com/<my-github-username>/jekyll-compose/fork )
61
+
1. Fork it ( http://github.com/jekyll/jekyll-compose/fork )
50
62
2. Create your feature branch (`git checkout -b my-new-feature`)
51
63
3. Commit your changes (`git commit -am 'Add some feature'`)
52
64
4. Push to the branch (`git push origin my-new-feature`)
0 commit comments