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-20 12:29:53 +0300
committerVincent Tam <sere@live.hk>2019-05-20 12:29:53 +0300
commite0aac21a4e0e05ffb7b92f9a47a2395971c4e1e8 (patch)
treef800628b1acfb700d4baf92f714770cc57d757b9 /exampleSite
parent3a33d6c40eb76362f3bb8a7c2f0fffcac946b4be (diff)
Update config.toml
Réf : https://framagit.org/Bridouz/bridouz.frama.io/blob/master/config.yaml
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e74a2d1..83dea09 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,8 +1,13 @@
baseURL = "https://staticman-gitlab-pages.frama.io/huginn"
-languageCode = "fr"
+languageCode = "fr-fr"
+defaultContentLanguage = "fr"
title = "Huginn + Framagit + Staticman"
theme = "huginn"
-avatar = "img/avatar.png"
+# Huginn parameters
+[Params]
+ avatar = "img/avatar.png"
+ sitesubtitle = "Un blog libre avec commentaires"
+ footer = "Propulsé par [Hugo](https://gohugo.io) et [Staticman](https://staticman.net), thème [Huginn](https://framagit.org/Bridouz/hugo-theme-huginn), CC-BY-SA 4.0."
[Params.staticman]
api = "https://staticman-frama.herokuapp.com/v3/entry/gitlab/staticman-gitlab-pages/huginn/master/comments"