#Pico CMS
I decided WordPress has got way too bloated for a Pi, and I was doubtful if MySQL would work well either. I opted for Pico CMS, an open source, flat-file CMS.
Installation
Pico CMS requires the PHP extensions dom and mbstring.
sudo apt install php-xml php-mbstring