From 3a33d6c40eb76362f3bb8a7c2f0fffcac946b4be Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Sun, 19 May 2019 19:18:22 +0200 Subject: Staticman code from halogenica/beautifulhugo#222 --- README.md | 3 +++ theme.toml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 141bb86..b50b90b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ As of today **Huginn** supports : - Comments powered by [Isso](https://posativ.org/isso/) for now. A parameter in `config.yaml` is used to specify Isso server `{{ .Site.Params.isso_server }}` + - Static comments powered by [Staticman](https://staticman.net) v3. +A parameter in `config.toml` is used to specify Staticman's API endpoint +`{{ .Site.Params.staticman.api }}` ## Lightbox diff --git a/theme.toml b/theme.toml index e9e66a6..b20ee44 100644 --- a/theme.toml +++ b/theme.toml @@ -10,7 +10,8 @@ homepage = "https://framagit.org/Bridouz/hugo-theme-huginn" tags = [ "responsive", "simple", - "blog" + "blog", + "staticman" ] features = [ "Mobile-optimized", @@ -19,6 +20,7 @@ features = [ "Gallery', "Code highlight", "Hashover comments", + "Staticman", "Related Posts", "Block Templates", "Table of Contents", -- cgit v1.2.3