This repo contains all of the front-end code present on my website. I self-host a personal/professional website using a miniature computer called a Raspberry Pi. I use Nginx as the web server.
All of the content on the site is static. I use HTML with a unified CSS style sheet to avoid in-line CSS and to follow DRY principles.
I used to write the code through SSH CLI as a practice exercise in bash, but now I use GitHub Actions to automate updates whenever I push to this repo via a runner workflow.
I try to follow good security practices, so if you find anything that could be exploited (against my server or my visitors), please let me know!