Skip to content

Commit c95468a

Browse files
committed
Update config to use new github domain
1 parent 77fc4c0 commit c95468a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ author :
2323
# Most places will/should use BASE_PATH to make the urls
2424
#
2525
# If you have set a CNAME (pages.github.com) set your custom domain here.
26-
# Else if you are pushing to username.github.com, replace with your username.
26+
# Else if you are pushing to username.github.io, replace with your username.
2727
# Finally if you are pushing to a GitHub project page, include the project name at the end.
2828
#
29-
production_url : http://username.github.com
29+
production_url : http://username.github.io
3030

3131
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
3232
#
@@ -41,14 +41,14 @@ JB :
4141
# DO NOT SET BASE_PATH
4242
# (urls will be prefixed with "/" and work relatively)
4343
#
44-
# GitHub Pages (http://username.github.com)
44+
# GitHub Pages (http://username.github.io)
4545
# DO NOT SET BASE_PATH
4646
# (urls will be prefixed with "/" and work relatively)
4747
#
48-
# GitHub Project Pages (http://username.github.com/project-name)
48+
# GitHub Project Pages (http://username.github.io/project-name)
4949
#
5050
# A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
51-
# REQUIRED! Set BASE_PATH to: http://username.github.com/project-name
51+
# REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
5252
#
5353
# CAUTION:
5454
# - When in Localhost, your site will run from root "/" regardless of BASE_PATH

0 commit comments

Comments
 (0)