From 7f3a8839a90abdaa875956c44d16f6d331d59cf3 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 11 Mar 2010 08:04:41 +1100 Subject: [PATCH] Fix syntax on config --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index fd56f54..745bf5f 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ --- output_dir: output data_sources: -- items_root: / - layouts_root: / - type: filesystem_compact + - items_root: / + layouts_root: / + type: filesystem_compact base_url: 'http://www.wezm.net'