How is this website built?
Tools
This website is built using the following tools:
- Eleventy: A simple static site generator
- GitLab: To host the source code of the website (on a private repo)
- Cloudflare Pages: To host the website, with build automation, automatic HTTPS, DDoS protection and CDN
Process
To update the website, my process is very simple:
- Editing the needed source file(s) locally on my computer
- git commit
- git push to GitLab
All the rest is totally automated.