10 lines
443 B
Markdown
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.
|