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:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml29
1 files changed, 18 insertions, 11 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 702c99c..18beb3e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,15 +1,22 @@
-baseURL = "https://staticman-gitlab-pages.frama.io/huginn/"
-languageCode = "fr-fr"
-defaultContentLanguage = "fr"
-title = "Huginn + Framagit + Staticman"
+baseURL = "https://example.com/"
+languageCode = "en"
+defaultContentLanguage = "en"
+title = "Site title"
theme = "huginn"
-# Huginn parameters
[Params]
avatar = "img/avatar.png"
- sitesubtitle = "Un blog libre avec des commentaires"
- footer = "Propulsé par [Hugo](https://gohugo.io) et [Staticman](https://staticman.net), thème [Huginn](https://framagit.org/staticman-gitlab-pages/hugo-theme-huginn), CC-BY-SA 4.0."
-[Params.staticman]
- gitProvider = "gitlab"
- repo = "staticman-gitlab-pages/huginn"
- branch = "master"
+ sitesubtitle = "Blog subtitle"
+ 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"
+ # gitProvider = "gitlab" # either "github" or "gitlab"
+ # repo = "user/repo" # your GitHub/GitLab repository
+ # branch = "master" # branch on which you want to receive comments
+
+ # # # If you use reCAPTCHA v2, you must also set these parameters in staticman.yml
+ # # [Params.staticman.reCaptcha]
+ # # siteKey = "" # Use your OWN site key, you need to apply for one on Google
+ # # secret = "" # ENCRYPT your password by going to https://<staticman-endpoint>/v3/encrypt/<your-site-secret>
+