aboutsummaryrefslogtreecommitdiff
path: root/readme.rst
blob: 06913c7e553a70344cdcbbdcd75a016de76f8518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Ce dépôt contient le blog hébergé à l'adresse suivante : http://blog.chimrod.com/

Installation
============

Dépendances
-----------

Installer pélican dans un environnement virtuel :

.. code-block:: bash

  mkvirtualenv pelican
  workon pelican
  pip3 install pelican i18n_subsites3 smartypants pygments

Copie du dépôt
--------------

.. code-block:: bash

  git clone --recursive http://git.chimrod.com/blog.git/