For blogs I found two interesting projects that are super minimal.
BashWrite uses only bash and sed commands but it seems to be no longer under development.
Another bash script that seems to have more development activity is BSSG. This one requires a markdown processor such as cmark or pandoc but it’s still quite minimal.
I love minimalism and writing scripts so these two projects really interest me.
tofu_oligarch@sopuli.xyz 12 hours ago
I’m a big fan of static site generators. For the websites I maintain, switching from WordPress to Hugo reduced my workload a lot.
I set up a workflow using DecapCMS + Hugo + GitHub. Non-technical users can log in via GitHub to edit content on the CMS, and GitHub Actions automatically builds and deploys the site via SFTP.
GitHub is kinda meh, but it’s low-cost and gets the job done.