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"
|
||||
breadcrumbs : true # true, false (default)
|
||||
words_per_minute : 200
|
||||
share : true
|
||||
comments:
|
||||
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
|
||||
disqus:
|
||||
|
@ -26,16 +25,20 @@ comments:
|
|||
appid :
|
||||
num_posts : # 5 (default)
|
||||
colorscheme : # "light" (default), "dark"
|
||||
|
||||
# SEO Related
|
||||
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
|
||||
bing_site_verification :
|
||||
alexa_site_verification :
|
||||
yandex_site_verification :
|
||||
|
||||
# Analytics
|
||||
analytics:
|
||||
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
||||
google:
|
||||
tracking_id : "UA-2011187-3"
|
||||
google_ad_client :
|
||||
google_ad_slot :
|
||||
|
||||
# Social Sharing
|
||||
og_image : "site-logo.png" # Open Graph/Twitter default site image
|
||||
twitter:
|
||||
username : &twitter "mmistakes"
|
||||
|
@ -43,7 +46,7 @@ facebook:
|
|||
username : &facebook "michaelrose"
|
||||
app_id :
|
||||
publisher :
|
||||
# For specifying social profiles.
|
||||
# For specifying social profiles
|
||||
# - https://developers.google.com/structured-data/customize/social-profiles
|
||||
social:
|
||||
type : # Person or Organization (defaults to Person)
|
||||
|
@ -52,6 +55,41 @@ social:
|
|||
- "https://twitter.com/mmistakes"
|
||||
- "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
|
||||
include:
|
||||
- .htaccess
|
||||
|
@ -84,6 +122,7 @@ keep_files:
|
|||
encoding: "utf-8"
|
||||
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
||||
|
||||
|
||||
# Conversion
|
||||
markdown: kramdown
|
||||
highlighter: rouge
|
||||
|
@ -94,6 +133,7 @@ lsi: false
|
|||
excerpt_separator: "\n\n"
|
||||
incremental: false
|
||||
|
||||
|
||||
# Markdown Processing
|
||||
kramdown:
|
||||
input: GFM
|
||||
|
@ -105,6 +145,7 @@ kramdown:
|
|||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||
enable_coderay: false
|
||||
|
||||
|
||||
# Collections
|
||||
collections:
|
||||
docs:
|
||||
|
@ -120,6 +161,7 @@ collections:
|
|||
output: true
|
||||
permalink: /:collection/:path/
|
||||
|
||||
|
||||
# Defaults
|
||||
defaults:
|
||||
# _posts
|
||||
|
@ -177,6 +219,7 @@ defaults:
|
|||
author_profile: false
|
||||
share: true
|
||||
|
||||
|
||||
# Plugins
|
||||
gems:
|
||||
- jekyll-paginate
|
||||
|
@ -194,12 +237,14 @@ whitelist:
|
|||
- jekyll-feed
|
||||
- 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)
|
||||
|
@ -228,38 +273,10 @@ tags:
|
|||
# category: /categories/:name/
|
||||
# tag: /tags/:name/
|
||||
|
||||
|
||||
# HTML Compression
|
||||
# - http://jch.penibelst.de/
|
||||
compress_html:
|
||||
clippings: all
|
||||
ignore:
|
||||
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