diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3127207 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ +---json +{ +"layout": "page.html", +"title": "Welcome", +"eleventyNavigation": { +"key": "Home", +"order": 1 +} +} +--- +<p>Hello World!</p> +<p>Welcome to my blog.</p> +<p>I occassion leave my writings here. Hope you will enjoy them 😊.</p> |