diff --git a/config.toml b/config.toml index 114992a..9d211c5 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ -baseURL = "https://test.lugfrankfurt.de/" +# baseURL = "https://test.lugfrankfurt.de/" +baseURL = "http://localhost" languageCode = "de" defaultContentLanguage = "de" defaultContentLanguageInSubdir = true @@ -15,6 +16,7 @@ disablePathToLower = true [markup] [markup.goldmark.renderer] unsafe = true + hardWraps = true [markup.tableOfContents] startLevel = 1 endLevel = 99