Update Configuration docs

This commit is contained in:
Michael Rose
2016-04-08 15:37:45 -04:00
parent 9e82d76b91
commit 2b9c999980
6 changed files with 271 additions and 12 deletions

View File

@@ -33,13 +33,13 @@ alexa_site_verification :
yandex_site_verification :
# Social Sharing
og_image : "site-logo.png" # Open Graph/Twitter default site image
twitter:
username : &twitter "mmistakes"
facebook:
username : &facebook "michaelrose"
app_id :
publisher :
og_image : "site-logo.png" # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
@@ -126,9 +126,6 @@ markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Conversion
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
lsi: false
excerpt_separator: "\n\n"
incremental: false
@@ -220,6 +217,13 @@ defaults:
share: true
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins
gems:
- jekyll-paginate
@@ -238,13 +242,6 @@ whitelist:
- jemoji
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)