update meta tags
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
This commit is contained in:
parent
50ec84949b
commit
796de905d9
13 changed files with 20 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "Lauras SMIME and GPG Keys"
|
||||
date: 2023-06-23T10:02:23+02:00
|
||||
description: "Overview of Lauras GPG and SMIME encryption keys"
|
||||
---
|
||||
|
||||
Last updated: `{{< last-updated >}}`
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
date: 2023-08-08 12:20:00+02:00
|
||||
title: "Gefunden / Found"
|
||||
description: "Page showing how to contact Laura in case you've found something of hers"
|
||||
---
|
||||
|
||||
## 🇩🇪 German
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Impressum und Datenschutzerklärung
|
||||
description: Impressum und Datenschutzerklärung
|
||||
---
|
||||
## Impressum
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Lauras Interesting Stuff"
|
||||
description: "A list of interesting things curated by Laura 🌠"
|
||||
---
|
||||
A list of cool things, curated by me 🌠
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: "Portfolio"
|
||||
description: "Lauras Software Development portfolio"
|
||||
---
|
||||
|
||||
Here you can find a list of projects I worked on:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Sprachtherapie
|
||||
description: "Eine Beschreibung der von Laura gelernten Prinzipien in der transgender mtf Sprachtherapie"
|
||||
---
|
||||
|
||||
## Ziel
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
baseURL: http://example.org/
|
||||
languageCode: en-us
|
||||
title: Lauras Website <3
|
||||
params:
|
||||
description: "Lauras personal website and portfolio 💖"
|
||||
|
||||
menu:
|
||||
main:
|
||||
|
@ -9,4 +11,5 @@ menu:
|
|||
weight: 2
|
||||
- name: Interesting Stuff
|
||||
pageRef: /interesting-stuff
|
||||
weight: 3
|
||||
weight: 3
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{{ partial "head/defaults.html" . }}
|
||||
{{ partial "head/favicon.html" . }}
|
||||
{{ partial "head/styling.html" . }}
|
||||
{{ partial "head/sharing.html" . }}
|
||||
{{ partial "head/meta.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "body/nav.html" . }}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>{{ or .Title .Site.Title }}</title>
|
||||
{{ partial "head/defaults.html" . }}
|
||||
{{ partial "head/styling.html" . }}
|
||||
{{ partial "head/sharing.html" . }}
|
||||
{{ partial "head/meta.html" . }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
<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">
|
4
layouts/partials/head/meta.html
Normal file
4
layouts/partials/head/meta.html
Normal 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 }}
|
|
@ -1,2 +0,0 @@
|
|||
<meta property="og:title" content="Lauras Website">
|
||||
<meta property="og:description" content="general website for Laura Kalb">
|
Loading…
Reference in a new issue