diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d851934..0c8d318 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,6 +5,10 @@ disableKinds = ["sitemap", "RSS"] theme = "." themesDir = "../" +# uncomment for browsing at file:/// +# relativeURLs = true +# uglyURLs = true + [author] name = "Josh Dzielak"