Add a category for static site generators (#2092)

main
jvoisin 7 years ago committed by Elbert Alias
parent f35c7ff3e7
commit 8e1bfb4e45

@ -4037,7 +4037,7 @@
}, },
"Hexo": { "Hexo": {
"cats": [ "cats": [
11 57
], ],
"icon": "Hexo.png", "icon": "Hexo.png",
"html": [ "html": [
@ -4163,8 +4163,7 @@
}, },
"Hugo": { "Hugo": {
"cats": [ "cats": [
1, 57
11
], ],
"icon": "Hugo.png", "icon": "Hugo.png",
"meta": { "meta": {
@ -4660,8 +4659,7 @@
}, },
"Jekyll": { "Jekyll": {
"cats": [ "cats": [
1, 57
11
], ],
"icon": "Jekyll.png", "icon": "Jekyll.png",
"html": [ "html": [
@ -7247,8 +7245,7 @@
}, },
"Phenomic": { "Phenomic": {
"cats": [ "cats": [
1, 57
11
], ],
"html": [ "html": [
"<[^>]+id=\"phenomic(?:root)?\"" "<[^>]+id=\"phenomic(?:root)?\""
@ -7262,8 +7259,7 @@
}, },
"PHPoole": { "PHPoole": {
"cats": [ "cats": [
1, 57
11
], ],
"icon": "PHPoole.png", "icon": "PHPoole.png",
"meta": { "meta": {
@ -12511,6 +12507,10 @@
"56": { "56": {
"name": "Cryptominer", "name": "Cryptominer",
"priority": 8 "priority": 8
},
"57": {
"name": "Static Site Generator",
"priority": 1
} }
} }
} }

Loading…
Cancel
Save