modified: README.rst

This commit is contained in:
Russell Ballestrini 2017-10-24 11:39:45 -07:00
parent 8e6fc165fd
commit 5008f584b1

View file

@ -9,6 +9,20 @@ Pelican is written in Python and uses Jinja2 template engine by default.
development
===============================
Clone this repo, then in the ``pelican-themes`` directory clone this repo:
.. code-block:: bash
cd pelican-themes
git clone git@github.com:russellballestrini/pelican-svbhack.git
cd ..
Next clone the `pelican-plugins` repo (I use ``random_article``)
.. code-block:: bash
git clone git@github.com:getpelican/pelican-plugins.git
In development I use a ``make`` file to hold common build and test commands::
make clean && make html && make serve