feat: default open graph and twitter metadata

This commit is contained in:
Bart van der Braak 2023-11-20 10:58:25 +01:00
parent d27a50f995
commit 74cf77ece8
3 changed files with 14 additions and 1 deletions

View file

@ -12,6 +12,14 @@
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>hellob.art - home of bart van der braak</title>
<meta property="twitter:image" content="%sveltekit.assets%/og.svg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="hellob.art - home of bart van der braak">
<meta property="twitter:description" content="Personal website of Bart van der Braak showcasing milestones, tools and ideas.">
<meta property="og:image" content="%sveltekit.assets%/og.svg">
<meta property="og:title" content="hellob.art - home of bart van der braak">
<meta property="og:description" content="Personal website of Bart van der Braak showcasing milestones, tools and ideas." />
<meta property="og:url" content="https://hellob.art/">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="theme">

View file

@ -5,7 +5,11 @@
<svelte:head>
<title>hellob.art &mdash; timeline</title>
<meta name="description" content="Timeline showing " />
<meta
name="description"
content="A timeline showing a multitude of endeavors in my career, education as well as personal
milestones."
/>
</svelte:head>
<div class="py-6 sm:py-8 lg:py-12 md:mt-8 mx-auto max-w-screen-xl px-4 md:px-8">

1
static/og.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB