aboutsummaryrefslogtreecommitdiff
path: root/readme.rst
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-11-30 22:56:26 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-03 21:35:35 +0100
commit9b77ec15e5beeff3f57f845be883416d2a68b84d (patch)
tree796f2aecfcdf5012ce611fac22b85fa481bf63de /readme.rst
parent1c02ae819eee2d28040804d58872ceb4c003ee1f (diff)
New article on rst & Latex. Changed theme
Diffstat (limited to 'readme.rst')
-rwxr-xr-xreadme.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst
new file mode 100755
index 0000000..06913c7
--- /dev/null
+++ b/readme.rst
@@ -0,0 +1,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/