From 2f6e71eb7cfaeb4bab38a987ba151df0df3d2dd3 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Wed, 22 Sep 2021 18:32:07 +0530 Subject: initial commit --- src/post/hello_world.md | 8 ++++++++ src/post/post.json | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 src/post/hello_world.md create mode 100644 src/post/post.json (limited to 'src/post') 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 -- cgit v1.2.3-70-g09d2