This Website
This website is a custom project written by myself. For the backend, I am using CherryPy as the web server and Mako for templating. This server is then running on an Arch Linux virtual machine hosted by Linode. I am also using NGINX as a proxy server and to forward HTTP requests to HTTPS. NGINX does TLS and allows me to run my web server code as a low privilege user. This lightweight setup is also cheap to run. The front end is written directly in HTML, JavaScript*, and CSS. I prefer to keep things simple, unless a more complicated solution is needed.
*JavaScript may or may not actually be used. I have gone back and forth on using it for some formatting.