mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 14:15:04 -05:00
3e9e68e0a4
With the transition to the new "_config" directory structure, some of the changes from _config.yml were missed. Integrating all changes based on _config.yml@9659a45. * _config/defaults/classic.yml: Add missed blog_index_sidebar, page_sidebar, post_sidebar entries; remove duplicate excerpt_link entry. * _config/defaults/disqus.yml: Add missed disqus_developer entry. * _config/defaults/google_plus.yml: Add missed google_plus_image_size entry. * _config/defaults/jekyll.yml: Add missed include entry; add missed markdown=redcarpet and supporting entries. * _config/defaults/sharing_buttons.yml: Add missed respectfully_social entry.
19 lines
492 B
YAML
19 lines
492 B
YAML
---
|
|
# --------------------------------- #
|
|
# Post/Page Share Configuration #
|
|
# --------------------------------- #
|
|
|
|
# Javascript social buttons often generate lots of http requests and may track your viewer's browsing history
|
|
# Show respect for privacy and bandwidth with simple links for Twitter, Facebook and Google Plus.
|
|
respectfully_social: true
|
|
|
|
# Facebook Like
|
|
facebook_like: false
|
|
|
|
# Google+
|
|
google_plus_one: false
|
|
google_plus_one_size: medium
|
|
|
|
# Twitter
|
|
twitter_tweet_button: true
|