1
0
Fork 0
forked from github/pelican

Minor improvements to README

This commit is contained in:
Justin Mayer 2015-03-05 12:04:39 -08:00
commit e35ca1d6ff

View file

@ -3,10 +3,10 @@ Pelican |build-status| |coverage-status|
Pelican is a static site generator, written in Python_. Pelican is a static site generator, written in Python_.
* Write content in reStructuredText_ or Markdown_ using your editor of choice. * Write content in reStructuredText_ or Markdown_ using your editor of choice
* Includes a simple command line tool to (re)generate site files. * Includes a simple command line tool to (re)generate site files
* Easy to interface with version control systems and web hooks. * Easy to interface with version control systems and web hooks
* Completely static output is simple to host anywhere. * Completely static output is simple to host anywhere
Features Features
@ -14,13 +14,13 @@ Features
Pelican currently supports: Pelican currently supports:
* Blog articles and static pages * Chronological content (e.g., articles, blog posts) as well as static pages
* Integration with external services (ex. Google Analytics and Disqus) * Integration with external services (e.g., Google Analytics and Disqus)
* 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_ * Syntax highlighting via Pygments_
* Importing existing content from WordPress, Dotclear, and more services * Importing existing content from WordPress, Dotclear, and other services
* Fast rebuild times due to content caching and selective output writing * Fast rebuild times due to content caching and selective output writing
Check out `Pelican's documentation`_ for further information. Check out `Pelican's documentation`_ for further information.
@ -35,7 +35,7 @@ See our `contribution submission and feedback guidelines <CONTRIBUTING.rst>`_.
Source code Source code
----------- -----------
Pelican's source code is `hosted on GitHub`_. If you're feeling hackish, Pelican's source code is `hosted on GitHub`_. If you feel like hacking,
take a look at `Pelican's internals`_. take a look at `Pelican's internals`_.