modified: README.rst
This commit is contained in:
parent
8e6fc165fd
commit
5008f584b1
1 changed files with 14 additions and 0 deletions
14
README.rst
14
README.rst
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue