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