diff --git a/src/apps.json b/src/apps.json index 910832ad0..9478d49d7 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3093,6 +3093,17 @@ "implies": "Java", "website": "hybris.com" }, + "Hugo": { + "cats": [ + 1, + 11 + ], + "icon": "Hugo.png", + "meta": { + "generator": "Hugo ([\\d.]+)?\\;version:\\1" + }, + "website": "gohugo.io" + }, "IBM Coremetrics": { "cats": [ 10 diff --git a/src/icons/Hugo.png b/src/icons/Hugo.png new file mode 100644 index 000000000..98e558996 Binary files /dev/null and b/src/icons/Hugo.png differ