corrected 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:43:58 +02:00
commit a20e263296

View file

@ -43,8 +43,10 @@ To use the theme, and to update your content, you need to clone the repository,
# Clone the repository # Clone the repository
git clone https://code.verua.online/rabeweb/verua.ch_src.git git clone https://code.verua.online/rabeweb/verua.ch_src.git
# connect to your gitea instance # Change into the repository
cd verua.ch_src cd verua.ch_src
# Add your changes
git push -u origin main git push -u origin main
``` ```