diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/static/css/home.css b/assets/css/home.css
similarity index 100%
rename from static/css/home.css
rename to assets/css/home.css
diff --git a/static/css/layout.css b/assets/css/layout.css
similarity index 100%
rename from static/css/layout.css
rename to assets/css/layout.css
diff --git a/static/css/page-generic.css b/assets/css/page-generic.css
similarity index 100%
rename from static/css/page-generic.css
rename to assets/css/page-generic.css
diff --git a/static/img/deuxfleurs-common-ratio.jpg b/assets/img/deuxfleurs-common-ratio.jpg
similarity index 100%
rename from static/img/deuxfleurs-common-ratio.jpg
rename to assets/img/deuxfleurs-common-ratio.jpg
diff --git a/static/img/deuxfleurs-rect.jpg b/assets/img/deuxfleurs-rect.jpg
similarity index 100%
rename from static/img/deuxfleurs-rect.jpg
rename to assets/img/deuxfleurs-rect.jpg
diff --git a/static/img/deuxfleurs-square.jpg b/assets/img/deuxfleurs-square.jpg
similarity index 100%
rename from static/img/deuxfleurs-square.jpg
rename to assets/img/deuxfleurs-square.jpg
diff --git a/static/img/favicon.ico b/assets/img/favicon.ico
similarity index 100%
rename from static/img/favicon.ico
rename to assets/img/favicon.ico
diff --git a/static/ronce.webp b/assets/img/ronce.webp
similarity index 100%
rename from static/ronce.webp
rename to assets/img/ronce.webp
diff --git a/static/script-bon.js b/assets/js/animations.js
similarity index 100%
rename from static/script-bon.js
rename to assets/js/animations.js
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..06c990e
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,3 @@
+baseURL = 'https://deuxfleurs.fr/'
+languageCode = 'fr-FR'
+title = 'Deuxfleurs'
diff --git a/static/index.html b/layouts/index.html
similarity index 99%
rename from static/index.html
rename to layouts/index.html
index 48cf469..2864fbc 100644
--- a/static/index.html
+++ b/layouts/index.html
@@ -1602,6 +1602,6 @@ _ ` ^ ¨ · _ - " ` * - ; - _
-
+