From dd29570250111f6eff6a288227178b501ea34a71 Mon Sep 17 00:00:00 2001 From: Arnaud Ligny Date: Wed, 21 Oct 2020 01:35:51 +0200 Subject: [PATCH 1/2] Add new Cecil icon --- .../webextension/images/icons/Cecil.svg | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Cecil.svg diff --git a/src/drivers/webextension/images/icons/Cecil.svg b/src/drivers/webextension/images/icons/Cecil.svg new file mode 100644 index 000000000..fac8c0543 --- /dev/null +++ b/src/drivers/webextension/images/icons/Cecil.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + From 4e9f575411600a1e9a9bbb786c94bf8ac8275408 Mon Sep 17 00:00:00 2001 From: Arnaud Ligny Date: Wed, 21 Oct 2020 01:41:11 +0200 Subject: [PATCH 2/2] Update Cecil description and icon --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 56ed1e95b..50fc2aeca 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2680,8 +2680,8 @@ "cats": [ 57 ], - "description": "Cecil is a CLI application that merges plain text files, images and Twig templates to generate a static website.", - "icon": "Cecil.png", + "description": "Cecil is a CLI application, powered by PHP, that merge plain text files (written in Markdown), images and Twig templates to generate a static website.", + "icon": "Cecil.svg", "meta": { "generator": "^Cecil(?: ([0-9.]+))?$\\;version:\\1" },