diff options
author | Michał Sapka <michal@sapka.me> | 2023-01-10 17:14:44 +0100 |
---|---|---|
committer | Michał Sapka <michal@sapka.me> | 2023-01-10 17:14:44 +0100 |
commit | d5d27d6b6bbd0d189a3af9a61caa804c53668af6 (patch) | |
tree | 4ef9a560b537460c6fefc25303a706b491ff4385 /content/2023/why-does-this-site-exist.md | |
parent | 6fbcd9787ffc367a18cee3acbce01192772813c8 (diff) |
feat: serve posts under year
Diffstat (limited to 'content/2023/why-does-this-site-exist.md')
-rw-r--r-- | content/2023/why-does-this-site-exist.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/content/2023/why-does-this-site-exist.md b/content/2023/why-does-this-site-exist.md new file mode 100644 index 0000000..dce5b86 --- /dev/null +++ b/content/2023/why-does-this-site-exist.md @@ -0,0 +1,18 @@ +--- +title: "Why Does This Site Exist?" +category: "blog" +date: 2023-01-03T13:23:13+01:00 +draft: false +tags: ['meta', 'self-hosting', 'hugo'] +--- + +This site exists due to two reasons. +First of all, I hate social media and what it has done to the internet. +Second, having a website is something I have always enjoyed as it is simply cool as ice. +<!--more--> +Everyone should have a website. Not a Facebook fan page, Instagram, or whatever is cool now but an actual website on the open internet. This is also why I didn't enjoy having a medium-based blog and never posted anything there or anywhere. I will repost some articles there, but owning my platform (ehhh, wording worthy of The Verge) is great. It's simply so much fun for me. It's like Vim or Arch - you don't do it to be more productive or for any practical reason but for the sheer joy of it. So, therefore, I can add "btw, I have a website" to by "btw" list. + +This website is also simple. It's just HTML files generated via Hugo and uploaded using rsync. The previous version was a monster born from React and Next.js and running on Vercel. It is was a cool experiment, but I don't want to live in a world where we complicate the simplest things. + +Here you go: this site exists for me to be a self-centered neckbeard. + |