diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/landing.html | 1 | ||||
-rw-r--r-- | content/posts/1-hello-new-blog.html | 2 | ||||
-rw-r--r-- | content/posts/2-second-post.html | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/content/landing.html b/content/landing.html new file mode 100644 index 0000000..95688d5 --- /dev/null +++ b/content/landing.html @@ -0,0 +1 @@ +Welcome to Martin's Blog!
\ No newline at end of file diff --git a/content/posts/1-hello-new-blog.html b/content/posts/1-hello-new-blog.html new file mode 100644 index 0000000..8776c33 --- /dev/null +++ b/content/posts/1-hello-new-blog.html @@ -0,0 +1,2 @@ +Hello there, here's the content of the first post of my new blog +<b> here's something blahh</b>
\ No newline at end of file diff --git a/content/posts/2-second-post.html b/content/posts/2-second-post.html new file mode 100644 index 0000000..8f83954 --- /dev/null +++ b/content/posts/2-second-post.html @@ -0,0 +1 @@ +And here's the second
\ No newline at end of file |