Finally converted my website’s template engine from Nunjucks to Vento.
Unfortunately, for some unknown reason, when I tried to deploy my website from its Gitea repository on 32-Bit Cafe via Gitea action, it failed to generate the contents of my yearly changelog archive pages, while it is not an issue when I build my website locally or deploy my website via GitHub action, so I had to switch back to using GitHub actions in my website’s mirror repository on GitHub to deploy my site automatically.
I had also written a Python script to automate the steps to create a new blog post file for my website, by creating a new Markdown file in the blog post directory and then open the new file with Neovim, so I can just enter the post content right away.