corrected git manual
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
This commit is contained in:
parent
a20e263296
commit
88942a34bd
1 changed files with 7 additions and 2 deletions
|
|
@ -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'
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue