diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 01:46:02 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 01:46:02 +0300 |
| commit | 25843593a10da466a1e769b8fdf17284e24d37e6 (patch) | |
| tree | a25718dc72ff3dbabfc699a792b02e29c645f83a /_config.yml | |
| parent | 2b8adf6d9f919755b18813ceea37b80d6fabc062 (diff) | |
| download | aaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.tar.gz aaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.zip | |
add art gallery and tweak header
i think that the pictures are just placeholders now. i will try to
improve this 'gallery' a bit later.
also, header is now fixed with transparent background.
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 |
