{ "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" }, { "name": "description", "content": "" } ], "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": "//gc.zgo.at/count.js" } ] }, "router": { "useHashRouting": false } } }