From 7614a0c0232ac7358568f84c3c96eacc3669c678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 26 Feb 2014 10:24:15 +0100 Subject: [PATCH] Improve _config.yml - Properly indent values - Add missing comments --- _config.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index fa6400f..cf9716b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,16 @@ -name: Ratchet -authors: Connor Sears -description: Prototype mobile apps with simple HTML, CSS, and JS components. +# Meta data +name: Ratchet +authors: Connor Sears +description: Prototype mobile apps with simple HTML, CSS, and JS components. -pygments: true -permalink: pretty +# Dependencies +pygments: true + +# Permalinks +permalink: pretty # Server -source: ./docs -port: 4000 -baseurl: / -url: http://localhost:4000 +source: ./docs +port: 4000 +baseurl: / +url: http://localhost:4000