diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-31 12:44:07 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-31 12:44:07 -0400 |
commit | 705ba9a394e94214207e2aac178c9d933051ea4d (patch) | |
tree | 94729ae8462c0d6b6f16fa71183a422fcf95aa67 /_config.yml | |
parent | d344a8c7ace65cdd50166750b451c81851317834 (diff) | |
download | my_new_personal_website-705ba9a394e94214207e2aac178c9d933051ea4d.tar.xz my_new_personal_website-705ba9a394e94214207e2aac178c9d933051ea4d.zip |
update instructions for adding custom asides
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 d1362ea3..769ad026 100644 --- a/_config.yml +++ b/_config.yml @@ -34,7 +34,7 @@ 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 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' +# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/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 |