diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-03 10:04:25 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-03 10:04:25 -0500 |
commit | 3cedd387a0fd4522023ef335307cbc096a3c2005 (patch) | |
tree | ef48885f71e7d3e99082792a2d61a0a8ceab7134 /_config.yml | |
parent | 597c7eb2b1868752cbfca13b2ec7f2d265a32cd8 (diff) | |
parent | c8eded1d0e016a0e702353e3bfa57f0e08bac668 (diff) | |
download | my_new_personal_website-3cedd387a0fd4522023ef335307cbc096a3c2005.tar.xz my_new_personal_website-3cedd387a0fd4522023ef335307cbc096a3c2005.zip |
Merge branch 'pilif-github-repositories-plugin'
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 00dc8aa4..6d472bf6 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,7 @@ excerpt_link: "Read on →" # "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. @@ -48,6 +48,12 @@ default_asides: [asides/recent_posts.html, asides/twitter.html, asides/delicious # 3rd Party Settings # # ----------------------- # +# Github repositories +github_user: +github_repo_count: 0 +github_show_profile_link: true +github_skip_forks: true + # Twitter twitter_user: twitter_tweet_count: 4 |