forked from data.coop/website
Update _config.yml to remove build warnings
This commit is contained in:
parent
ba252c911a
commit
62134e78d2
|
@ -27,11 +27,14 @@ footer-links:
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
||||||
gems:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
exclude:
|
exclude:
|
||||||
- Gemfile
|
- Gemfile
|
||||||
- Gemfile.lock
|
- Gemfile.lock
|
||||||
- docker-compose.yml
|
- docker-compose.yml
|
||||||
|
- build.sh
|
||||||
|
- .drone.yml
|
||||||
|
- .gitignre
|
||||||
include: ['_pages']
|
include: ['_pages']
|
||||||
|
|
Loading…
Reference in a new issue