33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"username": "Justin Deal",
|
|
"rootUrl": "https://justin.deal",
|
|
"shortDescription": "My personal slice of the internet",
|
|
"longDescription": "My personal blog, portfolio, and homelab dashboard built with Astro, TypeScript, TailwindCSS, and Alpine.js.",
|
|
|
|
"articlesName": "Articles",
|
|
"projectsName": "Projects",
|
|
"viewAll": "View All",
|
|
|
|
"noArticles": "No featured articles yet.",
|
|
"noProjects": "No featured projects yet.",
|
|
|
|
"blogTitle": "My Thoughts & Takes",
|
|
"blogShortDescription": "Practical wisdom, unfiltered thoughts, and hot takes.",
|
|
"blogLongDescription": "Web development, tech trends, and the occasional programming mishap.",
|
|
|
|
"projectTitle": "Projects and Code",
|
|
"projectShortDescription": "A list of my web development projects and developer tools.",
|
|
"projectLongDescription": "All of my projects, including both frontend and full-stack applications.",
|
|
|
|
"profileImage": "pixel_avatar.png",
|
|
|
|
"menu": {
|
|
"home": "/",
|
|
"about": "/about",
|
|
"blog": "/blog",
|
|
"projects": "/projects",
|
|
"homelab": "/homelab",
|
|
"code": "https://code.justin.deal"
|
|
}
|
|
}
|