I hereby claim:
- I am mbaltaks on github.
- I am mbaltaks (https://keybase.io/mbaltaks) on keybase.
- I have a public key whose fingerprint is F0CC 9119 2A13 0436 71DA 44E6 5AF9 4BBE 433B 1EE8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| unless ARGV[0] | |
| puts 'Usage: newpost "the post title"' | |
| exit(-1) | |
| end | |
| blog_root = "/Users/henrik/Project/henrrrik.github.com" | |
| date_prefix = Time.now.strftime("%Y-%m-%d") | |
| postname = ARGV[0].strip.downcase.gsub(/ /, '-') |