From 2b4c5948b36ed1054dab270444df51fd4c38196f Mon Sep 17 00:00:00 2001 From: B Mathis Date: Sun, 18 Oct 2009 17:11:20 -0500 Subject: initial _config.yml --- source/_config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/_config.yml (limited to 'source') diff --git a/source/_config.yml b/source/_config.yml new file mode 100644 index 00000000..b6865c9d --- /dev/null +++ b/source/_config.yml @@ -0,0 +1,11 @@ +source: . +destination: ../site +markdown: rdiscount +pygments: true +permalink: /blog/:year/:month/:day/:title +url: +multiviews: true +sass: false +haml: true +post_defaults: + layout: post \ No newline at end of file -- cgit v1.2.1