~xdavidwu/xdavidwu.link

fdd9bde78687477a31d174a06dd0d2a833bcb779 — Michael Rose 8 years ago add3811
Reorder config and remove some variables
2 files changed, 16 insertions(+), 18 deletions(-)

M _config.yml
M _data/ui-text.yml
M _config.yml => _config.yml +14 -16
@@ 1,29 1,20 @@
# 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.
# 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
locale                   : "en_US"
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"
og_image                 : "site-logo.png" # Open Graph/Twitter default site image
teaser                   : "500x300.png"
breadcrumbs              : # true, false (default)
twitter:
  username               : &twitter "mmistakes"
facebook:
  username               : &facebook "michaelrose"
  app_id                 :
  publisher              :
read_time                : true
baseurl                  : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
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:


@@ 45,7 36,13 @@ analytics:
    tracking_id          : "UA-2011187-3"
google_ad_client         :
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.
# - https://developers.google.com/structured-data/customize/social-profiles
social:


@@ 149,6 146,7 @@ defaults:
      type: docs
    values:
      layout: single
      read_time: true
      author_profile: false
      share: false
      comments: false

M _data/ui-text.yml => _data/ui-text.yml +2 -2
@@ 26,9 26,9 @@ en: &DEFAULT_EN
  powered_by            : "Powered by"
  website_label         : "Website"
  email_label           : "Email"
en_US:
en-US:
  <<: *DEFAULT_EN
en_UK:
en-UK:
  <<: *DEFAULT_EN

# Another locale