From 8dbdd53e46c4834b7f8db0da321736d26f9784a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 13 Aug 2014 11:14:24 -0700 Subject: [PATCH] Reorder _config for sanity --- docs/_config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 8d70234923..e6bf45c892 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,24 +1,24 @@ --- -baseurl: "/react" +name: React +description: A JavaScript library for building user interfaces url: http://facebook.github.io +baseurl: "/react" permalink: "/blog/:year/:month/:day/:title.html" +paginate_path: "/blog/page:num/" +relative_permalinks: true +paginate: 5 +timezone: America/Los_Angeles +highlighter: pygments exclude: - Gemfile - Gemfile.lock - README.md - Rakefile +markdown: redcarpet redcarpet: extensions: - fenced_code_blocks -highlighter: pygments -name: React -markdown: redcarpet -react_version: 0.11.1 -description: A JavaScript library for building user interfaces -relative_permalinks: true -paginate: 5 -paginate_path: "/blog/page:num/" -timezone: America/Los_Angeles sass: style: :compressed sass_dir: _css +react_version: 0.11.1