Merge pull request #847 from ShaneCurcuru/patch-1
Added a few clarifying comments
This commit is contained in:
commit
6cb699cd18
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
locale : "en-US"
|
locale : "en-US"
|
||||||
title : "Minimal Mistakes"
|
title : "Minimal Mistakes"
|
||||||
title_separator : "-"
|
title_separator : "-"
|
||||||
name : &name "Michael Rose"
|
name : &name "Michael Rose" # &name is a YAML anchor which can be *referenced later
|
||||||
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 : https://mmistakes.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
url : https://mmistakes.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||||
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
|
baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog"
|
||||||
|
@ -48,7 +48,7 @@ atom_feed:
|
||||||
path : # blank (default) uses feed.xml
|
path : # blank (default) uses feed.xml
|
||||||
|
|
||||||
# SEO Related
|
# SEO Related
|
||||||
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
|
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" # Replace this with your ID, or delete
|
||||||
bing_site_verification :
|
bing_site_verification :
|
||||||
alexa_site_verification :
|
alexa_site_verification :
|
||||||
yandex_site_verification :
|
yandex_site_verification :
|
||||||
|
@ -61,7 +61,7 @@ facebook:
|
||||||
app_id :
|
app_id :
|
||||||
publisher :
|
publisher :
|
||||||
og_image : "/assets/images/site-logo.png" # Open Graph/Twitter default site image
|
og_image : "/assets/images/site-logo.png" # Open Graph/Twitter default site image
|
||||||
# For specifying social profiles
|
# For specifying social profiles, used in _includes/seo.html
|
||||||
# - 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)
|
||||||
|
@ -74,12 +74,12 @@ social:
|
||||||
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" # Replace this with your ID, or delete
|
||||||
|
|
||||||
|
|
||||||
# Site Author
|
# Site Author
|
||||||
author:
|
author:
|
||||||
name : *name
|
name : *name # *name is a YAML reference pointing to the &anchor earlier
|
||||||
avatar : "/assets/images/michael-rose.jpg"
|
avatar : "/assets/images/michael-rose.jpg"
|
||||||
bio : "Just another boring, tattooed, time traveling, designer."
|
bio : "Just another boring, tattooed, time traveling, designer."
|
||||||
location : "Buffalo, NY"
|
location : "Buffalo, NY"
|
||||||
|
|
Loading…
Reference in a new issue