Skip to content

Commit 2402716

Browse files
committed
production url should be close to JB
1 parent 9b3a325 commit 2402716

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ exclude: [".rbenv-version", "README.md", "Rakefile"]
66
auto: true
77
pygments: true
88

9-
# The production_url is only used when full-domain names are needed
10-
# such as sitemap.txt
11-
# Most places will/should use BASE_PATH to make the urls
12-
#
13-
# If you have set a CNAME (pages.github.com) set your custom domain here.
14-
# Else if you are pushing to username.github.com, replace with your username.
15-
# Finally if you are pushing to a GitHub project page, include the project name at the end.
16-
#
17-
production_url : http://username.github.com
18-
199
# Themes are encouraged to use these universal variables
2010
# so be sure to set them if your theme uses them.
2111
#
@@ -27,6 +17,16 @@ author :
2717
twitter : username
2818
feedburner : feedname
2919

20+
# The production_url is only used when full-domain names are needed
21+
# such as sitemap.txt
22+
# Most places will/should use BASE_PATH to make the urls
23+
#
24+
# If you have set a CNAME (pages.github.com) set your custom domain here.
25+
# Else if you are pushing to username.github.com, replace with your username.
26+
# Finally if you are pushing to a GitHub project page, include the project name at the end.
27+
#
28+
production_url : http://username.github.com
29+
3030
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
3131
#
3232
JB :

0 commit comments

Comments
 (0)