adjusted config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
/public/
|
||||
/dist/
|
||||
.hugo_build.lock
|
||||
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## Neue Seite
|
||||
|
||||
```sh
|
||||
hugo new content content/[path]
|
||||
```
|
||||
|
||||
## Development server
|
||||
|
||||
```sh
|
||||
hugo server --buildDrafts # --disableFastRender
|
||||
```
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user