From a3479e005831158ff63d57e849d80d78b3973430 Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Tue, 30 Jul 2019 14:01:21 +0200 Subject: Fixed Staticman param in config.toml --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 18beb3e..d6a9c4e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -10,7 +10,7 @@ theme = "huginn" footer = "Powered by [Hugo](https://gohugo.io), theme [Huginn](https://framagit.org/staticman-gitlab-pages/hugo-theme-huginn)" # [Params.staticman] - # endpoint = # URL of your own API deployment (without trailing slash), default: "https://staticman-frama.herokuapp.com" + # endpoint = "" # URL of your own API deployment (without trailing slash), default: "https://staticman-frama.herokuapp.com" # gitProvider = "gitlab" # either "github" or "gitlab" # repo = "user/repo" # your GitHub/GitLab repository # branch = "master" # branch on which you want to receive comments -- cgit v1.2.3