diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 05:12:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 05:12:46 +0300 |
commit | b6faaf979c3f86ffd5e79d4c7af16c301ad04a57 (patch) | |
tree | cd75f5170fd39001af6814aa9b471f9eea496f45 /_config.yml | |
parent | fix navbar ordering (diff) | |
download | jekyll-theme-b6faaf979c3f86ffd5e79d4c7af16c301ad04a57.tar.gz jekyll-theme-b6faaf979c3f86ffd5e79d4c7af16c301ad04a57.zip |
add a collection of "notes"
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 2c56abb..0a72f27 100644 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,10 @@ exclude: paginate: 10 +collections: + notes: + output: true + defaults: - scope: path: "" |