blob: 5f2ed45302f7ba8b4db962cde4d1496701a19d5f (
plain) (
tree)
|
|
# lumberjaph.net
## Setup
Ruby's [bundler](http://bundler.io/) is required to set up the blog. Follow the instructions:
+ `sudo apt-get install bundler`
+ `make deps`
## Work on the blog
I don't really care about a clean history for the blog.
## Write an article
## Publish
Just run `git push`.
|