Files
jekyll/test/source/_tutorials/extending-with-plugins.md
Ashwin Maroli 07bf5be7b4 Allow custom sorting of collection documents (#7427)
Merge pull request 7427
2019-02-16 11:19:03 -05:00

10 lines
443 B
Markdown

---
title: "Extending with Plugins"
lesson: 5
approx_time: 1 min
---
A lot can be accomplished by using Jekyll out-of-the-box. But a lot more can be achieved by using plugins that extend Jekyll's functionality. There are numerous plugins supported by the official team and many other third-party plugins provided by the Jekyll Community.
Check this [documentation page](https://jekyllrb.com/docs/plugins/) dedicated to working with plugins.