Logo: Idrinth's Random Thoughts Idrinth's Random Thoughts

Blogging Experience - Or why i built a blog from scratch

0 views

As you might have noticed, this is a static site for the most part, containing HTML, CSS and a tiny amount of javascript.

The backend is json and md files, with pretty much everything generated from these during built time, so that viewing the content is fast.

What is missing so far and what are my plans?

If anything else is missing, let me know, I'd be happy to think about adding more!

Why not Wordpress or other blog systems

There are multiple reasons, but it mostly comes down to overhead. I can write HTML or Markdown very easily and don't care about most features these tools bring along. On the other end I end up with somebody else's code running on my server and potentially have risks that I can not predict.

The simple solution is a few lines of PHP, a few lines of HTML and no issue with third party libraries.

Links

Related Posts

  1. A question of databases — Software Engineering, 2026-04-08
  2. Is X a Growth Hack? — Software Engineering, 2026-04-07