From f9c72b3d8f047b107449a7c6db8a602fd5535438 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Fri, 14 Oct 2022 22:57:09 +0100 Subject: Initial commit --- content/posts/1-hello-new-blog.html | 2 ++ content/posts/2-second-post.html | 1 + 2 files changed, 3 insertions(+) create mode 100644 content/posts/1-hello-new-blog.html create mode 100644 content/posts/2-second-post.html (limited to 'content/posts') 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 + here's something blahh \ 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 -- cgit v1.2.3-ZIG