update meta tags
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-08-31 09:54:02 +02:00
parent 50ec84949b
commit 796de905d9
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
13 changed files with 20 additions and 6 deletions

View file

@ -1,6 +1,7 @@
--- ---
title: "Lauras SMIME and GPG Keys" title: "Lauras SMIME and GPG Keys"
date: 2023-06-23T10:02:23+02:00 date: 2023-06-23T10:02:23+02:00
description: "Overview of Lauras GPG and SMIME encryption keys"
--- ---
Last updated: `{{< last-updated >}}` Last updated: `{{< last-updated >}}`

View file

@ -1,5 +1,6 @@
--- ---
title: "Erisi: A self-hosted static site server" title: "Erisi: A self-hosted static site server"
description: "Project outline page for erisi. erisi is planned to be a self-hosted alternative to Netlify/Vercel/Github Pages/etc... written in Go and utilizing Caddy and it's ACME capabilities."
--- ---
## Summary ## Summary

View file

@ -1,6 +1,7 @@
--- ---
date: 2023-08-08 12:20:00+02:00 date: 2023-08-08 12:20:00+02:00
title: "Gefunden / Found" title: "Gefunden / Found"
description: "Page showing how to contact Laura in case you've found something of hers"
--- ---
## 🇩🇪 German ## 🇩🇪 German

View file

@ -1,5 +1,6 @@
--- ---
title: Impressum und Datenschutzerklärung title: Impressum und Datenschutzerklärung
description: Impressum und Datenschutzerklärung
--- ---
## Impressum ## Impressum

View file

@ -1,5 +1,6 @@
--- ---
title: "Lauras Interesting Stuff" title: "Lauras Interesting Stuff"
description: "A list of interesting things curated by Laura 🌠"
--- ---
A list of cool things, curated by me 🌠 A list of cool things, curated by me 🌠

View file

@ -1,5 +1,6 @@
--- ---
title: "Portfolio" title: "Portfolio"
description: "Lauras Software Development portfolio"
--- ---
Here you can find a list of projects I worked on: Here you can find a list of projects I worked on:

View file

@ -1,5 +1,6 @@
--- ---
title: Sprachtherapie title: Sprachtherapie
description: "Eine Beschreibung der von Laura gelernten Prinzipien in der transgender mtf Sprachtherapie"
--- ---
## Ziel ## Ziel

View file

@ -1,6 +1,8 @@
baseURL: http://example.org/ baseURL: http://example.org/
languageCode: en-us languageCode: en-us
title: Lauras Website <3 title: Lauras Website <3
params:
description: "Lauras personal website and portfolio 💖"
menu: menu:
main: main:
@ -9,4 +11,5 @@ menu:
weight: 2 weight: 2
- name: Interesting Stuff - name: Interesting Stuff
pageRef: /interesting-stuff pageRef: /interesting-stuff
weight: 3 weight: 3

View file

@ -5,7 +5,7 @@
{{ partial "head/defaults.html" . }} {{ partial "head/defaults.html" . }}
{{ partial "head/favicon.html" . }} {{ partial "head/favicon.html" . }}
{{ partial "head/styling.html" . }} {{ partial "head/styling.html" . }}
{{ partial "head/sharing.html" . }} {{ partial "head/meta.html" . }}
</head> </head>
<body> <body>
{{ partial "body/nav.html" . }} {{ partial "body/nav.html" . }}

View file

@ -5,7 +5,7 @@
<title>{{ or .Title .Site.Title }}</title> <title>{{ or .Title .Site.Title }}</title>
{{ partial "head/defaults.html" . }} {{ partial "head/defaults.html" . }}
{{ partial "head/styling.html" . }} {{ partial "head/styling.html" . }}
{{ partial "head/sharing.html" . }} {{ partial "head/meta.html" . }}
</head> </head>
<body> <body>

View file

@ -1,2 +1,4 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Laura Kalb">
<meta property="og:title" content="Lauras Website">

View file

@ -0,0 +1,4 @@
{{ $summary := or .Page.Params.Description .Site.Params.Description }}
<meta property="og:description" content="{{ $summary }}">
<meta name="description" content="{{ $summary }}">
{{ hugo.Generator }}

View file

@ -1,2 +0,0 @@
<meta property="og:title" content="Lauras Website">
<meta property="og:description" content="general website for Laura Kalb">