aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-18 17:11:20 -0500
committerB Mathis <brandon@imathis.com>2009-10-18 17:11:20 -0500
commit2b4c5948b36ed1054dab270444df51fd4c38196f (patch)
treece69ab4193b09efd7eba4eccb9651507381c67fb
parent8dc0cb0b4b0de3c6f40674198cb2bd44aeee9b86 (diff)
downloadmy_new_personal_website-2b4c5948b36ed1054dab270444df51fd4c38196f.tar.xz
my_new_personal_website-2b4c5948b36ed1054dab270444df51fd4c38196f.zip
initial _config.yml
-rw-r--r--README0
-rw-r--r--source/_config.yml11
2 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
deleted file mode 100644
index e69de29b..00000000
--- a/README
+++ /dev/null
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