Update About page
[blog] / _config.yml
index 50827b9118b1f70aca74b6a89a94cc7f5d71de11..61004d4e2c235b7e130bd8f52309b4ca759fa157 100644 (file)
@@ -1,24 +1,30 @@
-# Dependencies
-markdown:         redcarpet
-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:               TheBlueMatt's Blog
+tagline:             On Bitcoin, Blockstream, and how we build a Bitcoin for everyone
+url:                 http://bluematt.bitcoin.ninja
+paginate:            1
+baseurl:             ""
 
-author:
-  name:           'Mark Otto'
-  url:            https://twitter.com/mdo
+# Assets
+#
+# We specify the directory for Jekyll so we can use @imports.
+sass:
+  sass_dir:          _sass
+  style:            :compressed
 
-paginate:         5
+# About/contact
+author:
+  name:              Matt Corallo
+  url:               https://twitter.com/TheBlueMatt
+  email:             bluematt@bitcoin.ninja
 
 # Custom vars
-version:          1.0.0
-
+version:             2.0.0
 github:
-  repo:           https://github.com/poole/poole
+  repo:              https://github.com/TheBlueMatt/blog