diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index a74072f..1f827a6 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ plugins: exclude: - LICENSE - README.md + - art/thumbs.sh excerpt_separator: <!--more--> @@ -30,3 +31,9 @@ defaults: path: "art" values: art: true + + - scope: + path: "art/*/thumbs" + values: + thumbnail: true + |
