Ponysearch/searx/static/themes/simple
Markus Heiser 3a981257de [simple theme] create favicon.png from src/svg/searxng-wordmark.svg
new bash function convert_if_newer() / usage::

    convert_if_newer <origfile> <outfile> [<options>, ...]
    convert_if_newer "path/to/origin.svg" "path/to/converted.png" -transparent white -resize 64x64

Run's ImageMagik' convert comand to generate <outfile> from <origfile>, if
<origfile> is newer than <outfile>.  The command line is to convert is::

    convert <origfile> [<options>, ...] <outfile>

PNG 'searx/static/themes/simple/img/favicon.png' has been created by::

  $ make themes.simple
  CONVERT   searx/static/themes/simple/src/svg/searxng-wordmark.svg -transparent white -resize 64x64 searx/static/themes/simple/img/favicon.png
  ...

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-11-13 09:05:20 +01:00
..
css [build] /static 2021-11-13 00:52:34 +01:00
fonts [mod] simple theme: include fonts 2021-06-22 08:15:17 +02:00
img [simple theme] create favicon.png from src/svg/searxng-wordmark.svg 2021-11-13 09:05:20 +01:00
js [build] /static 2021-11-11 22:28:09 +01:00
src [simple theme] SearXNG wordmark (SVG) 2021-11-13 09:05:20 +01:00
.eslintrc.json eslint: grunt integration 2021-08-31 12:20:23 +02:00
.gitignore [themes] ignore packages-lock.json 2021-06-22 08:17:06 +02:00
.jshintrc [emacs] .dir-locals.el: add setup for js-mode 2021-06-24 13:27:21 +02:00
.stylelintrc.json [mod] add stylelint process to target themes.simple 2021-06-24 13:27:21 +02:00
gruntfile.js [enh] minify searxng-wordmark.svg (HTMLMinifier) 2021-11-13 09:05:20 +01:00
package.json [enh] minify searxng-wordmark.svg (HTMLMinifier) 2021-11-13 09:05:20 +01:00