aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/blog_script.mdwn
blob: 1dfd715383526269b2d3ea867ae6abcc80bb8f2a (plain)
1
2
3
4
5
6
I have a [blog](http://git.kitenet.net/?p=joey/home.git;a=blob_plain;f=bin/blog)
program that I use to write blog posts in a text editor. The first line I
enter is used as the title, and it automatically comes up with a unique page
name based on the title and handles all the details of posting to my blog.
--[[Joey]]