corrected git manual
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s

This commit is contained in:
Andreas Hnida 2024-06-11 07:46:24 +02:00
commit 88942a34bd

View file

@ -47,6 +47,11 @@ git clone https://code.verua.online/rabeweb/verua.ch_src.git
cd verua.ch_src
# Add your changes
# Commit your changes
git commit -am "Update content"
# Push your changes
git push -u origin main
```
@ -58,8 +63,8 @@ The content is written in the [markdown](https://www.markdownguide.org/getting-s
```yaml
---
title: "VeruA ** Verwaltung und Abrechnung"
translationKey: "a-page-about-cats"
title: 'VeruA ** Verwaltung und Abrechnung'
translationKey: 'a-page-about-cats'
---
```