Add opengraph metadata

This commit is contained in:
Tyler 2025-04-19 15:20:18 -04:00
parent f8b615aae5
commit dede121f59
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
3 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/resources/_gen/* /resources/_gen/*
.hugo_build.lock .hugo_build.lock
.idea/

BIN
static/img/profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -13,7 +13,17 @@
{{ if .Param "math" }} {{ if .Param "math" }}
{{ partialCached "math.html" . }} {{ partialCached "math.html" . }}
{{ end }} {{ end }}
<
<meta property="og:title" content="Tylers Perkins - Software Engineer" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ .Permalink }}" />
<meta property="og:image" content="https://tylerperkins.xyz/img/profile.jpg" />
<meta property="og:description" content="Software Engineer, aspiring polymath" />
<meta property="og:site_name" content="Tylers Perkins" />
<meta property="og:locale" content="en_US" />
<title>Tylers Perkins - Software Engineer</title> <title>Tylers Perkins - Software Engineer</title>
</head> </head>