The site is primarily built with <ahref="http://getpelican.com">Pelican</a>, a static site generator. This allows me to write nice clean, <i>DRY</i> content, and have it come out as clean, minified HTML.
The Javascript is built using <ahref="http://browserify.org/">Browserify</a>, and the CSS is built using <ahref="https://github.com/sass/node-sass">node-SCSS</a>. Both are run as a build step when pelican builds.
The website is hosted on part of my dedicated server from <ahref="https://www.soyoustart.com/en/">SoYouStart</a>, running an Ubuntu Server VM with <ahref="http://dokku.viewdocs.io/dokku/">Dokku</a> installed.
The prebuilt static files are served using a <ahref="https://github.com/RealOrangeOne/tstatic">custom Express server</a>, to make the site as fast and effective as possible.