chore: cleanup and refactor
This commit is contained in:
parent
b6fb54ab98
commit
5295a6eacc
37 changed files with 285 additions and 356 deletions
16
src/_data/meta.js
Normal file
16
src/_data/meta.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
module.exports = {
|
||||
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: 'cory.dransfeldt@gmail.com',
|
||||
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',
|
||||
},
|
||||
}
|
Reference in a new issue