From 14afc6c54a7e361bbc465fdc25511831cce29812 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 21 Apr 2021 10:16:28 +0200 Subject: [PATCH] Update Pelican feature documentation --- README.rst | 10 ++++++---- docs/index.rst | 16 +++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 995d23b0..4e1f1812 100644 --- a/README.rst +++ b/README.rst @@ -12,16 +12,17 @@ Pelican is a static site generator, written in Python_. Features -------- -Pelican currently supports: +Pelican’s feature highlights include: * 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) * Publication of articles in multiple languages * Generation of Atom and RSS feeds -* Syntax highlighting via Pygments_ -* Importing existing content from WordPress, Dotclear, and other services +* Code syntax highlighting via Pygments_ +* Import existing content from WordPress, Dotclear, or RSS feeds * 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. @@ -52,6 +53,7 @@ Why the name "Pelican"? .. _Markdown: https://daringfireball.net/projects/markdown/ .. _Jinja2: https://palletsprojects.com/p/jinja/ .. _Pygments: https://pygments.org/ +.. _`Pelican Plugins`: https://github.com/pelican-plugins .. _`Pelican's documentation`: https://docs.getpelican.com/ .. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html .. _`hosted on GitHub`: https://github.com/getpelican/pelican diff --git a/docs/index.rst b/docs/index.rst index 4cbe41ae..e64ffd7e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,19 +23,17 @@ Ready to get started? Check out the :doc:`Quickstart` guide. Features -------- -Pelican |version| currently supports: +Pelican’s feature highlights include: * Articles (e.g., blog posts) and pages (e.g., "About", "Projects", "Contact") -* Comments, via an external service (Disqus). If you prefer to have more - control over your comment data, self-hosted comments are another option. - Check out the `Pelican Plugins`_ repository for more details. -* Theming support (themes are created using Jinja2_ templates) +* Integration with external services +* Site themes (created using Jinja2_ templates) * Publication of articles in multiple languages -* Atom/RSS feeds +* Generation of Atom and RSS feeds * Code syntax highlighting -* Import from WordPress, Dotclear, or RSS feeds -* Integration with external tools: Twitter, Google Analytics, etc. (optional) +* Import existing content from WordPress, Dotclear, or RSS feeds * Fast rebuild times thanks to content caching and selective output writing +* Extensible via a rich plugin ecosystem: `Pelican Plugins`_ Why the name "Pelican"? ----------------------- @@ -82,4 +80,4 @@ Documentation .. _Jinja2: https://palletsprojects.com/p/jinja/ .. _`Pelican documentation`: https://docs.getpelican.com/latest/ .. _`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