diff --git a/archetypes/posts.md b/archetypes/posts.md
index e1338d1..bdfd9c4 100644
--- a/archetypes/posts.md
+++ b/archetypes/posts.md
@@ -1,11 +1,12 @@
 {
-    "title": "",
-    "date": "",
+    "title": "{{ replace .TranslationBaseName "-" " " | title }}",
+    "date": "{{ .Date }}",
     "author": "",
     "authorTwitter": "",
     "cover": "",
-    "tags": ["", ""],
-    "keywords": ["", ""],
+    "tags": [""],
+    "keywords": [""],
     "description": "",
     "showFullContent": false,
+    "draft": true
 }