From 25843593a10da466a1e769b8fdf17284e24d37e6 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 23 Feb 2021 01:46:02 +0300 Subject: 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. --- _config.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to '_config.yml') 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: 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 -- cgit v1.2.3