<sub><sup>22/07/2023</sup></sub>

#### YAMB

[Yet Another Micro Blog](https://www.github.com/doneforaiur/yamb){target="_blank"}, heavily inspired by [WorstPress](https://www.github.com/surprisetalk/worstpress){target="_blank"}.

I wanted to have a blog for a long time but customizing WordPress was a pain ([world's smallest violin](/media/worlds_smallest_violin.jpeg){target="_blank"}). So I decided to cut the middleman and write my own blog engine. Afterall, if the whole system is yours, there's no need to customize anything. 

Have some templates, convert `markdown` to `html`, concatenate, and serve. Don't want to manually compile and transfer generated files? Create a `cron` job. Just [automate the boring stuff](https://automatetheboringstuff.com/){target="_blank"}. Don't even worry about your recent posts or an archive page, YAMB got your back.

Also, the idea of editing a file on my own computer and having it appear on the internet is very appealing to me.

Note to myself; add syntax highlighting for code blocks. :^)