adjusted config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/public/
|
/public/
|
||||||
|
/dist/
|
||||||
.hugo_build.lock
|
.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
|
title: Johanneskirche Bühl - Technik
|
||||||
defaultContentLanguage: de
|
defaultContentLanguage: de
|
||||||
|
|
||||||
@@ -39,6 +39,6 @@ menu:
|
|||||||
params:
|
params:
|
||||||
editURL:
|
editURL:
|
||||||
enable: true
|
enable: true
|
||||||
base: "https://github.com/johannesbuehl/dokumentation/edit/main"
|
base: "https://github.com/johannesbuehl/dokumentation/edit/main/content"
|
||||||
footer:
|
footer:
|
||||||
displayCopyRight: true
|
displayCopyRight: true
|
||||||
|
|||||||
Reference in New Issue
Block a user