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"
|
||||
}
|
||||
}
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"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.",
|
||||
"fastmail": "mailto:hi@coryd.dev",
|
||||
"github": "https://github.com/cdransf",
|
||||
"mastodon": "https://social.lol/@cory",
|
||||
"applemusic": "https://music.apple.com/profile/cdransf",
|
||||
"listenbrainz": "https://listenbrainz.org/user/cdransf/",
|
||||
"instapaper": "https://www.instapaper.com/p/coryd",
|
||||
"letterboxd": "https://letterboxd.com/cdme",
|
||||
"letterboxd-host": "https://a.ltrbxd.com",
|
||||
"trakt": "https://trakt.tv/users/cdransf",
|
||||
"coffee": "https://www.buymeacoffee.com/cory",
|
||||
"cdn-movies": "https://movies.coryd.dev"
|
||||
}
|
Reference in a new issue