Skip to content

Commit

Permalink
Set up url and baseurl for live demo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinyanalista committed Sep 21, 2015
1 parent b235a38 commit d3d617d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ google:
# Site URL
# The base protocol and hostname for the website
# Default: not set (this variable is only necessary for external systems)
# url: "https://yourdomain.com"
url: "https://vinyanalista.github.io"

# Enforce the use of HTTPS on production domain
# The hostname (does not include protocol, just the domain) for which the use of
# HTTPS should be enforced
# Default: not set (the use of HTTPS is never enforced)
# enforce_https: "yourdomain.com"
enforce_https: "vinyanalista.github.io"

###########
# Serving #
Expand All @@ -98,7 +98,7 @@ google:
# Base URL
# Serve the website from the given base URL (does not include hostname)
# Default: "" (website is at the root of the domain)
# baseurl: ""
baseurl: "/material-jekyll"

# For more info on the serve command options, please refer to
# http://jekyllrb.com/docs/configuration/
Expand Down

0 comments on commit d3d617d

Please sign in to comment.