blob: 239e45ff81d23e6a61fd5cc2084d5733034d2979 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# lumberjaph.net
[](https://travis-ci.org/franckcuny/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
Run `make publish`.
|