From 9cd65b81c25c91d132b107b0c196c781ab8f8584 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 15 Jan 2016 10:00:43 -0800 Subject: [PATCH] Fix year --- _config.yml | 3 +++ ...1-14-decentralization.md => 2016-01-14-decentralization.md} | 1 + 2 files changed, 4 insertions(+) rename _posts/{2015-01-14-decentralization.md => 2016-01-14-decentralization.md} (99%) diff --git a/_config.yml b/_config.yml index 06d52b4..b6f9d0f 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,9 @@ url: http://bluematt.bitcoin.ninja paginate: 1 baseurl: "" +gems: + - jekyll-redirect-from + # Assets # # We specify the directory for Jekyll so we can use @imports. diff --git a/_posts/2015-01-14-decentralization.md b/_posts/2016-01-14-decentralization.md similarity index 99% rename from _posts/2015-01-14-decentralization.md rename to _posts/2016-01-14-decentralization.md index 8d35813..7b590b5 100644 --- a/_posts/2015-01-14-decentralization.md +++ b/_posts/2016-01-14-decentralization.md @@ -1,6 +1,7 @@ --- layout: post title: The Role of Decentralization in Bitcoin +redirect_from: /2015/01/14/decentralization --- Bitcoiners, from Bitcoin Core developers to long-time Bitcoin enthusiasts to recent /r/Bitcoin discoverers, love to talk about how Bitcoin's decentralization is its ultimate feature. Rarely, however, do you see anyone explain why decentralization matters - surely it's an interesting property from a computer science perspective, but why should consumers, businesses or investors care? This post is an attempt to write out why decentralization is foundational to Bitcoin's utility and, somewhat more importantly, set up future posts talking about when it isn't. -- 2.30.2