justin.deal/config/site.json
Justin Deal a80b2a5e01
All checks were successful
Build and Deploy / build (push) Successful in 40s
Make configs json and have light/dark images for socials
2025-05-04 16:59:10 -07:00

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