This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/_data/meta.js
Cory Dransfeldt 88a4ec4acd
# This is a combination of 3 commits.
# This is the 1st commit message:

fix: redirects + update root cdn url

# This is the commit message #2:

chore: workflow

# This is the commit message #3:

chore: naming
2024-06-09 11:16:24 -07:00

16 lines
506 B
JavaScript

export default async function () {
return {
"siteName": "Cory Dransfeldt",
"siteDescription": "I'm a software developer in Camarillo, California. I write about software development, technology and music.",
"author": "Cory Dransfeldt",
"email": "hi@coryd.dev",
"url": "https://coryd.dev",
"themeColor": "#3b82f6",
"siteType": "Person",
"locale": "en_US",
"lang": "en",
"meta_data": {
"opengraph_default": "https://cdn.coryd.dev/assets/avatar.png"
}
}
}