diff options
author | Philip Hofstetter <phofstetter@sensational.ch> | 2011-08-04 20:59:29 +0200 |
---|---|---|
committer | Philip Hofstetter <phofstetter@sensational.ch> | 2011-08-04 21:01:24 +0200 |
commit | f95591934822064aad21dfa868ccffce34387bf1 (patch) | |
tree | dfa8016b29ef038ba7d1773c6ecdf1a270465451 /_config.yml | |
parent | 140198b87a4c92cc4c86cd3e2380d9c6364c9d63 (diff) | |
download | my_new_personal_website-f95591934822064aad21dfa868ccffce34387bf1.tar.xz my_new_personal_website-f95591934822064aad21dfa868ccffce34387bf1.zip |
add github repositories sidebar plugin
if you specify
github_user:
in you _config.yml and once you add asides/github.html to your sidebar
items, this plugin will fetch the specified users github repositories
and order them so the last pushed ones are shown first. Then it'll list
them in the side-bar, including a link and the repository description
The plugin will only list your own repositories, not forks, though this
might need to be configurable later
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 9a48c018..30adf81e 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,9 @@ twitter_follow_button: true twitter_show_follower_count: false twitter_tweet_button: true +# github repositories +github_user: + # Google Plus google_plus_one: true google_plus_one_size: medium |