corrected manual
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m30s

This commit is contained in:
Andreas Hnida 2024-06-11 07:42:46 +02:00
commit 9f3f994351

View file

@ -45,7 +45,6 @@ git clone https://code.verua.online/rabeweb/verua.ch_src.git
# connect to your gitea instance # connect to your gitea instance
cd verua.ch_src cd verua.ch_src
git remote add origin https://code.verua.online/rabeweb/verua.ch_src.git
git push -u origin main git push -u origin main
``` ```
@ -57,8 +56,8 @@ The content is written in the [markdown](https://www.markdownguide.org/getting-s
```yaml ```yaml
--- ---
title: 'VeruA ** Verwaltung und Abrechnung' title: "VeruA ** Verwaltung und Abrechnung"
translationKey: 'a-page-about-cats' translationKey: "a-page-about-cats"
--- ---
``` ```