aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-03 09:59:56 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-03 09:59:56 -0500
commit9bc641d4a8bb114cfe1014b0767406a5c7dbdd8f (patch)
tree2ca5085b136370e9c180226a5cfdbd5f95174097 /_config.yml
parent5324fa9e4c6ab4b94218c8747f9c05a781a642e3 (diff)
downloadmy_new_personal_website-9bc641d4a8bb114cfe1014b0767406a5c7dbdd8f.tar.xz
my_new_personal_website-9bc641d4a8bb114cfe1014b0767406a5c7dbdd8f.zip
added github asides to the default asides list
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 42de3419..11cb6242 100644
--- a/_config.yml
+++ b/_config.yml
@@ -36,7 +36,7 @@ excerpt_link: "Read on &rarr;" # "Continue reading" link text at the bottom of
# 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/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]
+default_asides: [asides/recent_posts.html, asides/github.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.