diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-30 12:07:51 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-30 12:07:51 -0400 |
commit | 41ebe2a75ad3d56a83daec816cead30b0ce0641b (patch) | |
tree | 31759b24bbee3441fae720a5032ff95fc7c4eba9 /_config.yml | |
parent | 1db23acd781c0c869277bbaf001d28f968bea1b1 (diff) | |
download | my_new_personal_website-41ebe2a75ad3d56a83daec816cead30b0ce0641b.tar.xz my_new_personal_website-41ebe2a75ad3d56a83daec816cead30b0ce0641b.zip |
added config for multiple asides
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 1fc5ad80..d1362ea3 100644 --- a/_config.yml +++ b/_config.yml @@ -33,8 +33,15 @@ pygments: false paginate: 10 # Posts per page on the blog index recent_posts: 5 # Posts in the sidebar Recent Posts section -# list each of the sidebar modules you want to include, in the order you want, here, adding your own in asides/custom/... if you'd like -asides: [asides/recent_posts.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html] +# list each of the sidebar modules you want to include, in the order you want them to appear. +# To add custom asides, create files in /source/_includes/asides/custom/ and add them to the list like 'asides/custom/custom_aside_name.html' +default_asides: [asides/recent_posts.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html] + +# Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below +# and add an array with the asides you want to use. +# blog_index_asides: +# post_asides: +# page_asides: # ----------------------- # # 3rd Party Settings # |