diff --git a/lib/template.html b/lib/template.html
new file mode 100644
index 0000000..1416834
--- /dev/null
+++ b/lib/template.html
@@ -0,0 +1,43 @@
+
+
+
+
+
+ Yannick François - Les pieds dans le code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $body$
+
+
+
+
+
diff --git a/pana.sh b/pana.sh
new file mode 100755
index 0000000..a2f0675
--- /dev/null
+++ b/pana.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+
+RESULT=$(ls src/**/*.md)
+
+for mdfile in $RESULT; do
+ htmlfile="${mdfile%%.*}.html"
+ if [ ! -f "$htmlfile" ] || [ "$mdfile" != "$htmlfile" ]; then
+ echo "--> generate '$htmlfile' from '$mdfile'"
+ pandoc --template=lib/template.html -c lib/pandoc.css "$mdfile" -o "$htmlfile"
+ fi
+done
+
+exit 0
diff --git a/public/posts/index.html b/public/posts/index.html
index de6394d..0aa81c4 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -1,13 +1,13 @@
-
+
Yannick François - Les pieds dans le code
-
-
-
+
+
+
@@ -16,248 +16,546 @@
-
+
-
+
-
+
-
-
-
+
-