mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
239c67da1c
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
61 lines
1.3 KiB
JSON
61 lines
1.3 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"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"script": [
|
|
{
|
|
"src": "https://cdn.jsdelivr.net/npm/marked/marked.min.js"
|
|
},
|
|
{
|
|
"src": "/js/redirect.js"
|
|
}
|
|
]
|
|
},
|
|
"router": {
|
|
"useHashRouting": false
|
|
}
|
|
}
|
|
} |