mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-13 22:57:59 -05:00
Merge pull request #1001 from tonyduckles/new-configs-fixes
Transition missed _config.yml changes to new _config files
This commit is contained in:
commit
f5dcc64d67
@ -23,9 +23,14 @@ category_feeds: false
|
|||||||
# RSS feeds can list your email address if you like
|
# RSS feeds can list your email address if you like
|
||||||
email:
|
email:
|
||||||
|
|
||||||
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
|
|
||||||
titlecase: true # Converts page and post titles to titlecase
|
titlecase: true # Converts page and post titles to titlecase
|
||||||
|
|
||||||
|
# To change the layout's default sidebar Add a new sidebar source/_includes/sidebars/your_sidebar.html
|
||||||
|
# then make changes below, eg. post_sidebar: your_sidebar.html
|
||||||
|
blog_index_sidebar: blog_index_default.html
|
||||||
|
page_sidebar: page_default.html
|
||||||
|
post_sidebar: post_default.html
|
||||||
|
|
||||||
paginate: 10 # Posts per page on the blog index
|
paginate: 10 # Posts per page on the blog index
|
||||||
pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
|
pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
|
||||||
recent_posts: 5 # Posts in the sidebar Recent Posts section
|
recent_posts: 5 # Posts in the sidebar Recent Posts section
|
||||||
|
@ -5,3 +5,4 @@
|
|||||||
|
|
||||||
disqus_short_name:
|
disqus_short_name:
|
||||||
disqus_show_comment_count: false
|
disqus_show_comment_count: false
|
||||||
|
disqus_developer: 0
|
||||||
|
@ -6,3 +6,4 @@
|
|||||||
# Hidden: No visible button, just add author information to search results
|
# Hidden: No visible button, just add author information to search results
|
||||||
googleplus_user:
|
googleplus_user:
|
||||||
googleplus_hidden: false
|
googleplus_hidden: false
|
||||||
|
google_plus_image_size: 32
|
||||||
|
@ -11,7 +11,16 @@ destination: public # compiled site directory
|
|||||||
plugins: plugins
|
plugins: plugins
|
||||||
code_dir: downloads/code
|
code_dir: downloads/code
|
||||||
category_dir: blog/categories
|
category_dir: blog/categories
|
||||||
markdown: rdiscount
|
include:
|
||||||
|
- .htaccess
|
||||||
|
markdown: redcarpet
|
||||||
|
redcarpet:
|
||||||
|
extensions:
|
||||||
|
- no_intra_emphasis
|
||||||
|
- strikethrough
|
||||||
|
- autolink
|
||||||
|
- superscript
|
||||||
|
- smart
|
||||||
pygments: false # Jekyll's default Python Pygments have been replaced by pygments.rb.
|
pygments: false # Jekyll's default Python Pygments have been replaced by pygments.rb.
|
||||||
# Set to true to use Albino + Python Pygments
|
# Set to true to use Albino + Python Pygments
|
||||||
|
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
# Post/Page Share Configuration #
|
# 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
|
||||||
facebook_like: false
|
facebook_like: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user