2016-12-12 11:07:13 -08:00
|
|
|
Pelican |build-status| |pypi-version|
|
|
|
|
|
=====================================
|
2012-08-06 18:12:54 +02:00
|
|
|
|
2012-08-06 07:40:10 -07:00
|
|
|
Pelican is a static site generator, written in Python_.
|
2010-10-14 01:18:50 +01:00
|
|
|
|
2015-03-05 12:04:39 -08:00
|
|
|
* Write content in reStructuredText_ or Markdown_ using your editor of choice
|
|
|
|
|
* Includes a simple command line tool to (re)generate site files
|
|
|
|
|
* Easy to interface with version control systems and web hooks
|
|
|
|
|
* Completely static output is simple to host anywhere
|
2015-02-28 15:33:54 -08:00
|
|
|
|
2010-08-17 22:59:59 +02:00
|
|
|
|
2010-11-07 14:13:20 +00:00
|
|
|
Features
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
Pelican currently supports:
|
|
|
|
|
|
2015-03-05 12:04:39 -08:00
|
|
|
* Chronological content (e.g., articles, blog posts) as well as static pages
|
|
|
|
|
* Integration with external services (e.g., Google Analytics and Disqus)
|
2015-02-28 15:33:54 -08:00
|
|
|
* Site themes (created using Jinja2_ templates)
|
2012-03-06 06:13:17 -08:00
|
|
|
* Publication of articles in multiple languages
|
2015-02-28 15:33:54 -08:00
|
|
|
* Generation of Atom and RSS feeds
|
|
|
|
|
* Syntax highlighting via Pygments_
|
2015-03-05 12:04:39 -08:00
|
|
|
* Importing existing content from WordPress, Dotclear, and other services
|
2015-02-28 15:33:54 -08:00
|
|
|
* Fast rebuild times due to content caching and selective output writing
|
2012-03-06 06:13:17 -08:00
|
|
|
|
2015-02-28 15:33:54 -08:00
|
|
|
Check out `Pelican's documentation`_ for further information.
|
2012-03-06 06:13:17 -08:00
|
|
|
|
2010-08-14 05:45:16 +02:00
|
|
|
|
2015-02-28 15:33:54 -08: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
|
|
|
|
|
-----------
|
|
|
|
|
|
2015-03-05 12:04:39 -08:00
|
|
|
Pelican's source code is `hosted on GitHub`_. If you feel like hacking,
|
2015-02-28 15:33:54 -08:00
|
|
|
take a look at `Pelican's internals`_.
|
2010-10-30 16:47:35 +01:00
|
|
|
|
2010-12-02 03:22:24 +00:00
|
|
|
|
2015-02-28 15:33:54 -08:00
|
|
|
Why the name "Pelican"?
|
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|
"Pelican" is an anagram of *calepin*, which means "notebook" in French.
|
2010-08-14 05:45:16 +02:00
|
|
|
|
2012-08-06 07:40:10 -07:00
|
|
|
|
|
|
|
|
.. Links
|
|
|
|
|
|
|
|
|
|
.. _Python: http://www.python.org/
|
|
|
|
|
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
|
|
|
|
|
.. _Markdown: http://daringfireball.net/projects/markdown/
|
|
|
|
|
.. _Jinja2: http://jinja.pocoo.org/
|
2015-02-28 15:33:54 -08:00
|
|
|
.. _Pygments: http://pygments.org/
|
|
|
|
|
.. _`Pelican's documentation`: http://docs.getpelican.com/
|
2012-08-06 07:40:10 -07:00
|
|
|
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
|
2015-02-28 15:33:54 -08:00
|
|
|
.. _`hosted on GitHub`: https://github.com/getpelican/pelican
|
2014-06-13 16:13:37 -04:00
|
|
|
|
2015-01-02 01:11:51 -08:00
|
|
|
.. |build-status| image:: https://img.shields.io/travis/getpelican/pelican/master.svg
|
2014-06-13 16:13:37 -04:00
|
|
|
:target: https://travis-ci.org/getpelican/pelican
|
|
|
|
|
:alt: Travis CI: continuous integration status
|
2015-06-05 22:22:25 +05:30
|
|
|
.. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg
|
|
|
|
|
:target: https://pypi.python.org/pypi/pelican
|
|
|
|
|
:alt: PyPI: the Python Package Index
|