feat: add brand icons for CMS/blog engines and analytics

CMS/Blog: WordPress, Ghost, Grav, Jekyll, Hugo, Hexo, Drupal, Joomla,
TYPO3, OctoberCMS, Textpattern
Analytics: Matomo, Plausible

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 12:29:35 +02:00
parent 5eb3860201
commit ea1d96f99e
4 changed files with 58 additions and 0 deletions
+19
View File
@@ -12,6 +12,8 @@ import {
siDell, siHp,
siRaspberrypi, siArduino,
siNextcloud, siPaperlessngx, siUptimekuma, siMaterialformkdocs,
siWordpress, siGhost, siGrav, siJekyll, siHugo, siHexo, siDrupal, siJoomla, siTypo3, siOctobercms, siTextpattern,
siMatomo, siPlausibleanalytics,
siJellyfin, siHomeassistant, siPhilipshue, siXiaomi,
siRadarr, siSonarr, siTransmission,
siExcalidraw,
@@ -90,6 +92,23 @@ const BRANDS = [
{ kw: ['uptime-kuma', 'uptimekuma', 'uptime kuma'], icon: siUptimekuma },
{ kw: ['mkdocs', 'material for mkdocs'], icon: siMaterialformkdocs },
// CMS / Blog
{ kw: ['wordpress'], icon: siWordpress },
{ kw: ['ghost'], icon: siGhost },
{ kw: ['grav'], icon: siGrav },
{ kw: ['jekyll'], icon: siJekyll },
{ kw: ['hugo'], icon: siHugo },
{ kw: ['hexo'], icon: siHexo },
{ kw: ['drupal'], icon: siDrupal },
{ kw: ['joomla'], icon: siJoomla },
{ kw: ['typo3'], icon: siTypo3 },
{ kw: ['octobercms', 'october cms'], icon: siOctobercms },
{ kw: ['textpattern'], icon: siTextpattern },
// Analytique
{ kw: ['matomo'], icon: siMatomo },
{ kw: ['plausible'], icon: siPlausibleanalytics },
// Médias / torrent
{ kw: ['radarr'], icon: siRadarr },
{ kw: ['sonarr'], icon: siSonarr },