Reorder config and remove some variables

This commit is contained in:
Michael Rose 2016-04-07 16:27:01 -04:00
parent add3811ba7
commit fdd9bde786
2 changed files with 16 additions and 18 deletions

View file

@ -1,29 +1,20 @@
# Welcome to Jekyll! # Welcome to Jekyll!
# #
# This config file is meant for settings that affect your whole blog, values # This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that. # 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 # For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process. # `jekyll serve`. If you change this file, please restart the server process.
# Site Settings # Site Settings
locale : "en_US" locale : "en-US"
title : "Minimal Mistakes" title : "Minimal Mistakes"
title_separator : "-" title_separator : "-"
name : &name "Michael Rose" name : &name "Michael Rose"
description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic." 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" url : # the base hostname & protocol for your site e.g. "//github.io.mmistakes"
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. /blog baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
email : # e.g. "your-email@domain.com" teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
og_image : "site-logo.png" # Open Graph/Twitter default site image breadcrumbs : true # true, false (default)
teaser : "500x300.png"
breadcrumbs : # true, false (default)
twitter:
username : &twitter "mmistakes"
facebook:
username : &facebook "michaelrose"
app_id :
publisher :
read_time : true
words_per_minute : 200 words_per_minute : 200
share : true share : true
comments: comments:
@ -45,7 +36,13 @@ analytics:
tracking_id : "UA-2011187-3" tracking_id : "UA-2011187-3"
google_ad_client : google_ad_client :
google_ad_slot : google_ad_slot :
og_image : "site-logo.png" # Open Graph/Twitter default site image
twitter:
username : &twitter "mmistakes"
facebook:
username : &facebook "michaelrose"
app_id :
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:
@ -149,6 +146,7 @@ defaults:
type: docs type: docs
values: values:
layout: single layout: single
read_time: true
author_profile: false author_profile: false
share: false share: false
comments: false comments: false

View file

@ -26,9 +26,9 @@ en: &DEFAULT_EN
powered_by : "Powered by" powered_by : "Powered by"
website_label : "Website" website_label : "Website"
email_label : "Email" email_label : "Email"
en_US: en-US:
<<: *DEFAULT_EN <<: *DEFAULT_EN
en_UK: en-UK:
<<: *DEFAULT_EN <<: *DEFAULT_EN
# Another locale # Another locale