justin.deal/config/site.json

32 lines
1.0 KiB
JSON
Raw Permalink Normal View History

{
"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"
}
}