Skip to content

Commit

Permalink
Examples: fix example config: remove canonifyURLs
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Mar 19, 2024
1 parent 0837b64 commit 7320f2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/hugo-lecture/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
baseURL: "file://<PATH_TO_YOUR_PROJECT_SOURCES>/docs/"
canonifyURLs: true # prepend all relative URLs w/ baseURL
relativeURLs: false # do NOT rewrite relative URLs to be relative to current content
uglyurls: true # use foo.de/bar.html instead of foo.de/bar/ (our new ILIAS 7.x HTML-Lernmodul won't find landing pages else)
uglyurls: true ## use foo.de/bar.html instead of foo.de/bar/ (our new ILIAS 7.x HTML-Lernmodul won't find landing pages else)

languageCode: "de-DE"
metaDataFormat: "yaml"
Expand Down

0 comments on commit 7320f2e

Please sign in to comment.