2013-10-15 06:58:04 +02:00
2013-02-04 08:06:13 -08:00
2014-02-18 15:06:28 +08:00
2014-03-19 13:34:32 -04:00
2013-08-05 11:51:16 -04:00
2014-03-27 15:44:24 +08:00
2014-02-18 08:31:21 +01:00
2013-05-27 10:28:40 +05:00
2012-10-16 20:03:37 +02:00
2013-10-13 17:28:16 +02:00
2014-01-28 22:48:24 -06:00
2013-01-09 09:18:29 -08:00
2013-09-04 21:02:36 +08:00
2013-04-21 13:54:50 +08:00
2013-10-04 14:51:27 +02:00
2014-02-15 16:08:01 +01:00
2014-01-04 19:19:45 +07:00
2013-09-10 09:13:42 +03:00
2013-01-09 09:13:44 -08:00
2014-02-25 12:56:55 +01:00
2014-02-03 09:52:15 +01:00
2013-11-03 16:56:19 +09:00
2013-09-09 22:27:59 +07:00
2013-06-04 18:48:01 +02:00
2012-06-10 01:24:29 +02:00
2013-04-07 15:35:23 -04:00
2013-12-31 23:51:37 -05:00
2013-03-20 12:17:05 +01:00
2014-03-26 18:23:33 -03:00
2013-08-26 21:02:16 +01:00

Pelican Themes
##############

This repository contains themes for Pelican. Feel free to clone, add your own
theme, and submit a pull request. It's community-managed!

Using Themes
############

These instructions assume you have already completed the `Getting Started`_
guide, have a working site, and would now like to apply a non-default theme.

.. _Getting Started: http://docs.getpelican.com/en/latest/getting_started.html

First, choose a location to hold your themes. For this example, we'll use the
directory ``~/pelican-themes``, but yours could be different. Clone the
``pelican-themes`` repository to that location on your local machine:

.. code-block:: sh

	git clone --recursive https://github.com/getpelican/pelican-themes ~/pelican-themes

Now you should have your ``pelican-themes`` repository stored at
``~/pelican-themes/``.

To use one of the themes, edit your Pelican settings file to include this line:

.. code-block:: python

	THEME = "/home/user/pelican-themes/theme-name"

So, for instance, to use the ``mnmlist`` theme, you would edit your settings
file to include:

.. code-block:: python

	THEME = "/home/user/pelican-themes/mnmlist"

Save the changes to your settings file and then regenerate your site by using
the Makefile you should already have set up using ``pelican-quickstart``:

.. code-block:: sh

	make html

Themes can also be specified directly via the ``-t ~/pelican-themes/theme-name``
parameter to the ``pelican`` command. If you want to edit your theme, make sure
that any edits you make are made to the copy stored in
``~/pelican-themes/theme-name``. Any changes made to
files stored in your site's ``output`` directory will be deleted the next
time you generate your site.
Languages
CSS 54.7%
HTML 31.5%
JavaScript 13.7%