269 lines
No EOL
6.6 KiB
YAML
269 lines
No EOL
6.6 KiB
YAML
# Welcome to Jekyll!
|
|
#
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
# which you are expected to set up once and rarely need to edit after that.
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
# 'jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
# Site Settings
|
|
locale : "en_US"
|
|
title : "Minimal Mistakes"
|
|
title_separator : "-"
|
|
name : &name "Michael Rose"
|
|
description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic."
|
|
url : # the base hostname & protocol for your site e.g. "//github.io.mmistakes"
|
|
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. /blog
|
|
email : # e.g. "your-email@domain.com"
|
|
logo : "site-logo.png"
|
|
teaser : "500x300.png"
|
|
breadcrumbs : # true, false (default)
|
|
breadcrumb_home_label : "Home"
|
|
breadcrumb_separator : "/"
|
|
twitter:
|
|
username : &twitter "mmistakes"
|
|
facebook:
|
|
username : &facebook "michaelrose"
|
|
app_id :
|
|
publisher :
|
|
read_time : true
|
|
words_per_minute : 200
|
|
share : true
|
|
comments:
|
|
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
|
|
disqus:
|
|
shortname : "mmistakes-dev" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
|
|
facebook:
|
|
# https://developers.facebook.com/docs/plugins/comments
|
|
appid :
|
|
num_posts : # 5 (default)
|
|
colorscheme : # "light" (default), "dark"
|
|
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
|
|
bing_site_verification :
|
|
alexa_site_verification :
|
|
yandex_site_verification :
|
|
analytics:
|
|
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
|
google:
|
|
tracking_id : "UA-2011187-3"
|
|
google_ad_client :
|
|
google_ad_slot :
|
|
|
|
# For specifying social profiles.
|
|
# - https://developers.google.com/structured-data/customize/social-profiles
|
|
social:
|
|
type : # Person or Organization (defaults to Person)
|
|
name : # If the user or organization name differs from the site's name
|
|
links: # An array of links to social media profiles
|
|
- "https://twitter.com/mmistakes"
|
|
- "https://facebook.com/michaelrose"
|
|
|
|
# Reading Files
|
|
include:
|
|
- .htaccess
|
|
- _pages
|
|
exclude:
|
|
- "*.sublime-project"
|
|
- "*.sublime-workspace"
|
|
- .asset-cache
|
|
- .bundle
|
|
- .jekyll-assets-cache
|
|
- .sass-cache
|
|
- assets/js/plugins
|
|
- assets/js/_main.js
|
|
- assets/js/vendor
|
|
- Capfile
|
|
- config
|
|
- Gemfile
|
|
- Gruntfile.js
|
|
- gulpfile.js
|
|
- LICENSE
|
|
- log
|
|
- node_modules
|
|
- package.json
|
|
- Rakefile
|
|
- README
|
|
- tmp
|
|
keep_files:
|
|
- .git
|
|
- .svn
|
|
encoding: "utf-8"
|
|
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
|
|
|
|
# Markdown Processing
|
|
kramdown:
|
|
input: GFM
|
|
hard_wrap: false
|
|
auto_ids: true
|
|
footnote_nr: 1
|
|
entity_output: as_char
|
|
toc_levels: 1..6
|
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
|
enable_coderay: false
|
|
|
|
# Collections
|
|
collections:
|
|
docs:
|
|
output: true
|
|
permalink: /:collection/:path/
|
|
recipes:
|
|
output: true
|
|
permalink: /:collection/:path/
|
|
pets:
|
|
output: true
|
|
permalink: /:collection/:path/
|
|
portfolio:
|
|
output: true
|
|
permalink: /:collection/:path/
|
|
|
|
# Defaults
|
|
defaults:
|
|
# _posts
|
|
- scope:
|
|
path: ""
|
|
type: posts
|
|
values:
|
|
layout: single
|
|
author_profile: true
|
|
read_time: true
|
|
comments: true
|
|
share: true
|
|
related: true
|
|
# _pages
|
|
- scope:
|
|
path: ""
|
|
type: pages
|
|
values:
|
|
layout: single
|
|
author_profile: true
|
|
# _docs
|
|
- scope:
|
|
path: ""
|
|
type: docs
|
|
values:
|
|
layout: single
|
|
author_profile: false
|
|
share: false
|
|
comments: false
|
|
# _recipes
|
|
- scope:
|
|
path: ""
|
|
type: recipes
|
|
values:
|
|
layout: single
|
|
author_profile: true
|
|
share: true
|
|
comments: true
|
|
# _pets
|
|
- scope:
|
|
path: ""
|
|
type: pets
|
|
values:
|
|
layout: single
|
|
author_profile: true
|
|
share: true
|
|
comment: true
|
|
# _portfolio
|
|
- scope:
|
|
path: ""
|
|
type: portfolio
|
|
values:
|
|
layout: single
|
|
author_profile: false
|
|
share: true
|
|
|
|
# Plugins
|
|
gems:
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jekyll-gist
|
|
- jekyll-feed
|
|
- jemoji
|
|
# - jekyll-archives
|
|
|
|
# mimic GitHub Pages with --safe
|
|
whitelist:
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jekyll-gist
|
|
- 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)
|
|
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
|
|
# Path (examples)
|
|
# - Archive page should exist at path when using Liquid method or you can
|
|
# expect broken links (especially with breadcrumbs enabled)
|
|
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
|
|
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
|
|
# - <base_path/my-awesome-category/index.html ~> path: /
|
|
categories:
|
|
type: liquid
|
|
path: /categories/
|
|
tags:
|
|
type: liquid
|
|
path: /tags/
|
|
# https://github.com/jekyll/jekyll-archives
|
|
# jekyll-archives:
|
|
# enabled:
|
|
# - categories
|
|
# - tags
|
|
# layouts:
|
|
# category: archive-taxonomy
|
|
# tag: archive-taxonomy
|
|
# permalinks:
|
|
# 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 : |