From ac9c52a68e87bd166d110d0e1995ad254a81befe Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 19 Aug 2021 10:32:15 +0300 Subject: fix thumbnail regeneration on every push i hope it will finally work... git post-receive hook is the same, but jekyll now shouldn't purge all generated thumbnails. --- _config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 1f827a6..8b81e95 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,14 @@ exclude: - LICENSE - README.md - art/thumbs.sh + - aaoth_new_post.sh + +# sadly wildcards don't work +keep_files: + - art/photos/thumbs + - art/renders/thumbs + - art/drawings/thumbs + - art/logos/thumbs excerpt_separator: -- cgit v1.2.3