mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Updated plugins documentation to include actual callable names of each plugin included.
This commit is contained in:
parent
9f66333d77
commit
b0ff693839
1 changed files with 10 additions and 10 deletions
|
|
@ -100,16 +100,16 @@ request if you need them!
|
|||
List of plugins
|
||||
===============
|
||||
|
||||
The following plugins are currently included with Pelican under ``pelican.plugins``:
|
||||
The following plugins are currently included with Pelican:
|
||||
|
||||
* `Asset management`_
|
||||
* `GitHub activity`_
|
||||
* `Global license`_
|
||||
* `Gravatar`_
|
||||
* `Gzip cache`_
|
||||
* `HTML tags for reStructuredText`_
|
||||
* `Related posts`_
|
||||
* `Sitemap`_
|
||||
* `Asset management`_ ``pelican.plugins.assets``
|
||||
* `GitHub activity`_ ``pelican.plugins.github_activity``
|
||||
* `Global license`_ ``pelican.plugins.global_license``
|
||||
* `Gravatar`_ ``pelican.plugins.gravatar``
|
||||
* `Gzip cache`_ ``pelican.plugins.gzip_cache``
|
||||
* `HTML tags for reStructuredText`_ ``pelican.plugins.html_rst_directive``
|
||||
* `Related posts`_ ``pelican.plugins.related_posts``
|
||||
* `Sitemap`_ ``pelican.plugins.sitemap``
|
||||
|
||||
Ideas for plugins that haven't been written yet:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue