Update your-first-plugin.md (#8420)
This commit is contained in:
parent
b17cb5fe2a
commit
d26970cf25
|
@ -136,7 +136,7 @@ recommended best practices to help structure your plugin.
|
||||||
We recommend using a [gem](/docs/ruby-101/#gems) for your plugin. This will
|
We recommend using a [gem](/docs/ruby-101/#gems) for your plugin. This will
|
||||||
help you manage dependencies, keep separation from your site source code and
|
help you manage dependencies, keep separation from your site source code and
|
||||||
allow you to share functionality across multiple projects. For tips on creating
|
allow you to share functionality across multiple projects. For tips on creating
|
||||||
a gem take a look a the
|
a gem take a look at the
|
||||||
[Ruby gems guide](https://guides.rubygems.org/make-your-own-gem/) or look
|
[Ruby gems guide](https://guides.rubygems.org/make-your-own-gem/) or look
|
||||||
through the source code of an existing plugin such as
|
through the source code of an existing plugin such as
|
||||||
[jekyll-feed](https://github.com/jekyll/jekyll-feed).
|
[jekyll-feed](https://github.com/jekyll/jekyll-feed).
|
||||||
|
|
Loading…
Reference in New Issue