summaryrefslogtreecommitdiff
path: root/content/blog/2024/new-homepage-and-breaking-rss.md
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-18 21:30:40 +0200
committermms <michal@sapka.me>2024-04-18 21:30:40 +0200
commit3dff68f4a07fa4379372a8e67a546ba9ab61b162 (patch)
tree905a8d2df93c59f7508dc3d0ea739260f41b0507 /content/blog/2024/new-homepage-and-breaking-rss.md
parente1718f9c372a2e8773d96964d825f6feb886bf4f (diff)
feat: rss break
Diffstat (limited to 'content/blog/2024/new-homepage-and-breaking-rss.md')
-rw-r--r--content/blog/2024/new-homepage-and-breaking-rss.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/content/blog/2024/new-homepage-and-breaking-rss.md b/content/blog/2024/new-homepage-and-breaking-rss.md
new file mode 100644
index 0000000..d5fdb40
--- /dev/null
+++ b/content/blog/2024/new-homepage-and-breaking-rss.md
@@ -0,0 +1,33 @@
++++
+title = "New homepage and breaking RSS"
+author = ["MichaƂ Sapka"]
+date = 2024-04-18T21:19:00+02:00
+categories = ["blog"]
+draft = false
+weight = 2001
+abstract = "Treat this as a pre-mortem."
++++
+
+Recently, I have stumbled upon [The Cyber Vanguard](https://cyber.dabamos.de/index.html)[^fn:1], a very Web 1.0 inspired website.
+I am much more of a Web 1.0 guy as I never fully got all that Web 2.0 _zeitgeist_.
+The last revolution here[^fn:2] was a step in similar direction, but the hell with that.
+I am remodeling my index to be an index!
+
+And since we are on the subject, my near plans are:
+
+- continue [Unix and BSD history](https://michal.sapka.me/bsd/history/)
+- write about Xah Fly Keys (emacs) which I am using now
+- write a tutorial on hosting a website in OpenBSD. I already have something like this here, but I don't like it very much.
+- write about ox-hugo (which is how I author this site).
+- continue writing reviews under the sexy name _brain rots_.
+
+But having site in constant renovation has one downside: I break RSS.
+Since I move files around, and since Hugo treats the permalink as unique ID, after every move, RSS readers treat the item as new site.
+I will be changing the ID to be the timestamp of post publish date (I write so rarely, that there is 0 chance of overlap), so I can move the files how much I want.
+But this will change IDs of all existing pages, so your reader may treat everything here as new.
+Sorry!
+
+And btw, I have a [ko-fi](https://ko-fi.com/mmspl) now if you want to, you know, buy me a coffee.
+
+[^fn:1]: via [Julius Kasier on Mastodon](https://emacs.ch/@jlsksr@mastodon.online/111784575662713642)
+[^fn:2]: [Being a webmaster is freaking cool](https://michal.sapka.me/blog/2024/webmaster/)