diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-03 09:09:15 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-03 09:09:15 -0500 |
commit | 5324fa9e4c6ab4b94218c8747f9c05a781a642e3 (patch) | |
tree | 96ef8d660c3d86943dfb6335e30a395e22d1c09e /_config.yml | |
parent | 4f9c45f24ac6c41cc8e91f25056681e98144b0f5 (diff) | |
parent | 1860c236329a13e62b8af2f2c41c589fa25177bb (diff) | |
download | my_new_personal_website-5324fa9e4c6ab4b94218c8747f9c05a781a642e3.tar.xz my_new_personal_website-5324fa9e4c6ab4b94218c8747f9c05a781a642e3.zip |
Merge branch 'github-repositories-plugin' of https://github.com/pilif/octopress into pilif-github-repositories-plugin
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 00dc8aa4..42de3419 100644 --- a/_config.yml +++ b/_config.yml @@ -56,6 +56,12 @@ 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 |