5
The Stack
Maybe you’re interested in what I’m using for this here website.
- The server is nginx running on Debian
- That’s it!
The only thing on this website are some webpages! No CGI, no PHP, no node.js—nothing other than static HTML.
Locally, that’s a different story.
This is the true magic. I program webpages just like this one, basically get a REPL by going to localhost:8080, and then just render and scp the files here. The pages are templated, but the template is baked in. I basically write in a jailbroken Markdown.
As long as I keep a static design, I have the easiest stack in the world.