From cf107ed232c43d2c7b6cef135641a14af8b5e39a Mon Sep 17 00:00:00 2001 From: ImgBotApp Date: Wed, 9 Oct 2019 16:51:46 +0000 Subject: [ImgBot] Optimize images *Total -- 127.20kb -> 112.12kb (11.85%) /docs/static/images/gomplate-icon.png -- 8.05kb -> 4.44kb (44.87%) /docs/static/images/gomplate.png -- 43.43kb -> 33.04kb (23.91%) /docs/static/images/gomplate-icon-small.png -- 3.27kb -> 2.87kb (12.29%) /docs/static/images/gomplate.svg -- 36.34kb -> 35.93kb (1.11%) /docs/static/images/gomplate-icon.svg -- 36.11kb -> 35.84kb (0.75%) Signed-off-by: ImgBotApp --- docs/static/images/gomplate-icon-small.png | Bin 3352 -> 2940 bytes docs/static/images/gomplate-icon.png | Bin 8243 -> 4544 bytes docs/static/images/gomplate-icon.svg | 27 +---------------------- docs/static/images/gomplate.png | Bin 44470 -> 33838 bytes docs/static/images/gomplate.svg | 34 +---------------------------- 5 files changed, 2 insertions(+), 59 deletions(-) diff --git a/docs/static/images/gomplate-icon-small.png b/docs/static/images/gomplate-icon-small.png index 8c826f50..79a2731b 100644 Binary files a/docs/static/images/gomplate-icon-small.png and b/docs/static/images/gomplate-icon-small.png differ diff --git a/docs/static/images/gomplate-icon.png b/docs/static/images/gomplate-icon.png index f00cd2eb..3947d3df 100644 Binary files a/docs/static/images/gomplate-icon.png and b/docs/static/images/gomplate-icon.png differ diff --git a/docs/static/images/gomplate-icon.svg b/docs/static/images/gomplate-icon.svg index 7fa3d2d5..a46729d2 100644 --- a/docs/static/images/gomplate-icon.svg +++ b/docs/static/images/gomplate-icon.svg @@ -1,26 +1 @@ - - - - - - - }} - +}} \ No newline at end of file diff --git a/docs/static/images/gomplate.png b/docs/static/images/gomplate.png index 255802af..5e5395b7 100644 Binary files a/docs/static/images/gomplate.png and b/docs/static/images/gomplate.png differ diff --git a/docs/static/images/gomplate.svg b/docs/static/images/gomplate.svg index c2bb1c7a..7d8552f1 100644 --- a/docs/static/images/gomplate.svg +++ b/docs/static/images/gomplate.svg @@ -1,33 +1 @@ - - - - - - - - }} - +}} \ No newline at end of file -- cgit v1.2.3 From c86f80e770efb30e7aa91fe643eae99770381c3c Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 9 Oct 2019 13:15:18 -0400 Subject: Ignore svgs Signed-off-by: Dave Henderson --- .imgbotconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .imgbotconfig diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 00000000..76822624 --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,4 @@ +{ + "ignoredFiles": [ "*.svg" ], + "aggressiveCompression": "true" +} -- cgit v1.2.3 From 254bcb673dd7bfb7907e4af8b7d6fc42d7637c86 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 9 Oct 2019 13:16:34 -0400 Subject: Revert svgs Signed-off-by: Dave Henderson --- docs/static/images/gomplate-icon.svg | 27 ++++++++++++++++++++++++++- docs/static/images/gomplate.svg | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 59 insertions(+), 2 deletions(-) diff --git a/docs/static/images/gomplate-icon.svg b/docs/static/images/gomplate-icon.svg index a46729d2..7fa3d2d5 100644 --- a/docs/static/images/gomplate-icon.svg +++ b/docs/static/images/gomplate-icon.svg @@ -1 +1,26 @@ -}} \ No newline at end of file + + + + + + + }} + diff --git a/docs/static/images/gomplate.svg b/docs/static/images/gomplate.svg index 7d8552f1..c2bb1c7a 100644 --- a/docs/static/images/gomplate.svg +++ b/docs/static/images/gomplate.svg @@ -1 +1,33 @@ -}} \ No newline at end of file + + + + + + + + }} + -- cgit v1.2.3