From 6311f1a83e3ed4b9c584d85b2acf5a1f0c75557d Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 15 Aug 2022 12:10:20 +0600 Subject: [PATCH] Add Scully / static-site-generator --- src/drivers/webextension/images/icons/Scully.svg | 12 ++++++++++++ src/technologies/s.json | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Scully.svg diff --git a/src/drivers/webextension/images/icons/Scully.svg b/src/drivers/webextension/images/icons/Scully.svg new file mode 100644 index 000000000..1fa585cab --- /dev/null +++ b/src/drivers/webextension/images/icons/Scully.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 99a33d318..cb08200d4 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5741,6 +5741,22 @@ "scriptSrc": "scrollreveal(?:\\.min)(?:\\.js)", "website": "https://scrollrevealjs.org" }, + "Scully": { + "cats": [ + 57 + ], + "description": "Scully is a static site generator for Angular projects looking to embrace the Jamstack.", + "icon": "Scully.svg", + "implies": "Angular", + "meta": { + "generator": "^Scully\\s([\\d\\.]+)$\\;version:\\1" + }, + "js": { + "ScullyIO": "" + }, + "oss": true, + "website": "https://scully.io" + }, "shine.js": { "cats": [ 25