X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=_config.yml;h=b6f9d0fd32ac6a3e8bcdcadefb928e1045993b3b;hb=9cd65b81c25c91d132b107b0c196c781ab8f8584;hp=edf183477ef361f6e43c04155719fa0bdf0700dc;hpb=b5a1a347f229412b28d74ac90a653fd1a5b4648e;p=blog diff --git a/_config.yml b/_config.yml index edf1834..b6f9d0f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,24 +1,33 @@ -# Dependencies -markdown: rdiscount -pygments: true - # 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' -description: 'Base theme for Jekyll themes by @mdo.' -url: http://getpoole.com +title: BlueMatt's Blog +tagline: On Building a Bitcoin for Everyone +url: http://bluematt.bitcoin.ninja +paginate: 1 +baseurl: "" -author: - name: 'Mark Otto' - url: https://twitter.com/mdo +gems: + - jekyll-redirect-from -paginate: 5 +# Assets +# +# We specify the directory for Jekyll so we can use @imports. +sass: + sass_dir: _sass + style: :compressed -# Custom vars -version: 1.0.0 +# About/contact +author: + name: Matt Corallo + url: https://twitter.com/TheBlueMatt + email: bluematt@bitcoin.ninja +# Custom vars +version: 2.0.0 github: - repo: https://github.com/poole/poole + repo: https://github.com/TheBlueMatt/blog