This is my personal WordPress website that I decided to make just for fun. It is hosted on a raspberry pi model 3a+ sitting on a shelf just below my router.
Setting the website up is relatively easy with the use of docker containers, which allows me to deploy a continuous integration pipeline. Simply speaking, this means that I am easily able to make changes to my website without breaking the whole thing. There are three containers at use: one for WordPress, one for the Nginx reverse proxy, and one for the MySQL database required to use WordPress.

The next project will be setting up an email under the same domain which, if you are seeing an email address at the bottom of the page, is already done.