16 lines
572 B
JavaScript
16 lines
572 B
JavaScript
export default {
|
|
siteName: 'Cory Dransfeldt',
|
|
siteDescription:
|
|
"I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.",
|
|
author: 'Cory Dransfeldt',
|
|
authorEmail: 'hi@coryd.dev',
|
|
authorWebsite: 'https://coryd.dev',
|
|
themeColor: '#3b82f6',
|
|
url: process.env.URL || 'http://localhost:8080',
|
|
siteType: 'Person',
|
|
locale: 'en_US',
|
|
lang: 'en',
|
|
meta_data: {
|
|
opengraph_default: 'https://coryd.dev/assets/img/logo.webp',
|
|
},
|
|
}
|