1
Fork 0
blog/_posts/2011-01-22-static-blog-system-runs.md

629 B

permalink title published_date layout data
/{{ year }}/{{ month }}/{{ day }}/static-blog-system-runs static blog system runs! 2011-01-22 00:00:00 +0100 post.liquid
route
blog

my small and simple blog system works!

It's just a short javascript file. I just cat the text through a ssh connection into this script. It parses the content using markdown-js and re-writes the index.html file.

This way I can write a post wherever I have ssh access to my server (and as I've got a smartphone, that's nearly everywhere).

So have fun!