diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-03 10:04:09 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-03 10:04:09 -0500 |
commit | c8eded1d0e016a0e702353e3bfa57f0e08bac668 (patch) | |
tree | 92e9c98dcffa6c2b372b0545b43317b606b3b45d /_config.yml | |
parent | 9bc641d4a8bb114cfe1014b0767406a5c7dbdd8f (diff) | |
download | my_new_personal_website-c8eded1d0e016a0e702353e3bfa57f0e08bac668.tar.xz my_new_personal_website-c8eded1d0e016a0e702353e3bfa57f0e08bac668.zip |
changed order for Github 3rd-party configs
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_config.yml b/_config.yml index 11cb6242..6d472bf6 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 |