diff options
author | B Mathis <brandon@imathis.com> | 2009-10-18 17:11:20 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-18 17:11:20 -0500 |
commit | 2b4c5948b36ed1054dab270444df51fd4c38196f (patch) | |
tree | ce69ab4193b09efd7eba4eccb9651507381c67fb /source | |
parent | 8dc0cb0b4b0de3c6f40674198cb2bd44aeee9b86 (diff) | |
download | my_new_personal_website-2b4c5948b36ed1054dab270444df51fd4c38196f.tar.xz my_new_personal_website-2b4c5948b36ed1054dab270444df51fd4c38196f.zip |
initial _config.yml
Diffstat (limited to 'source')
-rw-r--r-- | source/_config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |