aboutsummaryrefslogtreecommitdiffstats
path: root/src/post
diff options
context:
space:
mode:
Diffstat (limited to 'src/post')
-rw-r--r--src/post/hello_world.md8
-rw-r--r--src/post/post.json3
2 files changed, 11 insertions, 0 deletions
diff --git a/src/post/hello_world.md b/src/post/hello_world.md
new file mode 100644
index 0000000..923ad0b
--- /dev/null
+++ b/src/post/hello_world.md
@@ -0,0 +1,8 @@
+---
+title: Hello World
+description: The First Post to the World
+date: 2021-09-12
+---
+This is the first post on my blog.
+
+Eleventy is super fresh init.
diff --git a/src/post/post.json b/src/post/post.json
new file mode 100644
index 0000000..60ff6df
--- /dev/null
+++ b/src/post/post.json
@@ -0,0 +1,3 @@
+{
+ "layout": "post.njk"
+} \ No newline at end of file