Fix year
[blog] / _config.yml
1 # Permalinks
2 #
3 # Use of `relative_permalinks` ensures post links from the index work properly.
4 permalink:           pretty
5 relative_permalinks: true
6
7 # Setup
8 title:               BlueMatt's Blog
9 tagline:             On Building a Bitcoin for Everyone
10 url:                 http://bluematt.bitcoin.ninja
11 paginate:            1
12 baseurl:             ""
13
14 gems:
15   - jekyll-redirect-from
16
17 # Assets
18 #
19 # We specify the directory for Jekyll so we can use @imports.
20 sass:
21   sass_dir:          _sass
22   style:            :compressed
23
24 # About/contact
25 author:
26   name:              Matt Corallo
27   url:               https://twitter.com/TheBlueMatt
28   email:             bluematt@bitcoin.ninja
29
30 # Custom vars
31 version:             2.0.0
32 github:
33   repo:              https://github.com/TheBlueMatt/blog