From b0856bf1548a26c1c2924cc011f4a1ddc2707b5f Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 3 Mar 2023 17:34:06 -0500 Subject: config: Support offline mode Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed --- config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 727f26f..d615726 100644 --- a/config.toml +++ b/config.toml @@ -77,6 +77,7 @@ enableRobotsTXT = true [params] [params.site] + offline = false production = false referrer = "no-referrer" robots = "index,follow" -- cgit v1.2.3