diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-26 23:49:05 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-26 23:49:05 +0200 |
| commit | 71c6ed9284713bbbe469fa5d47d830a1983931f3 (patch) | |
| tree | 78c2d742ded6fe316ce294a5daa60a984910fcb1 /content | |
| parent | 679e73a8b4334d79c38a3e19657f3bd66efe1bb5 (diff) | |
Add a first post
Diffstat (limited to 'content')
| -rw-r--r-- | content/post/_index.md | 6 | ||||
| -rw-r--r-- | content/post/hello-world.md | 20 |
2 files changed, 26 insertions, 0 deletions
diff --git a/content/post/_index.md b/content/post/_index.md new file mode 100644 index 0000000..3edf633 --- /dev/null +++ b/content/post/_index.md @@ -0,0 +1,6 @@ ++++ +aliases = ["posts", "articles", "blog", "showcase", "docs"] +title = "Posts" +author = "Adam Olech" +tags = ["index"] ++++ diff --git a/content/post/hello-world.md b/content/post/hello-world.md new file mode 100644 index 0000000..6baa79a --- /dev/null +++ b/content/post/hello-world.md @@ -0,0 +1,20 @@ ++++ +author = "Adam Olech" +title = "Hello world" +date = "2019-03-09" +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. |
