blob: 29bb6ebc0b5edc0a93575f18ff6e9ac30106445c (
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
|
# franckcuny.github.io
## 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
Start by running `make test` to check that everything is fine. Then run `git push`.
|