Rename the 'pygments' option to 'highlighter'.

As recommended by Jekyll 2.0.0
This commit is contained in:
Yihang Ho 2014-05-08 21:00:20 +08:00
parent 2446639147
commit 7535c06053

View File

@ -2,7 +2,7 @@ title: Site Title
description: Describe your website. description: Describe your website.
# Your site's domain goes here. Leave localhost server or blank when working locally. # Your site's domain goes here. Leave localhost server or blank when working locally.
url: http://localhost:4000 url: http://localhost:4000
disqus_shortname: disqus_shortname:
# Owner/author information # Owner/author information
owner: owner:
@ -11,26 +11,26 @@ owner:
bio: "Describe your self." bio: "Describe your self."
email: your@email.com email: your@email.com
# Social networking links are used in author-bio sidebar. Update and remove as you like. # Social networking links are used in author-bio sidebar. Update and remove as you like.
twitter: twitter:
facebook: facebook:
github: github:
stackoverflow: stackoverflow:
linkedin: linkedin:
instagram: instagram:
lastfm: lastfm:
tumblr: tumblr:
pinterest: pinterest:
foursquare: foursquare:
steam: steam:
dribbble: dribbble:
# For Google Authorship https://plus.google.com/authorship # For Google Authorship https://plus.google.com/authorship
google_plus: google_plus:
# Analytics and webmaster tools stuff goes here # Analytics and webmaster tools stuff goes here
google_analytics: google_analytics:
google_verify: google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify: bing_verify:
# Links to include in top navigation # Links to include in top navigation
# For external links add external: true # For external links add external: true
@ -48,7 +48,7 @@ links:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/New_York timezone: America/New_York
future: true future: true
pygments: true highlighter: pygments
markdown: kramdown markdown: kramdown
# https://github.com/mojombo/jekyll/wiki/Permalinks # https://github.com/mojombo/jekyll/wiki/Permalinks
@ -62,11 +62,11 @@ kramdown:
use_coderay: false use_coderay: false
coderay: coderay:
coderay_line_numbers: coderay_line_numbers:
coderay_line_numbers_start: 1 coderay_line_numbers_start: 1
coderay_tab_width: 4 coderay_tab_width: 4
coderay_bold_every: 10 coderay_bold_every: 10
coderay_css: class coderay_css: class
include: [".htaccess"] include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]