diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-03-10 00:35:44 -0600 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-03-10 00:35:44 -0600 |
commit | 4157cda54c1f56b8dd512aa4aa4e018b66beec21 (patch) | |
tree | 2b3a043097137f275dbbea39ed7a5d80a3355c08 /_config.yml | |
parent | 98013543d9bb0c51e05236498bf4fbc92af678e1 (diff) | |
download | my_new_personal_website-4157cda54c1f56b8dd512aa4aa4e018b66beec21.tar.xz my_new_personal_website-4157cda54c1f56b8dd512aa4aa4e018b66beec21.zip |
removed Twitter configuration for timeline and follow buton which are no longer integrated
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/_config.yml b/_config.yml index fb296841..1397f8d3 100644 --- a/_config.yml +++ b/_config.yml @@ -45,7 +45,7 @@ titlecase: true # Converts page and post titles to titlecase # 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/github.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html] +default_asides: [asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.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. @@ -65,10 +65,6 @@ github_skip_forks: true # Twitter twitter_user: -twitter_tweet_count: 4 -twitter_show_replies: false -twitter_follow_button: true -twitter_show_follower_count: false twitter_tweet_button: true # Google +1 |