This is an automated email from the ASF dual-hosted git repository. gmcdonald pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tac-website.git
commit 52b0f4e8254b3074ccec657853321cbb9c21adac Author: gmcdonald <[email protected]> AuthorDate: Sat Feb 25 17:13:23 2023 +0100 remove uglyULS option, rename stories --- config.toml | 2 +- source/stories/{__index.md => index.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0933e2a..bb597b6 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ contentDir = "source" publishDir = "target/content" disablePathToLower = true -uglyURLs = true +# uglyURLs = true # disable ugly enableRobotsTXT = true disableBrowserError = true timeout = 3000 diff --git a/source/stories/__index.md b/source/stories/index.md similarity index 100% rename from source/stories/__index.md rename to source/stories/index.md --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
