diff --git a/index.html b/_includes/main.njk
similarity index 94%
rename from index.html
rename to _includes/main.njk
index 134ec49..18de2e6 100644
--- a/index.html
+++ b/_includes/main.njk
@@ -1,9 +1,12 @@
+---
+title: Cyclocrust 51
+---
@@ -19,7 +22,7 @@
- main content
+ {{ content | safe }}
diff --git a/index.njk b/index.njk
new file mode 100644
index 0000000..928390e
--- /dev/null
+++ b/index.njk
@@ -0,0 +1,4 @@
+---
+layout: main
+---
+
ololo
diff --git a/posts/intro.md b/posts/intro.md
new file mode 100644
index 0000000..a7ecd39
--- /dev/null
+++ b/posts/intro.md
@@ -0,0 +1 @@
+# Ololo
diff --git a/posts/posts.json b/posts/posts.json
new file mode 100644
index 0000000..e66ddfa
--- /dev/null
+++ b/posts/posts.json
@@ -0,0 +1,3 @@
+{
+ layout: "main"
+}