mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-10 14:42:04 +02:00
Add more structured metadata
This commit is contained in:
parent
df9e2b2bb8
commit
412ee72112
10 changed files with 148 additions and 5 deletions
|
@ -11,10 +11,19 @@ module.exports = {
|
|||
contactEmail: extConfig.contactEmail,
|
||||
contactPhone: extConfig.contactPhone,
|
||||
mapsLink: extConfig.mapsLink,
|
||||
address: extConfig.address,
|
||||
contactTwitter: extConfig.contactTwitter,
|
||||
contactGitHub: extConfig.contactGitHub,
|
||||
contactMastodon: extConfig.contactMastodon,
|
||||
contactMastodonHref: extConfig.contactMastodonHref,
|
||||
givenName: extConfig.givenName,
|
||||
familyName: extConfig.familyName,
|
||||
birthDate: extConfig.birthDate,
|
||||
gender: extConfig.gender,
|
||||
height: extConfig.height,
|
||||
nationality: extConfig.nationality,
|
||||
personImage: extConfig.personImage,
|
||||
sameAs: extConfig.sameAs
|
||||
},
|
||||
plugins: [
|
||||
`gatsby-plugin-eslint`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue