Change baseurl to match gh-pages project
This commit is contained in:
parent
1ec858b500
commit
27a8f669d9
1 changed files with 5 additions and 5 deletions
10
_config.yml
10
_config.yml
|
@ -12,7 +12,7 @@ name : &name "Your Name"
|
||||||
title_separator : "-"
|
title_separator : "-"
|
||||||
description : &description "Write an awesome description for your new site here."
|
description : &description "Write an awesome description for your new site here."
|
||||||
url : "http://localhost:4000" # the base hostname & protocol for your site
|
url : "http://localhost:4000" # the base hostname & protocol for your site
|
||||||
baseurl : "/test" # 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 : "your-email@domain.com"
|
||||||
logo : "site-logo.png"
|
logo : "site-logo.png"
|
||||||
twitter:
|
twitter:
|
||||||
|
@ -30,7 +30,7 @@ google_analytics : # Universal Analytics tracking ID
|
||||||
google_ad_client :
|
google_ad_client :
|
||||||
google_ad_slot :
|
google_ad_slot :
|
||||||
|
|
||||||
# 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:
|
||||||
type : # Person or Organization (defaults to Person)
|
type : # Person or Organization (defaults to Person)
|
||||||
|
@ -41,10 +41,10 @@ social:
|
||||||
|
|
||||||
# Reading Files
|
# Reading Files
|
||||||
safe: false
|
safe: false
|
||||||
include:
|
include:
|
||||||
- .htaccess
|
- .htaccess
|
||||||
- _pages
|
- _pages
|
||||||
exclude:
|
exclude:
|
||||||
- "*.sublime-project"
|
- "*.sublime-project"
|
||||||
- "*.sublime-workspace"
|
- "*.sublime-workspace"
|
||||||
- .asset-cache
|
- .asset-cache
|
||||||
|
@ -62,7 +62,7 @@ exclude:
|
||||||
- Rakefile
|
- Rakefile
|
||||||
- README
|
- README
|
||||||
- tmp
|
- tmp
|
||||||
keep_files:
|
keep_files:
|
||||||
- .git
|
- .git
|
||||||
- .svn
|
- .svn
|
||||||
encoding: "utf-8"
|
encoding: "utf-8"
|
||||||
|
|
Loading…
Reference in a new issue