summaryrefslogtreecommitdiff
path: root/README.md
blob: 3b533dd8524fd25d3c4057dde463669025bb556d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# José Mota's blog

Check [http://blog.josemota.net](http://blog.josemota.net) to read it.

## Building the blog

Bundle the dependencies:

    $ bundle install

Compile the CSS files:

    $ guard

Build the site:

    $ jekyll build