diff --git a/elm-land.json b/elm-land.json index 9365db2..0ddd08d 100644 --- a/elm-land.json +++ b/elm-land.json @@ -39,9 +39,53 @@ "name": "theme-color", "content": "#ffffff" }, + { + "name": "title", + "content": "Avinal Kumar | Personal Website" + }, { "name": "description", - "content": "" + "content": "Associate Software Engineer at Red Hat | Open Source Contributor" + }, + { + "property": "og:type", + "content": "website" + }, + { + "property": "og:url", + "content": "https://avinal.space/" + }, + { + "property": "og:title", + "content": "Avinal Kumar | Personal Website" + }, + { + "property": "og:description", + "content": "Associate Software Engineer at Red Hat | Open Source Contributor" + }, + { + "property": "og:image", + "content": "/images/avinal-meta.png" + }, + { + "property": "twitter:card", + "content": "summary_large_image" + }, + { + "property": "twitter:url", + "content": "https://avinal.space/" + }, + { + "property": "twitter:title", + "content": "Avinal Kumar | Personal Website" + }, + { + "property": "twitter:description", + "content": "Associate Software Engineer at Red Hat | Open Source Contributor" + }, + { + "property": "twitter:image", + "content": "/images/avinal-meta.png" } ], "link": [ diff --git a/static/images/avinal-meta.png b/static/images/avinal-meta.png new file mode 100644 index 0000000..f3f96b2 Binary files /dev/null and b/static/images/avinal-meta.png differ