summaryrefslogblamecommitdiff
path: root/README.md
blob: 4c0de2332a86b48f320e896ddf053f040f2b5cf3 (plain) (tree)
1
2
3
4
5
6
7
8
9
                
 
        
 
                                                                                             
 

                                
 
                   
 





                                                                                                  





                    
# 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. While writing an article, there's a couple
of useful commands:

+ `make server`: will start a server on http://localhost:3001
+ `make build`: will build the static site
+ `make clean`: will delete all the generated files

## Write an article

## Publish

Just run `git push`.