Files
jekyll/docs/_docs/plugins.md
Mike Neumegen 805f438f24 New docs (#7205)
Merge pull request 7205
2018-09-01 04:39:57 -04:00

18 lines
868 B
Markdown

---
title: Plugins
permalink: /docs/plugins/
---
Jekyll has a plugin system with hooks that allow you to create custom generated
content specific to your site. You can run custom code for your site without
having to modify the Jekyll source itself.
* [Installation](/docs/plugins/installation/) - How to install plugins
* [Your first plugin](/docs/plugins/your-first-plugin/) - How to write plugins
* [Generators](/docs/plugins/generators/) - Create additional content on your site
* [Converters](/docs/plugins/converters/) - Change a markup language into another format
* [Commands](/docs/plugins/commands/) - Extend the `jekyll` executable with subcommands
* [Tags](/docs/plugins/tags) - Create custom Liquid tags
* [Filters](/docs/plugins/filters/) - Create custom Liquid filters
* [Hooks](/docs/plugins/hooks/) - Fine-grained control to extend the build process