1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/elm-land.json
T
avinal 3d99bcf3a9 update dependencies
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2023-01-24 16:43:48 +05:30

96 lines
2.2 KiB
JSON

{
"app": {
"elm": {
"development": {
"debugger": true
},
"production": {
"debugger": false
}
},
"env": [],
"html": {
"attributes": {
"html": {
"lang": "en",
"class": "bg-neutral-800"
},
"head": {},
"body": {}
},
"title": "Avinal | Personal Website",
"meta": [
{
"charset": "UTF-8"
},
{
"http-equiv": "X-UA-Compatible",
"content": "IE=edge"
},
{
"name": "viewport",
"content": "width=device-width, initial-scale=1.0"
},
{
"name": "msapplication-TileColor",
"content": "#da532c"
},
{
"name": "theme-color",
"content": "#ffffff"
}
],
"link": [
{
"rel": "stylesheet",
"href": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css",
"integrity": "sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==",
"crossorigin": "anonymous",
"referrerpolicy": "no-referrer"
},
{
"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": [
{
"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"
}
]
},
"router": {
"useHashRouting": false
}
}
}