chore: cleanup and refactor

This commit is contained in:
Cory Dransfeldt 2023-12-11 11:00:39 -08:00
parent b6fb54ab98
commit 5295a6eacc
No known key found for this signature in database
37 changed files with 285 additions and 356 deletions

16
src/_data/meta.js Normal file
View 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',
},
}

View file

@ -1,11 +0,0 @@
module.exports = async function () {
return {
name: 'Cory Dransfeldt',
email: 'cory.dransfeldt@gmail.com',
url: 'https://coryd.dev',
logo: 'https://coryd.dev/assets/img/logo.webp',
title: 'Cory Dransfeldt',
description:
"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.",
}
}