1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

update dependencies

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-01-24 16:43:48 +05:30
parent b827a4b0f9
commit 3d99bcf3a9
3 changed files with 2692 additions and 28 deletions
+39 -1
View File
@@ -30,6 +30,14 @@
{
"name": "viewport",
"content": "width=device-width, initial-scale=1.0"
},
{
"name": "msapplication-TileColor",
"content": "#da532c"
},
{
"name": "theme-color",
"content": "#ffffff"
}
],
"link": [
@@ -43,11 +51,41 @@
{
"rel": "stylesheet",
"href": "/main.css"
},
{
"rel": "apple-touch-icon",
"sizes": "180x180",
"href": "/apple-touch-icon.png"
},
{
"rel": "icon",
"type": "image/png",
"sizes": "32x32",
"href": "/favicon-32x32.png"
},
{
"rel": "icon",
"type": "image/png",
"sizes": "16x16",
"href": "/favicon-16x16.png"
},
{
"rel": "manifest",
"href": "/site.webmanifest"
},
{
"rel": "mask-icon",
"href": "/safari-pinned-tab.svg",
"color": "#5bbad5"
}
],
"script": [
{
"src": "https://cdn.jsdelivr.net/npm/marked/marked.min.js"
"defer src": "https://cdn.jsdelivr.net/npm/marked/marked.min.js"
},
{
"data-goatcounter": "https://avinal.goatcounter.com/count",
"async src": "https://gc.zgo.at/count.js"
}
]
},