.. why not? :)
- http server (personally, I use lighttpd).
- gcc (any version)
- libfcgi
- markdown and pygments (installed with pip).
- emacs (other crappy editors may also works).
For lighttpd, look here OR here. :)
Today, only basic markdown parsing is available. So, just create your own_article.md.
So:
$> emacs own_article.md
Wrote, wrote, wrote, save and exit.
If you want a custom CSS, replace the my.css file (or modify/sed the Makefile).
$> make
Nothing more. <\//