From 579d852a9026137b615b210d7d4005636e3a1692 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 20 Jun 2024 02:32:07 +0200 Subject: [PATCH] add "static_site_generator" subtag --- apps.toml | 6 +++--- categories.toml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps.toml b/apps.toml index 145cd06d..27af709f 100644 --- a/apps.toml +++ b/apps.toml @@ -955,7 +955,7 @@ category = "publishing" level = 8 potential_alternative_to = [ "Blogger", "Blogspot", "Wix" ] state = "working" -subtags = [ "blog", "website" ] +subtags = [ "blog", "static_site_generator", "website" ] url = "https://github.com/YunoHost-Apps/eleventy_ynh" [emailpoubelle] @@ -2909,7 +2909,7 @@ added_date = 1674232499 # 2023/01/20 category = "publishing" level = 8 state = "working" -subtags = [ "website" ] +subtags = [ "static_site_generator", "website" ] url = "https://github.com/YunoHost-Apps/pelican_ynh" [penpot] @@ -4483,7 +4483,7 @@ added_date = 1718733357 # 2024/06/18 category = "publishing" level = 7 state = "working" -subtags = [ "website" ] +subtags = [ "static_site_generator", "website" ] url = "https://github.com/YunoHost-Apps/zola_ynh" [ztncui] diff --git a/categories.toml b/categories.toml index d6c27352..fa946225 100644 --- a/categories.toml +++ b/categories.toml @@ -89,6 +89,10 @@ title.it = "Pubblicazione" title.fr = "Statistiques" title.it = "Analisi del traffico" + [publishing.subtags.static_site_generator] + title.en = "Static site generator" + title.fr = "Générateur de site statique" + [communication] description.en = "Chat, email, forum, meetings..." description.es = "Chat, email, foro, reuniones en grupo..."