blob: a358f93d1f3b2bd72f239d5bd5c46e448b8d10c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# lumberjaph.net
## Setup
Ruby's [bundler](http://bundler.io/) is required to set up the blog. Follow the instructions:
+ `gem install bundler`
+ `bundler install`
## Work on the blog
I don't really care about a clear history for the blog.
## Write an article
## Publish
Just run `git push`.
|