Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-05-19 20:18:22 +0300
committerVincent Tam <sere@live.hk>2019-05-19 20:18:22 +0300
commit3a33d6c40eb76362f3bb8a7c2f0fffcac946b4be (patch)
tree93cbf2e629268ebbe54a90e5e2e21c3d7c5423a5
parent6866e374089c68e7731d8fced45451c3f80e13d4 (diff)
Staticman code from halogenica/beautifulhugo#222
-rw-r--r--README.md3
-rw-r--r--theme.toml4
2 files changed, 6 insertions, 1 deletions
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",