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 :
23
23
# Most places will/should use BASE_PATH to make the urls
24
24
#
25
25
# 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.
27
27
# Finally if you are pushing to a GitHub project page, include the project name at the end.
28
28
#
29
- production_url : http://username.github.com
29
+ production_url : http://username.github.io
30
30
31
31
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
32
32
#
41
41
# DO NOT SET BASE_PATH
42
42
# (urls will be prefixed with "/" and work relatively)
43
43
#
44
- # GitHub Pages (http://username.github.com )
44
+ # GitHub Pages (http://username.github.io )
45
45
# DO NOT SET BASE_PATH
46
46
# (urls will be prefixed with "/" and work relatively)
47
47
#
48
- # GitHub Project Pages (http://username.github.com /project-name)
48
+ # GitHub Project Pages (http://username.github.io /project-name)
49
49
#
50
50
# 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
52
52
#
53
53
# CAUTION:
54
54
# - 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