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 26a9b72dff fix highlighting
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2023-09-30 12:31:37 +05:30

141 lines
4.5 KiB
JSON

{
"app": {
"elm": {
"development": {
"debugger": true
},
"production": {
"debugger": false
}
},
"env": [],
"html": {
"attributes": {
"html": {
"lang": "en",
"class": "bg-neutral-800"
},
"head": {},
"body": {}
},
"title": "Avinal Kumar | 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": "title",
"content": "Avinal Kumar | Personal Website"
},
{
"name": "description",
"content": "I am a Software Engineer Associate at Red Hat, specialising in hybrid cloud engineering. I have been involved with Google's Summer of Code and Google Season of Docs programmes as a mentor and contributor to Open Source for many years. For fun, I like to play around with cutting-edge areas of computer science; at the moment, I'm learning about Elm. GNU/Linux and free/open-source software are two of my favourite things."
},
{
"property": "og:type",
"content": "website"
},
{
"property": "og:url",
"content": "https://avinal.space/"
},
{
"property": "og:title",
"content": "Avinal Kumar | Personal Website"
},
{
"property": "og:description",
"content": "I am a Software Engineer Associate at Red Hat, specialising in hybrid cloud engineering. I have been involved with Google's Summer of Code and Google Season of Docs programmes as a mentor and contributor to Open Source for many years. For fun, I like to play around with cutting-edge areas of computer science; at the moment, I'm learning about Elm. GNU/Linux and free/open-source software are two of my favourite things"
},
{
"property": "og:image",
"content": "https://avinal.space/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": "I am a Software Engineer Associate at Red Hat, specialising in hybrid cloud engineering. I have been involved with Google's Summer of Code and Google Season of Docs programmes as a mentor and contributor to Open Source for many years. For fun, I like to play around with cutting-edge areas of computer science; at the moment, I'm learning about Elm. GNU/Linux and free/open-source software are two of my favourite things"
},
{
"property": "twitter:image",
"content": "https://avinal.space/images/avinal-meta.png"
}
],
"link": [
{
"defer 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"
},
{
"rel": "canonical",
"href": "https://avinal.space"
}
],
"script": []
},
"router": {
"useHashRouting": false
}
}
}