From f67e3492f7a8d7b2490898e32044879896029e95 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 20 Feb 2021 21:38:34 -0800 Subject: [PATCH] docs: Add hugo env version --- docs/config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 2ef0c7d..9ecbca0 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -4,4 +4,9 @@ title = "Cointop Documentation" theme = "hugo-book" [markup.goldmark.renderer] -unsafe = true + unsafe = true + +[context.production.environment] + HUGO_VERSION = "0.81.0" + HUGO_ENV = "production" + HUGO_ENABLEGITINFO = "true"