diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-09 13:18:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-09 13:18:17 -0400 |
| commit | 9dc828fa81d86a9669b5ea2ea3b8e6bc19e438aa (patch) | |
| tree | 3e403a09dd1611feda133eb52b31a36c151f85c9 | |
| parent | 5af9fbf766f5d2132371b769dbb91318c6a3b2ef (diff) | |
| parent | 254bcb673dd7bfb7907e4af8b7d6fc42d7637c86 (diff) | |
Merge pull request #614 from hairyhenderson/imgbot
[ImgBot] Optimize images
| -rw-r--r-- | .imgbotconfig | 4 | ||||
| -rw-r--r-- | docs/static/images/gomplate-icon-small.png | bin | 3352 -> 2940 bytes | |||
| -rw-r--r-- | docs/static/images/gomplate-icon.png | bin | 8243 -> 4544 bytes | |||
| -rw-r--r-- | docs/static/images/gomplate.png | bin | 44470 -> 33838 bytes |
4 files changed, 4 insertions, 0 deletions
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" +} diff --git a/docs/static/images/gomplate-icon-small.png b/docs/static/images/gomplate-icon-small.png Binary files differindex 8c826f50..79a2731b 100644 --- a/docs/static/images/gomplate-icon-small.png +++ b/docs/static/images/gomplate-icon-small.png diff --git a/docs/static/images/gomplate-icon.png b/docs/static/images/gomplate-icon.png Binary files differindex f00cd2eb..3947d3df 100644 --- a/docs/static/images/gomplate-icon.png +++ b/docs/static/images/gomplate-icon.png diff --git a/docs/static/images/gomplate.png b/docs/static/images/gomplate.png Binary files differindex 255802af..5e5395b7 100644 --- a/docs/static/images/gomplate.png +++ b/docs/static/images/gomplate.png |
