chore: misc updates
This commit is contained in:
parent
1746f8803a
commit
86b4a96a9e
16 changed files with 32 additions and 37 deletions
|
@ -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',
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue