aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJason Woodward <jason@jwoodward.com>2011-07-28 12:02:08 -0400
committerJason Woodward <jason@jwoodward.com>2011-07-28 12:02:08 -0400
commitd8b17814e0d388c208dd5cabcad878093dbd4ec8 (patch)
tree5d60d23c52d6da220ff251bafe81a9d253b82e1b /_config.yml
parentb37ce3a8ae9c1f53f27fc936656176cf2c755362 (diff)
downloadmy_new_personal_website-d8b17814e0d388c208dd5cabcad878093dbd4ec8.tar.xz
my_new_personal_website-d8b17814e0d388c208dd5cabcad878093dbd4ec8.zip
allow select and order of sidebar components to be configurable in jekyll's _config.yml
Diffstat (limited to '')
-rw-r--r--_config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 25783c86..38d5bdbf 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 #
# ----------------------- #