Re-order settings
This commit is contained in:
parent
f2153d5b7e
commit
66498bd74e
1 changed files with 50 additions and 33 deletions
83
_config.yml
83
_config.yml
|
@ -16,7 +16,6 @@ baseurl : "/minimal-mistakes" # the subpath of your site, e.g.
|
||||||
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
||||||
breadcrumbs : true # true, false (default)
|
breadcrumbs : true # true, false (default)
|
||||||
words_per_minute : 200
|
words_per_minute : 200
|
||||||
share : true
|
|
||||||
comments:
|
comments:
|
||||||
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
|
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
|
||||||
disqus:
|
disqus:
|
||||||
|
@ -26,16 +25,20 @@ comments:
|
||||||
appid :
|
appid :
|
||||||
num_posts : # 5 (default)
|
num_posts : # 5 (default)
|
||||||
colorscheme : # "light" (default), "dark"
|
colorscheme : # "light" (default), "dark"
|
||||||
|
|
||||||
|
# SEO Related
|
||||||
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
|
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
|
||||||
bing_site_verification :
|
bing_site_verification :
|
||||||
alexa_site_verification :
|
alexa_site_verification :
|
||||||
yandex_site_verification :
|
yandex_site_verification :
|
||||||
|
|
||||||
|
# Analytics
|
||||||
analytics:
|
analytics:
|
||||||
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
||||||
google:
|
google:
|
||||||
tracking_id : "UA-2011187-3"
|
tracking_id : "UA-2011187-3"
|
||||||
google_ad_client :
|
|
||||||
google_ad_slot :
|
# Social Sharing
|
||||||
og_image : "site-logo.png" # Open Graph/Twitter default site image
|
og_image : "site-logo.png" # Open Graph/Twitter default site image
|
||||||
twitter:
|
twitter:
|
||||||
username : &twitter "mmistakes"
|
username : &twitter "mmistakes"
|
||||||
|
@ -43,7 +46,7 @@ facebook:
|
||||||
username : &facebook "michaelrose"
|
username : &facebook "michaelrose"
|
||||||
app_id :
|
app_id :
|
||||||
publisher :
|
publisher :
|
||||||
# For specifying social profiles.
|
# For specifying social profiles
|
||||||
# - https://developers.google.com/structured-data/customize/social-profiles
|
# - https://developers.google.com/structured-data/customize/social-profiles
|
||||||
social:
|
social:
|
||||||
type : # Person or Organization (defaults to Person)
|
type : # Person or Organization (defaults to Person)
|
||||||
|
@ -52,6 +55,41 @@ social:
|
||||||
- "https://twitter.com/mmistakes"
|
- "https://twitter.com/mmistakes"
|
||||||
- "https://facebook.com/michaelrose"
|
- "https://facebook.com/michaelrose"
|
||||||
|
|
||||||
|
# Google AdSense
|
||||||
|
google_ad_client :
|
||||||
|
google_ad_slot :
|
||||||
|
|
||||||
|
|
||||||
|
# Site Author
|
||||||
|
author:
|
||||||
|
name : *name
|
||||||
|
avatar : "bio-photo.jpg"
|
||||||
|
bio : *description
|
||||||
|
email : *email
|
||||||
|
uri : "https://mademistakes.com"
|
||||||
|
codepen :
|
||||||
|
dribbble :
|
||||||
|
flickr :
|
||||||
|
facebook : *facebook
|
||||||
|
foursquare :
|
||||||
|
github : "mmistakes"
|
||||||
|
google_plus :
|
||||||
|
keybase :
|
||||||
|
instagram : "mmistakes"
|
||||||
|
lastfm :
|
||||||
|
linkedin :
|
||||||
|
pinterest :
|
||||||
|
soundcloud :
|
||||||
|
stackoverflow : # http://stackoverflow.com/users/123456/username
|
||||||
|
steam :
|
||||||
|
tumblr :
|
||||||
|
twitter : *twitter
|
||||||
|
vine :
|
||||||
|
weibo :
|
||||||
|
xing :
|
||||||
|
youtube :
|
||||||
|
|
||||||
|
|
||||||
# Reading Files
|
# Reading Files
|
||||||
include:
|
include:
|
||||||
- .htaccess
|
- .htaccess
|
||||||
|
@ -84,6 +122,7 @@ keep_files:
|
||||||
encoding: "utf-8"
|
encoding: "utf-8"
|
||||||
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
||||||
|
|
||||||
|
|
||||||
# Conversion
|
# Conversion
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
|
@ -94,6 +133,7 @@ lsi: false
|
||||||
excerpt_separator: "\n\n"
|
excerpt_separator: "\n\n"
|
||||||
incremental: false
|
incremental: false
|
||||||
|
|
||||||
|
|
||||||
# Markdown Processing
|
# Markdown Processing
|
||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
|
@ -105,6 +145,7 @@ kramdown:
|
||||||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||||
enable_coderay: false
|
enable_coderay: false
|
||||||
|
|
||||||
|
|
||||||
# Collections
|
# Collections
|
||||||
collections:
|
collections:
|
||||||
docs:
|
docs:
|
||||||
|
@ -120,6 +161,7 @@ collections:
|
||||||
output: true
|
output: true
|
||||||
permalink: /:collection/:path/
|
permalink: /:collection/:path/
|
||||||
|
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
defaults:
|
defaults:
|
||||||
# _posts
|
# _posts
|
||||||
|
@ -177,6 +219,7 @@ defaults:
|
||||||
author_profile: false
|
author_profile: false
|
||||||
share: true
|
share: true
|
||||||
|
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
gems:
|
gems:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
|
@ -194,12 +237,14 @@ whitelist:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jemoji
|
- jemoji
|
||||||
|
|
||||||
|
|
||||||
# Outputting
|
# Outputting
|
||||||
permalink: /:categories/:title/
|
permalink: /:categories/:title/
|
||||||
paginate: 5 # amount of posts to show
|
paginate: 5 # amount of posts to show
|
||||||
paginate_path: /page:num/
|
paginate_path: /page:num/
|
||||||
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
|
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
# Type
|
# Type
|
||||||
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
|
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
|
||||||
|
@ -228,38 +273,10 @@ tags:
|
||||||
# category: /categories/:name/
|
# category: /categories/:name/
|
||||||
# tag: /tags/:name/
|
# tag: /tags/:name/
|
||||||
|
|
||||||
|
|
||||||
# HTML Compression
|
# HTML Compression
|
||||||
# - http://jch.penibelst.de/
|
# - http://jch.penibelst.de/
|
||||||
compress_html:
|
compress_html:
|
||||||
clippings: all
|
clippings: all
|
||||||
ignore:
|
ignore:
|
||||||
envs: development
|
envs: development
|
||||||
|
|
||||||
# Site Author
|
|
||||||
author:
|
|
||||||
name : *name
|
|
||||||
avatar : "bio-photo.jpg"
|
|
||||||
bio : *description
|
|
||||||
email : *email
|
|
||||||
uri : "https://mademistakes.com"
|
|
||||||
codepen :
|
|
||||||
dribbble :
|
|
||||||
flickr :
|
|
||||||
facebook : *facebook
|
|
||||||
foursquare :
|
|
||||||
github : "mmistakes"
|
|
||||||
google_plus :
|
|
||||||
keybase :
|
|
||||||
instagram : "mmistakes"
|
|
||||||
lastfm :
|
|
||||||
linkedin :
|
|
||||||
pinterest :
|
|
||||||
soundcloud :
|
|
||||||
stackoverflow : # http://stackoverflow.com/users/123456/username
|
|
||||||
steam :
|
|
||||||
tumblr :
|
|
||||||
twitter : *twitter
|
|
||||||
vine :
|
|
||||||
weibo :
|
|
||||||
xing :
|
|
||||||
youtube :
|
|
Loading…
Add table
Reference in a new issue