Lightweight (blog-style) website for posting random stuff.
It uses a custom version of the SSG script (by Roman Zolotarev) to convert, using lowdown, the articles from Markdown format to HTML.
Build instructions:
git clone https://github.com/hfleap/fleapweb.git
cd fleapweb
chmod +x fleap-ssg
make
Build files will generate to the build/
folder by default.