From 8e1bfb4e453a4a5a37265e6cbf5719f2eef9036b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 10 Mar 2018 05:03:22 +0100 Subject: [PATCH] Add a category for static site generators (#2092) --- src/apps.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/apps.json b/src/apps.json index 9b34e7ee3..4a83bc73b 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4037,7 +4037,7 @@ }, "Hexo": { "cats": [ - 11 + 57 ], "icon": "Hexo.png", "html": [ @@ -4163,8 +4163,7 @@ }, "Hugo": { "cats": [ - 1, - 11 + 57 ], "icon": "Hugo.png", "meta": { @@ -4660,8 +4659,7 @@ }, "Jekyll": { "cats": [ - 1, - 11 + 57 ], "icon": "Jekyll.png", "html": [ @@ -7247,8 +7245,7 @@ }, "Phenomic": { "cats": [ - 1, - 11 + 57 ], "html": [ "<[^>]+id=\"phenomic(?:root)?\"" @@ -7262,8 +7259,7 @@ }, "PHPoole": { "cats": [ - 1, - 11 + 57 ], "icon": "PHPoole.png", "meta": { @@ -12511,6 +12507,10 @@ "56": { "name": "Cryptominer", "priority": 8 + }, + "57": { + "name": "Static Site Generator", + "priority": 1 } } }