diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-29 20:50:35 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-29 20:50:35 -0400 |
commit | ffc730fc0d6d30f44ff8197343246e3b60293661 (patch) | |
tree | 3fc6398a365b3bc8074d25274c56d6cbfd509874 /_config.yml | |
parent | c837acd497dd1b58ab6c12cf726fda228ac1418e (diff) | |
parent | d8b17814e0d388c208dd5cabcad878093dbd4ec8 (diff) | |
download | my_new_personal_website-ffc730fc0d6d30f44ff8197343246e3b60293661.tar.xz my_new_personal_website-ffc730fc0d6d30f44ff8197343246e3b60293661.zip |
Merge branch 'master' of https://github.com/woodwardjd/octopress into woodwardjd-master
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 45fc4f66..1fc5ad80 100644 --- a/_config.yml +++ b/_config.yml @@ -33,6 +33,9 @@ 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] + # ----------------------- # # 3rd Party Settings # # ----------------------- # |