From 8b4f6b059651f4c4c61eecc9c7ee91c1bd1cd729 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Wed, 27 Oct 2021 23:41:59 +0200 Subject: 2021-10-27__example-post: fix date #2 --- content/post/2021-10-26__example-post.md | 20 ++++++++++++++++++++ content/post/2021-10-27__example-post.md | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 content/post/2021-10-26__example-post.md delete mode 100644 content/post/2021-10-27__example-post.md (limited to 'content/post') diff --git a/content/post/2021-10-26__example-post.md b/content/post/2021-10-26__example-post.md new file mode 100644 index 0000000..4e1bc3d --- /dev/null +++ b/content/post/2021-10-26__example-post.md @@ -0,0 +1,20 @@ ++++ +author = "Adam Olech" +title = "Hello world" +date = "2021-10-26" +description = "...just getting started..." +tags = [ +"hello", "world", "initial", "firstpost" +] ++++ + +It's been a while since I set up this domain, but I've gotten into *actually* doing something with it only recently. + +Funnily enough, it's easy to think of a grandiose plan for a blog, buy a cheap domain and forget about it. +With a bit of motivation, you might even configure the nginx virtual host block. +And if you're **really** motivated, getting a [Let's Encrypt](https://letsencrypt.org/) certificate could make its way into your pipeline as well. + +And then you forget about it. +Maybe writing a generic self-deprecating hello-worldy post is just delaying the inevitable.... + +..which is getting my act together and finally writing an HN-worthy post. diff --git a/content/post/2021-10-27__example-post.md b/content/post/2021-10-27__example-post.md deleted file mode 100644 index 4e1bc3d..0000000 --- a/content/post/2021-10-27__example-post.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -author = "Adam Olech" -title = "Hello world" -date = "2021-10-26" -description = "...just getting started..." -tags = [ -"hello", "world", "initial", "firstpost" -] -+++ - -It's been a while since I set up this domain, but I've gotten into *actually* doing something with it only recently. - -Funnily enough, it's easy to think of a grandiose plan for a blog, buy a cheap domain and forget about it. -With a bit of motivation, you might even configure the nginx virtual host block. -And if you're **really** motivated, getting a [Let's Encrypt](https://letsencrypt.org/) certificate could make its way into your pipeline as well. - -And then you forget about it. -Maybe writing a generic self-deprecating hello-worldy post is just delaying the inevitable.... - -..which is getting my act together and finally writing an HN-worthy post. -- cgit v1.2.1