fix(config): add include, exclude, ignore options
This commit is contained in:
parent
be8a0a8e90
commit
db3bf716ad
@ -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/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user