adjusted config

This commit is contained in:
z1glr
2025-06-20 13:48:04 +02:00
parent f6c0c51544
commit 22c31588ed
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/public/
/dist/
.hugo_build.lock

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
## Neue Seite
```sh
hugo new content content/[path]
```
## Development server
```sh
hugo server --buildDrafts # --disableFastRender
```

View File

@@ -1,4 +1,4 @@
baseURL: https://example.org/
baseURL: https://johannes-dokumentation.z1glr.de
title: Johanneskirche Bühl - Technik
defaultContentLanguage: de
@@ -39,6 +39,6 @@ menu:
params:
editURL:
enable: true
base: "https://github.com/johannesbuehl/dokumentation/edit/main"
base: "https://github.com/johannesbuehl/dokumentation/edit/main/content"
footer:
displayCopyRight: true