Split 3rd P without any text changes
[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:               TheBlueMatt's Blog
9 tagline:             On Building a Bitcoin for Everyone
10 url:                 http://bluematt.bitcoin.ninja
11 paginate:            1
12 baseurl:             ""
13
14 # Assets
15 #
16 # We specify the directory for Jekyll so we can use @imports.
17 sass:
18   sass_dir:          _sass
19   style:            :compressed
20
21 # About/contact
22 author:
23   name:              Matt Corallo
24   url:               https://twitter.com/TheBlueMatt
25   email:             bluematt@bitcoin.ninja
26
27 # Custom vars
28 version:             2.0.0
29 github:
30   repo:              https://github.com/TheBlueMatt/blog