No github
This commit is contained in:
parent
283df32afe
commit
1ea3024e4e
13 changed files with 28 additions and 28 deletions
|
|
@ -17,7 +17,7 @@ export const site = {
|
|||
'Notebook of someone who keeps reaching for the same two moves: let the hard constraint pick the data structure, then keep the API small enough to defend.',
|
||||
url: 'https://schmelczer.dev',
|
||||
email: 'andras@schmelczer.dev',
|
||||
github: 'https://github.com/schmelczer',
|
||||
git: 'https://git.schmelczer.dev/andras',
|
||||
linkedin: 'https://www.linkedin.com/in/andras-schmelczer',
|
||||
cv: '/media/downloads/cv-andras-schmelczer.pdf',
|
||||
};
|
||||
|
|
@ -211,7 +211,7 @@ export function buildPersonJsonLd(extra?: Record<string, unknown>) {
|
|||
name: site.name,
|
||||
url: site.url,
|
||||
email: `mailto:${site.email}`,
|
||||
sameAs: [site.github, site.linkedin],
|
||||
sameAs: [site.git, site.linkedin],
|
||||
description: site.description,
|
||||
...extra,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue