comment out 'exclude:' in config file
This commit is contained in:
parent
4e40593a53
commit
6316856773
|
@ -29,6 +29,17 @@ markdown: kramdown
|
||||||
theme: minima
|
theme: minima
|
||||||
gems:
|
gems:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
exclude:
|
|
||||||
- Gemfile
|
# Exclude from processing.
|
||||||
- Gemfile.lock
|
# The items below are excluded by default, to customize the list, uncomment the
|
||||||
|
# lines below and simply add to the list. Items removed will **not** be excluded
|
||||||
|
# from processing.
|
||||||
|
#
|
||||||
|
# exclude:
|
||||||
|
# - Gemfile
|
||||||
|
# - Gemfile.lock
|
||||||
|
# - node_modules
|
||||||
|
# - vendor/bundle/
|
||||||
|
# - vendor/cache/
|
||||||
|
# - vendor/gems/
|
||||||
|
# - vendor/ruby/
|
||||||
|
|
Loading…
Reference in New Issue