From 752791e27e142fa470809b0fafcaf0d32974dffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 18 Aug 2013 12:03:15 +0200 Subject: [PATCH] add a list of projects --- content/musique/selection.rst | 1 + content/pages/projects.rst | 16 ++++++++++++++++ content/thoughts/confiance.rst | 1 + pelican.conf.py | 1 + theme/templates/article.html | 2 +- 5 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 content/pages/projects.rst diff --git a/content/musique/selection.rst b/content/musique/selection.rst index 90df19f..258ed57 100644 --- a/content/musique/selection.rst +++ b/content/musique/selection.rst @@ -2,6 +2,7 @@ Selection musicale ################## :date: 04/05/2013 +:status: draft Une petite selection de mes morceaux coup de cœur du moment. diff --git a/content/pages/projects.rst b/content/pages/projects.rst new file mode 100644 index 0000000..2753418 --- /dev/null +++ b/content/pages/projects.rst @@ -0,0 +1,16 @@ +Projects +######## + +Here is a short list of the (open source) projects I'm involved with (I'm +comitting to these projects on a regular basis): + +- Pelican — http://getpelican.com — A static blog engine written in python +- Daybed — https://github.com/spiral-project/daybed — A form validation and + data storage API (replace google forms!) +- I hate money — https://ihatemoney.org — A simple shared expenses manager +- Circus — http://circus.io — A process supervisor +- Loads — https://loads.rtfd.org — A loadtest runner +- Cornice — https://cornice.rtfd.org — A REST framework for Pyramid + +Of course, you can have a look at `my github profile +`_ to see more projects. diff --git a/content/thoughts/confiance.rst b/content/thoughts/confiance.rst index 0681cd6..aa65f73 100644 --- a/content/thoughts/confiance.rst +++ b/content/thoughts/confiance.rst @@ -3,6 +3,7 @@ Des profils de confiance partout et pour tout ? :date: 04/02/2013 :slug: confiance +:lang: fr Depuis un petit moment déjà, le site covoiturage.fr est passé "payant". Il est désormais possible (et même obligatoire) de payer les trajets à l'avance, et en diff --git a/pelican.conf.py b/pelican.conf.py index 246b02d..76a4030 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -9,6 +9,7 @@ AUTHOR = u'Alexis Métaireau' SITENAME = "Alexis' log" THEME = "theme" CSS_FILE = "wide.css" +DISQUS_SITENAME = 'notmyidea' SITEURL = '' #SITEURL = 'http://blog.notmyidea.org' diff --git a/theme/templates/article.html b/theme/templates/article.html index 32743c9..953afb4 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -17,7 +17,7 @@ {{ article.content }}
-

Published in {{ article.category }} by {% for author in article.authors %}{{ author }}{% endfor%}. {% include 'taglist.html' %}

+

Published in {{ article.category }} by {{ article.author }}. {% include 'taglist.html' %}

{% if DISQUS_SITENAME %}