Add new Pelican Plugins org link to content docs

This commit is contained in:
Justin Mayer 2023-05-22 15:12:09 +02:00
commit 6f93202e60

View file

@ -95,8 +95,9 @@ contains a list of reserved metadata keywords:
``url`` URL to use for this article/page ``url`` URL to use for this article/page
=============== =============================================================== =============== ===============================================================
Readers for additional formats (such as AsciiDoc_) are available via plugins. Readers for additional formats (such as AsciiDoc_) are available via plugins,
Refer to `pelican-plugins`_ repository for those. which you can find via the `Pelican Plugins`_ collection as well as the legacy
`pelican-plugins`_ repository.
Pelican can also process HTML files ending in ``.html`` and ``.htm``. Pelican Pelican can also process HTML files ending in ``.html`` and ``.htm``. Pelican
interprets the HTML in a very straightforward manner, reading metadata from interprets the HTML in a very straightforward manner, reading metadata from
@ -631,6 +632,7 @@ main article feed. This has the effect of creating an "unlisted" post.
.. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime .. _W3C ISO 8601: https://www.w3.org/TR/NOTE-datetime
.. _AsciiDoc: https://www.methods.co.nz/asciidoc/ .. _AsciiDoc: https://www.methods.co.nz/asciidoc/
.. _Pelican Plugins: https://github.com/pelican-plugins
.. _pelican-plugins: https://github.com/getpelican/pelican-plugins .. _pelican-plugins: https://github.com/getpelican/pelican-plugins
.. _Python-Markdown: https://github.com/Python-Markdown/markdown .. _Python-Markdown: https://github.com/Python-Markdown/markdown
.. _Markdown Extensions: https://python-markdown.github.io/extensions/ .. _Markdown Extensions: https://python-markdown.github.io/extensions/