From db3bf716ad04593b4046c99b942a6e6d7dac70c0 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Mon, 28 Oct 2019 07:36:24 +0000 Subject: [PATCH] fix(config): add include, exclude, ignore options --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index fba632a..a704bca 100644 --- a/_config.yml +++ b/_config.yml @@ -81,6 +81,12 @@ use_date_for_updated: false per_page: 10 pagination_dir: page +# Include / Exclude file(s) +## include:/exclude: options only apply to the 'source/' folder +include: +exclude: +ignore: + # Extensions ## Plugins: https://hexo.io/plugins/ ## Themes: https://hexo.io/themes/