1
0
Fork 0
forked from github/pelican
pelican-theme/README.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

78 lines
3.1 KiB
ReStructuredText
Raw Permalink Normal View History

2023-08-02 11:01:40 +02:00
Pelican |build-status| |pypi-version| |downloads| |repology|
============================================================
Pelican is a static site generator, written in Python_, that allows you to create
web sites by composing text files in formats such as Markdown, reStructuredText, and HTML.
2023-08-02 11:01:40 +02:00
With Pelican, you can create web sites without worrying about databases or server-side programming.
Pelican generates static sites that can be served via any web server or hosting service.
You can perform the following functions with Pelican:
2010-10-14 01:18:50 +01:00
2021-10-01 15:04:58 +02:00
* Compose content in Markdown_ or reStructuredText_ using your editor of choice
* Simple command-line tool (re)generates HTML, CSS, and JS from your source content
2015-03-05 12:04:39 -08:00
* Easy to interface with version control systems and web hooks
* Completely static output is simple to host anywhere
2010-08-17 22:59:59 +02:00
Features
--------
2021-04-21 10:16:28 +02:00
Pelicans feature highlights include:
2015-03-05 12:04:39 -08:00
* Chronological content (e.g., articles, blog posts) as well as static pages
2021-04-21 10:16:28 +02:00
* Integration with external services
* Site themes (created using Jinja2_ templates)
* Publication of articles in multiple languages
* Generation of Atom and RSS feeds
2021-04-21 10:16:28 +02:00
* 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
2021-04-21 10:16:28 +02:00
* Extensible via a rich plugin ecosystem: `Pelican Plugins`_
2021-10-01 15:04:58 +02:00
Check out the `Pelican documentation`_ for further information.
2010-08-14 05:45:16 +02:00
How to get help, contribute, or provide feedback
------------------------------------------------
See our `contribution submission and feedback guidelines <CONTRIBUTING.rst>`_.
2010-08-17 22:59:59 +02:00
2010-10-30 16:47:35 +01:00
Source code
-----------
2021-10-01 15:04:58 +02:00
Pelicans source code is `hosted on GitHub`_. For information on how it works,
have a look at `Pelican's internals`_.
2010-10-30 16:47:35 +01:00
2021-10-01 15:04:58 +02:00
Why the name “Pelican”?
-----------------------
2021-10-01 15:04:58 +02:00
“Pelican” is an anagram of *calepin*, which means “notebook” in French.
2010-08-14 05:45:16 +02:00
.. Links
.. _Python: https://www.python.org/
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Markdown: https://daringfireball.net/projects/markdown/
.. _Jinja2: https://palletsprojects.com/p/jinja/
.. _Pygments: https://pygments.org/
2021-04-21 10:16:28 +02:00
.. _`Pelican Plugins`: https://github.com/pelican-plugins
2021-10-01 15:04:58 +02:00
.. _`Pelican documentation`: https://docs.getpelican.com/
.. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html
.. _`hosted on GitHub`: https://github.com/getpelican/pelican
.. |build-status| image:: https://img.shields.io/github/actions/workflow/status/getpelican/pelican/main.yml?branch=master
:target: https://github.com/getpelican/pelican/actions/workflows/main.yml?query=branch%3Amaster
:alt: GitHub Actions CI: continuous integration status
2015-06-05 22:22:25 +05:30
.. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg
2020-11-20 15:46:05 +01:00
:target: https://pypi.org/project/pelican/
2015-06-05 22:22:25 +05:30
:alt: PyPI: the Python Package Index
2023-08-02 11:01:40 +02:00
.. |downloads| image:: https://img.shields.io/pypi/dm/pelican.svg
:target: https://pypi.org/project/pelican/
:alt: Monthly Downloads from PyPI
.. |repology| image:: https://repology.org/badge/tiny-repos/pelican.svg
:target: https://repology.org/project/pelican/versions
:alt: Repology: the packaging hub