18 lines
868 B
Markdown
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
|