From c8eded1d0e016a0e702353e3bfa57f0e08bac668 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 3 Sep 2011 10:04:09 -0500 Subject: [PATCH] changed order for Github 3rd-party configs --- _config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 11cb624..6d472bf 100644 --- a/_config.yml +++ b/_config.yml @@ -48,6 +48,12 @@ default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.ht # 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 @@ -56,12 +62,6 @@ twitter_follow_button: true twitter_show_follower_count: false twitter_tweet_button: true -# github repositories -github_user: -github_repo_count: 0 -github_show_profile_link: true -github_skip_forks: true - # Google Plus google_plus_one: true google_plus_one_size: medium