You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+8-8
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ whitelist:
32
32
33
33
# Reading Files
34
34
#
35
-
# Every file or directory beginning with the following characters:
36
-
# ., _ , # or ~
37
-
# in the source directory will not be included in the destination folder. Such paths will have to be explicitly specified via the config file in the
35
+
# Every file or directory beginning with the following characters:
36
+
# ., _ , # or ~
37
+
# in the source directory will not be included in the destination folder. Such paths will have to be explicitly specified via the config file in the
38
38
# include directive to make sure they’re copied over
39
39
# In Jekyll 3, the `exclude` configuration option replaces the default exclusion list.
40
40
# In Jekyll 4, user-provided entries get added to the default exclusion list instead and the `include` option can be used to override the default exclusion list entries.
@@ -62,7 +62,7 @@ exclude:
62
62
# TODO: These are now packed into assets/js/main.min.js, not needed, but the _site building still adds them, double check the references why
63
63
# Also the doc snippet above is lieing, if this is presented the include: will not add e.g. assets/js/lunr even it is presented over there
0 commit comments