File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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#
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
You can’t perform that action at this time.
0 commit comments