chore: refactor includes to render

This commit is contained in:
Cory Dransfeldt 2023-07-08 12:57:37 -07:00
parent 87a4c5bd78
commit f162f04a6e
No known key found for this signature in database
21 changed files with 119 additions and 142 deletions

12
src/_data/site.js Normal file
View file

@ -0,0 +1,12 @@
module.exports = async function () {
return {
"name": "Cory Dransfeldt",
"email": "hi@coryd.dev",
"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.",
"letterboxd-host": "https://a.ltrbxd.com",
"cdn-movies": "https://movies.coryd.dev"
}
}