chore: misc updates

This commit is contained in:
Cory Dransfeldt 2023-11-22 19:19:04 -08:00
parent 1746f8803a
commit 86b4a96a9e
16 changed files with 32 additions and 37 deletions

View file

@ -10,8 +10,7 @@ module.exports = async function () {
{ name: 'Webrings', icon: 'heart-handshake' },
],
social: [
{ name: 'Email', url: 'mailto:coryd@fastmail.com', icon: 'at' },
{ name: 'Calendar', url: 'https://savvycal.com/ced/', icon: 'calendar-plus' },
{ name: 'Email', url: 'mailto:cory.dransfeldt@gmail.com', icon: 'brand-gmail' },
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
{
@ -21,17 +20,7 @@ module.exports = async function () {
},
{ name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' },
{ name: 'The StoryGraph', url: 'https://app.thestorygraph.com/profile/coryd', icon: 'books' },
{ name: 'Pinboard', url: 'http://pinboard.in/u:cdme', icon: 'pin' },
{ name: 'Buy Me a Coffee', url: 'https://www.buymeacoffee.com/cory', icon: 'cup' },
],
resume: [
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
{ name: 'LinkedIn', url: 'https://www.linkedin.com/in/cdransf/', icon: 'brand-linkedin' },
{
name: 'Calendar',
url: 'https://coryd.dev/calendar',
icon: 'calendar-plus',
},
],
}
}