redesign highlightable code and allow line numbers
[blog] / _config.yml
1 # Dependencies
2 markdown:            kramdown
3 highlighter:         pygments
4
5 # Permalinks
6 #
7 # Use of `relative_permalinks` ensures post links from the index work properly.
8 permalink:           pretty
9 relative_permalinks: true
10
11 # Setup
12 title:               Poole
13 tagline:             The Jekyll Butler
14 url:                 http://getpoole.com
15 paginate:            1
16 baseurl:             ""
17
18 # Assets
19 #
20 # We specify the directory for Jekyll so we can use @imports.
21 sass:
22   sass_dir:          _sass
23   style:            :compressed
24
25 # About/contact
26 author:
27   name:              Mark Otto
28   url:               https://twitter.com/mdo
29   email:             markdotto@gmail.com
30
31 # Custom vars
32 version:             1.0.0
33 github:
34   repo:              https://github.com/poole/poole