mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Pelican feature documentation
This commit is contained in:
parent
fd3ad0c16e
commit
14afc6c54a
2 changed files with 13 additions and 13 deletions
10
README.rst
10
README.rst
|
|
@ -12,16 +12,17 @@ Pelican is a static site generator, written in Python_.
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Pelican currently supports:
|
Pelican’s feature highlights include:
|
||||||
|
|
||||||
* Chronological content (e.g., articles, blog posts) as well as static pages
|
* Chronological content (e.g., articles, blog posts) as well as static pages
|
||||||
* Integration with external services (e.g., Google Analytics and Disqus)
|
* Integration with external services
|
||||||
* Site themes (created using Jinja2_ templates)
|
* Site themes (created using Jinja2_ templates)
|
||||||
* Publication of articles in multiple languages
|
* Publication of articles in multiple languages
|
||||||
* Generation of Atom and RSS feeds
|
* Generation of Atom and RSS feeds
|
||||||
* Syntax highlighting via Pygments_
|
* Code syntax highlighting via Pygments_
|
||||||
* Importing existing content from WordPress, Dotclear, and other services
|
* Import existing content from WordPress, Dotclear, or RSS feeds
|
||||||
* Fast rebuild times due to content caching and selective output writing
|
* Fast rebuild times due to content caching and selective output writing
|
||||||
|
* Extensible via a rich plugin ecosystem: `Pelican Plugins`_
|
||||||
|
|
||||||
Check out `Pelican's documentation`_ for further information.
|
Check out `Pelican's documentation`_ for further information.
|
||||||
|
|
||||||
|
|
@ -52,6 +53,7 @@ Why the name "Pelican"?
|
||||||
.. _Markdown: https://daringfireball.net/projects/markdown/
|
.. _Markdown: https://daringfireball.net/projects/markdown/
|
||||||
.. _Jinja2: https://palletsprojects.com/p/jinja/
|
.. _Jinja2: https://palletsprojects.com/p/jinja/
|
||||||
.. _Pygments: https://pygments.org/
|
.. _Pygments: https://pygments.org/
|
||||||
|
.. _`Pelican Plugins`: https://github.com/pelican-plugins
|
||||||
.. _`Pelican's documentation`: https://docs.getpelican.com/
|
.. _`Pelican's documentation`: https://docs.getpelican.com/
|
||||||
.. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html
|
.. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html
|
||||||
.. _`hosted on GitHub`: https://github.com/getpelican/pelican
|
.. _`hosted on GitHub`: https://github.com/getpelican/pelican
|
||||||
|
|
|
||||||
|
|
@ -23,19 +23,17 @@ Ready to get started? Check out the :doc:`Quickstart<quickstart>` guide.
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Pelican |version| currently supports:
|
Pelican’s feature highlights include:
|
||||||
|
|
||||||
* Articles (e.g., blog posts) and pages (e.g., "About", "Projects", "Contact")
|
* Articles (e.g., blog posts) and pages (e.g., "About", "Projects", "Contact")
|
||||||
* Comments, via an external service (Disqus). If you prefer to have more
|
* Integration with external services
|
||||||
control over your comment data, self-hosted comments are another option.
|
* Site themes (created using Jinja2_ templates)
|
||||||
Check out the `Pelican Plugins`_ repository for more details.
|
|
||||||
* Theming support (themes are created using Jinja2_ templates)
|
|
||||||
* Publication of articles in multiple languages
|
* Publication of articles in multiple languages
|
||||||
* Atom/RSS feeds
|
* Generation of Atom and RSS feeds
|
||||||
* Code syntax highlighting
|
* Code syntax highlighting
|
||||||
* Import from WordPress, Dotclear, or RSS feeds
|
* Import existing content from WordPress, Dotclear, or RSS feeds
|
||||||
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
|
|
||||||
* Fast rebuild times thanks to content caching and selective output writing
|
* Fast rebuild times thanks to content caching and selective output writing
|
||||||
|
* Extensible via a rich plugin ecosystem: `Pelican Plugins`_
|
||||||
|
|
||||||
Why the name "Pelican"?
|
Why the name "Pelican"?
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
@ -82,4 +80,4 @@ Documentation
|
||||||
.. _Jinja2: https://palletsprojects.com/p/jinja/
|
.. _Jinja2: https://palletsprojects.com/p/jinja/
|
||||||
.. _`Pelican documentation`: https://docs.getpelican.com/latest/
|
.. _`Pelican documentation`: https://docs.getpelican.com/latest/
|
||||||
.. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html
|
.. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html
|
||||||
.. _`Pelican plugins`: https://github.com/getpelican/pelican-plugins
|
.. _`Pelican Plugins`: https://github.com/pelican-plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue