diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 5f59e82..6cb69dd 100644 --- a/_config.yml +++ b/_config.yml @@ -11,13 +11,22 @@ exclude: excerpt_separator: <!--more--> defaults: - - - scope: + - scope: path: "" values: layout: "default" - - - scope: + + - scope: path: "_posts" values: layout: "post" + + - scope: + path: "assets/img" + values: + image: true + + - scope: + path: "assets/img/art" + values: + art: true |
