15 lines
584 B
Markdown
15 lines
584 B
Markdown
extends: post.liquid
|
|
title: static blog system runs!
|
|
date: 22 Jan 2011 00:00:00 +0100
|
|
path: /:year/:month/:day/static-blog-system-runs
|
|
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](http://tmp.fnordig.de/post.js). It parses the content using [markdown-js](https://github.com/evilstreak/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!
|