chore: refactor includes to render
This commit is contained in:
parent
87a4c5bd78
commit
f162f04a6e
21 changed files with 119 additions and 142 deletions
12
src/_data/site.js
Normal file
12
src/_data/site.js
Normal 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"
|
||||
}
|
||||
}
|
Reference in a new issue