Skip to content

Commit 3f7fd7b

Browse files
committed
Provide path configuration in _config.yml
1 parent fe33e51 commit 3f7fd7b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_config.yml

+19
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,25 @@ exclude: [".rbenv-version", "README.md", "Rakefile"]
2323

2424
# Jekyll-Bootstrap configurations
2525
JB :
26+
27+
# All links will be namespaced by BASE_PATH if defined.
28+
# This is required for hosting GitHub Project Pages.
29+
# If you are deploying this website for one of your GitHub projects
30+
# you must set BASE_PATH to the name of your GitHub project.
31+
#
32+
BASE_PATH : "/narly"
33+
34+
# By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
35+
# ex: [BASE_PATH]/assets/themes/[THEME-NAME]
36+
#
37+
# Override this by defining an absolute path to assets here.
38+
# ex:
39+
# http://s3.amazonaws.com/yoursite/themes/watermelon
40+
# /assets
41+
#
42+
ASSET_PATH : false
43+
44+
2645
comments :
2746
engine : disqus
2847
disqus :

0 commit comments

Comments
 (0)