diff options
author | B Mathis <brandon@imathis.com> | 2009-10-20 08:50:16 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-20 08:50:16 -0500 |
commit | e0a0d093c44481d1fada3ab4bb9a0c5cf1276524 (patch) | |
tree | 95f73f688f0065a212c04cc9e180957a420fa22e /_config.yml | |
parent | a72b96142a3a9c55ef661863484a26bc02103169 (diff) | |
download | my_new_personal_website-e0a0d093c44481d1fada3ab4bb9a0c5cf1276524.tar.xz my_new_personal_website-e0a0d093c44481d1fada3ab4bb9a0c5cf1276524.zip |
paramaterized feed, rsync deployment, and unified layouts
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 43a64608..f4f0f42b 100644 --- a/_config.yml +++ b/_config.yml @@ -8,4 +8,4 @@ multiviews: true sass: false haml: true post_defaults: - layout: post
\ No newline at end of file + layout: default
\ No newline at end of file |