diff --git a/docs/websites/templates.md b/docs/websites/templates.md
new file mode 100644
index 0000000000000000000000000000000000000000..2e5c84061f92980756349504f7b63d92df038ba3
--- /dev/null
+++ b/docs/websites/templates.md
@@ -0,0 +1,29 @@
+# Templates
+
+## Template de tous les sites
+
+https://github.com/osuny-org/template
+
+## Templates de tous les journaux
+
+https://github.com/osuny-org/template-journal
+
+Pour faire la mise à jour :
+
+```
+git remote add template git@github.com:osuny-org/template.git
+git fetch --all
+git merge template/master --allow-unrelated-histories
+```
+
+## Site d'un journal
+
+https://github.com/osuny-org/clermontauvergne-journal-degrowth
+
+Pour faire la mise à jour :
+
+```
+git remote add template git@github.com:osuny-org/template-journal.git
+git fetch --all
+git merge template/master --allow-unrelated-histories
+```