From 22c31588ed7f98f9e19cc415bccb33e84ad440fd Mon Sep 17 00:00:00 2001 From: z1glr Date: Fri, 20 Jun 2025 13:48:04 +0200 Subject: [PATCH] adjusted config --- .gitignore | 1 + README.md | 11 +++++++++++ hugo.yaml | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index d408bb1..f5b9bb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /public/ +/dist/ .hugo_build.lock \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4d822f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Neue Seite + +```sh +hugo new content content/[path] +``` + +## Development server + +```sh +hugo server --buildDrafts # --disableFastRender +``` diff --git a/hugo.yaml b/hugo.yaml index 65f8e57..4fd8c78 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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