fix(config): add include, exclude, ignore options

This commit is contained in:
curbengh 2019-10-28 07:36:24 +00:00
parent be8a0a8e90
commit db3bf716ad
No known key found for this signature in database
GPG Key ID: 21EA847C35D6E034

View File

@ -81,6 +81,12 @@ use_date_for_updated: false
per_page: 10 per_page: 10
pagination_dir: page pagination_dir: page
# Include / Exclude file(s)
## include:/exclude: options only apply to the 'source/' folder
include:
exclude:
ignore:
# Extensions # Extensions
## Plugins: https://hexo.io/plugins/ ## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/ ## Themes: https://hexo.io/themes/