From c68c53acd8970cacb282f23651d3619e918ffc20 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 20 Nov 2021 10:14:55 +0100 Subject: [brand] initial - folder src/brand for searxng-wordmark Folder src/brand is intended to place logo, wordmark and more in. This commit moves the origin (source) of searxng-wordmark.svg from the simple theme into this folder About the new created src/ folder: On the long term we can move all the files from static/themes//src/* into a src/themes//* folder. Signed-off-by: Markus Heiser --- manage | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manage') diff --git a/manage b/manage index 494c8174f..ec8e13c0a 100755 --- a/manage +++ b/manage @@ -706,10 +706,9 @@ themes.oscar() { } themes.simple() { - local src="searx/static/themes/simple/src" local static="searx/static/themes/simple" ( set -e - convert_if_newer "$src/svg/searxng-wordmark.svg" "$static/img/favicon.png" \ + convert_if_newer "src/brand/searxng-wordmark.svg" "$static/img/favicon.png" \ -transparent white -resize 64x64 build_msg GRUNT "theme: simple" npm --prefix searx/static/themes/simple run build -- cgit v1.2.3