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

15 lines
584 B
Markdown
Raw Normal View History

2017-07-09 12:18:22 +00:00
extends: post.liquid
2011-08-25 10:20:25 +00:00
title: static blog system runs!
2017-07-09 12:18:22 +00:00
date: 22 Jan 2011 00:00:00 +0100
path: /:year/:month/:day/static-blog-system-runs
2017-12-19 21:26:32 +00:00
route: blog
2011-08-25 10:20:25 +00:00
---
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!