X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=_config.yml;fp=_config.yml;h=a2229f29e7ccc0cc7333006958ba03754e8514e6;hb=68a55e96a41b80de4b350c67f4e6feed7a3079fe;hp=276c57ef4fec55ab51acf8866c6e5dc4530c90d1;hpb=57c24f68aa2dd4d0f3ee0bf3d4ffe331e327150b;p=blog diff --git a/_config.yml b/_config.yml index 276c57e..a2229f2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,19 +1,34 @@ +# Dependencies +markdown: kramdown +highlighter: pygments + # Permalinks -permalink: pretty +# +# Use of `relative_permalinks` ensures post links from the index work properly. +permalink: pretty relative_permalinks: true # Setup -title: Poole -tagline: The Jekyll Butler -url: http://getpoole.com -paginate: 1 -baseurl: / +title: Poole +tagline: The Jekyll Butler +url: http://getpoole.com +paginate: 1 +baseurl: / + +# Assets +# +# We specify the directory for Jekyll so we can use @imports. +sass: + sass_dir: _scss + style: :compressed + +# About/contact author: - name: Mark Otto - url: https://twitter.com/mdo - email: markdotto@gmail.com + name: Mark Otto + url: https://twitter.com/mdo + email: markdotto@gmail.com # Custom vars -version: 1.0.0 +version: 1.0.0 github: - repo: https://github.com/poole/poole + repo: https://github.com/poole/poole