diff --git a/src/apps.json b/src/apps.json index 4b06a262f..0fd7d5837 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5038,6 +5038,14 @@ "implies": "Laravel", "website": "octobercms.com" }, + "Octopress": { + "cats": [ + 11 + ], + "html": "Powered by Octopress", + "icon": "octopress.png", + "website": "octopress.org" + }, "Odoo": { "cats": [ 1, diff --git a/src/icons/octopress.png b/src/icons/octopress.png new file mode 100644 index 000000000..0f2506730 Binary files /dev/null and b/src/icons/octopress.png differ