diff --git a/src/apps.json b/src/apps.json index 766789c3e..6e075038b 100644 --- a/src/apps.json +++ b/src/apps.json @@ -7110,6 +7110,15 @@ }, "website": "http://panvision.de/Produkte/Content_Management/index.asp" }, + "Pelican": { + "cats": [ + 1 + ], + "implies": "Python", + "icon": "pelican.png", + "html": "powered by ]+getpelican\\.com", + "website": "https://blog.getpelican.com/" + }, "PDF.js": { "cats": [ 19 @@ -12603,4 +12612,4 @@ "priority": 1 } } -} +} \ No newline at end of file diff --git a/src/icons/pelican.png b/src/icons/pelican.png new file mode 100644 index 000000000..3fffd4858 Binary files /dev/null and b/src/icons/pelican.png differ