Configure documentation/demo GitHub Pages hosted site
This commit is contained in:
parent
ad0a61b4a6
commit
d0a29ff4b4
1 changed files with 17 additions and 16 deletions
33
_config.yml
33
_config.yml
|
@ -7,29 +7,29 @@
|
||||||
|
|
||||||
# Site Settings
|
# Site Settings
|
||||||
locale : en_US
|
locale : en_US
|
||||||
title : "Your Awesome Site"
|
title : "Minimal Mistakes"
|
||||||
title_separator : "-"
|
title_separator : "-"
|
||||||
name : &name "Your Name"
|
name : &name "Michael Rose"
|
||||||
description : &description "Write an awesome description for your new site here."
|
description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic."
|
||||||
url : "http://localhost:4000" # the base hostname & protocol for your site
|
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 : "your-email@domain.com"
|
email : # e.g. "your-email@domain.com"
|
||||||
logo : "site-logo.png"
|
logo : "site-logo.png"
|
||||||
teaser : "500x300.png"
|
teaser : "500x300.png"
|
||||||
breadcrumbs : # true, false (default)
|
breadcrumbs : # true, false (default)
|
||||||
breadcrumb_home_label : "Home"
|
breadcrumb_home_label : "Home"
|
||||||
breadcrumb_separator : "/"
|
breadcrumb_separator : "/"
|
||||||
twitter:
|
twitter:
|
||||||
username : &twitter "site_twitter"
|
username : &twitter "mmistakes"
|
||||||
facebook:
|
facebook:
|
||||||
username : &facebook "site_facebook"
|
username : &facebook "michaelrose"
|
||||||
app_id :
|
app_id :
|
||||||
publisher :
|
publisher :
|
||||||
read_time : true
|
read_time : true
|
||||||
words_per_minute : 200
|
words_per_minute : 200
|
||||||
share : true
|
share : true
|
||||||
comments:
|
comments:
|
||||||
provider : false # false (default), "disqus", "facebook", "google-plus", custom"
|
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
|
||||||
disqus:
|
disqus:
|
||||||
shortname : "mmistakes-dev" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
|
shortname : "mmistakes-dev" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
|
||||||
facebook:
|
facebook:
|
||||||
|
@ -37,14 +37,14 @@ comments:
|
||||||
appid :
|
appid :
|
||||||
num_posts : # 5 (default)
|
num_posts : # 5 (default)
|
||||||
colorscheme : # "light" (default), "dark"
|
colorscheme : # "light" (default), "dark"
|
||||||
google_site_verification :
|
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y"
|
||||||
bing_site_verification :
|
bing_site_verification :
|
||||||
alexa_site_verification :
|
alexa_site_verification :
|
||||||
yandex_site_verification :
|
yandex_site_verification :
|
||||||
analytics:
|
analytics:
|
||||||
provider : false # false (default), "google", "google-universal", "custom"
|
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
||||||
google:
|
google:
|
||||||
tracking_id : "UA-123456-7"
|
tracking_id : "UA-2011187-3"
|
||||||
google_ad_client :
|
google_ad_client :
|
||||||
google_ad_slot :
|
google_ad_slot :
|
||||||
|
|
||||||
|
@ -54,11 +54,11 @@ social:
|
||||||
type : # Person or Organization (defaults to Person)
|
type : # Person or Organization (defaults to Person)
|
||||||
name : # If the user or organization name differs from the site's name
|
name : # If the user or organization name differs from the site's name
|
||||||
links: # An array of links to social media profiles
|
links: # An array of links to social media profiles
|
||||||
- "https://twitter.com/site_twitter"
|
- "https://twitter.com/mmistakes"
|
||||||
- "https://facebook.com/site_facebook"
|
- "https://facebook.com/michaelrose"
|
||||||
|
|
||||||
# Reading Files
|
# Reading Files
|
||||||
safe: false
|
safe: true
|
||||||
include:
|
include:
|
||||||
- .htaccess
|
- .htaccess
|
||||||
- _pages
|
- _pages
|
||||||
|
@ -232,14 +232,15 @@ author:
|
||||||
avatar : "bio-photo.jpg"
|
avatar : "bio-photo.jpg"
|
||||||
bio : *description
|
bio : *description
|
||||||
email : *email
|
email : *email
|
||||||
|
uri : "https://mademistakes.com"
|
||||||
codepen :
|
codepen :
|
||||||
dribbble :
|
dribbble :
|
||||||
flickr :
|
flickr :
|
||||||
facebook : *facebook
|
facebook : *facebook
|
||||||
foursquare :
|
foursquare :
|
||||||
github :
|
github : "mmistakes"
|
||||||
google_plus :
|
google_plus :
|
||||||
instagram :
|
instagram : "mmistakes"
|
||||||
lastfm :
|
lastfm :
|
||||||
linkedin :
|
linkedin :
|
||||||
pinterest :
|
pinterest :
|
||||||
|
|
Loading…
Reference in a new issue