diff --git a/basic/README.rst b/basic/README.rst
new file mode 100644
index 0000000..1384ffc
--- /dev/null
+++ b/basic/README.rst
@@ -0,0 +1,15 @@
+Basic
+#####
+
+This theme has been made for the documentation of the template inheritance feature of Pelican.
+
+He is usable, but only works with the last version of Pelican from the GIT repository...
+
+It supports Google Analytics and has a Jappix widget.
+
+Screenshot
+----------
+
+.. image:: screenshot.png
+ :alt: Sreenshot of the basic theme
+
diff --git a/basic/screenshot.png b/basic/screenshot.png
new file mode 100644
index 0000000..3242a7a
Binary files /dev/null and b/basic/screenshot.png differ
diff --git a/basic/static/css/main.css b/basic/static/css/main.css
new file mode 100644
index 0000000..0dcb17d
--- /dev/null
+++ b/basic/static/css/main.css
@@ -0,0 +1,40 @@
+body {
+ font-family: monospace;
+ font-size: 100%;
+ background-color: white;
+ color: #111;
+ width: 80%;
+ min-width: 400px;
+ min-height: 200px;
+ padding: 1em;
+ margin: 5% 10%;
+ border: thin solid gray;
+ border-radius: 5px;
+ display: block;
+}
+
+a:link { color: blue; text-decoration: none; }
+a:hover { color: blue; text-decoration: underline; }
+a:visited { color: blue; }
+
+h1 a { color: inherit !important }
+h2 a { color: inherit !important }
+h3 a { color: inherit !important }
+h4 a { color: inherit !important }
+h5 a { color: inherit !important }
+h6 a { color: inherit !important }
+
+#menu li {
+ display: inline;
+}
+
+#post-list {
+ margin-bottom: 1em;
+ margin-top: 1em;
+}
+
+pre {
+ margin: 2em 1em 2em 4em;
+ white-space: pre-wrap;
+}
+
diff --git a/basic/templates/base.html b/basic/templates/base.html
new file mode 100644
index 0000000..861b4d7
--- /dev/null
+++ b/basic/templates/base.html
@@ -0,0 +1,32 @@
+{% extends "!simple/base.html" %}
+
+{%- block head %}
+{{ super() }}
+
+
+ {%- if FEED_RSS %}{% endif -%}
+
+ {% if GOOGLE_ANALYTICS %}
+
+
+ {% endif %}
+ {% if JABBER_CHATROOM %}
+
+
+
+ {% endif %}
+{% endblock -%}
diff --git a/brownstone/screenshot.png b/brownstone/screenshot.png
new file mode 100644
index 0000000..124f3fb
Binary files /dev/null and b/brownstone/screenshot.png differ
diff --git a/lightweight/aperçu.png b/lightweight/aperçu.png
deleted file mode 100644
index f3ad91b..0000000
Binary files a/lightweight/aperçu.png and /dev/null differ
diff --git a/lightweight/screenshot.png b/lightweight/screenshot.png
new file mode 100644
index 0000000..559e684
Binary files /dev/null and b/lightweight/screenshot.png differ
diff --git a/martyalchin/screenshot.png b/martyalchin/screenshot.png
new file mode 100644
index 0000000..205ff5b
Binary files /dev/null and b/martyalchin/screenshot.png differ
diff --git a/notmyidea-cms-fr/aperçu.png b/notmyidea-cms-fr/aperçu.png
deleted file mode 100644
index a0b709e..0000000
Binary files a/notmyidea-cms-fr/aperçu.png and /dev/null differ
diff --git a/notmyidea-cms-fr/screenshot.png b/notmyidea-cms-fr/screenshot.png
new file mode 100644
index 0000000..195fa8c
Binary files /dev/null and b/notmyidea-cms-fr/screenshot.png differ
diff --git a/notmyidea-cms/screenshot.png b/notmyidea-cms/screenshot.png
new file mode 100644
index 0000000..8bcd806
Binary files /dev/null and b/notmyidea-cms/screenshot.png differ
diff --git a/sneakyidea/screenshot.png b/sneakyidea/screenshot.png
new file mode 100644
index 0000000..2b37722
Binary files /dev/null and b/sneakyidea/screenshot.png differ
diff --git a/waterspill/screenshot.png b/waterspill/screenshot.png
new file mode 100644
index 0000000..97358ff
Binary files /dev/null and b/waterspill/screenshot.png differ