diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..43a64608 --- /dev/null +++ b/_config.yml @@ -0,0 +1,11 @@ +source: source +destination: site +markdown: rdiscount +pygments: true +permalink: /blog/:year/:month/:day/:title +url: http://yoursite.com +multiviews: true +sass: false +haml: true +post_defaults: + layout: post
\ No newline at end of file |