Merge pull request #1001 from tonyduckles/new-configs-fixes

Transition missed _config.yml changes to new _config files
This commit is contained in:
Parker Moore 2013-02-19 03:07:30 -08:00
commit f5dcc64d67
5 changed files with 23 additions and 3 deletions

View File

@ -23,9 +23,14 @@ category_feeds: false
# RSS feeds can list your email address if you like
email:
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
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
pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
recent_posts: 5 # Posts in the sidebar Recent Posts section

View File

@ -5,3 +5,4 @@
disqus_short_name:
disqus_show_comment_count: false
disqus_developer: 0

View File

@ -6,3 +6,4 @@
# Hidden: No visible button, just add author information to search results
googleplus_user:
googleplus_hidden: false
google_plus_image_size: 32

View File

@ -11,7 +11,16 @@ destination: public # compiled site directory
plugins: plugins
code_dir: downloads/code
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.
# Set to true to use Albino + Python Pygments

View File

@ -3,6 +3,10 @@
# 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