From 32579b0f13697820ee034678f265ea9b8528b92f Mon Sep 17 00:00:00 2001 From: Aliif Arief <63054324+aliifam@users.noreply.github.com> Date: Wed, 8 Dec 2021 05:38:58 +0700 Subject: [PATCH] add Hashnode --- src/technologies/h.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index 1bc5f9389..c07a0c4c3 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -146,6 +146,17 @@ "scriptSrc": "haravan.*\\.js", "website": "https://www.haravan.com" }, + "Hashnode": { + "cats": [ + 11 + ], + "description": "Hashnode is a free developer blogging platform that allows you to publish articles on your own domain and helps you stay connected with a global developer community.", + "icon": "hashnode.png", + "html": "
", + "url": "^https?://[^/]+\\.(?:hashnode)\\.dev, + "scriptSrc": "hashnode\\.com", + "website": "https://hashnode.com/" + }, "HashThemes Total": { "cats": [ 80 @@ -1083,4 +1094,4 @@ "scriptSrc": "merchant\\.cdn\\.hoolah\\.co/", "website": "https://www.hoolah.co" } -} \ No newline at end of file +}