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 18:49:14 +0300
committerVincent Tam <sere@live.hk>2019-05-19 18:50:35 +0300
commit49fa1ab3da527fd19a4e69d634ab2f6e70b1ad58 (patch)
treee7d00d21f029c5f4396f610037a1d533968a8f92 /exampleSite
parent7969e18f838916992232026ecdefab00fe45583e (diff)
Ajout des scripts manquants
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/static/.gitkeep0
-rw-r--r--exampleSite/static/img/avatar.pngbin0 -> 6740 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eac6df1..e74a2d1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,7 @@ baseURL = "https://staticman-gitlab-pages.frama.io/huginn"
languageCode = "fr"
title = "Huginn + Framagit + Staticman"
theme = "huginn"
+avatar = "img/avatar.png"
[Params.staticman]
api = "https://staticman-frama.herokuapp.com/v3/entry/gitlab/staticman-gitlab-pages/huginn/master/comments"
diff --git a/exampleSite/static/.gitkeep b/exampleSite/static/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/exampleSite/static/.gitkeep
+++ /dev/null
diff --git a/exampleSite/static/img/avatar.png b/exampleSite/static/img/avatar.png
new file mode 100644
index 0000000..3f06ee2
--- /dev/null
+++ b/exampleSite/static/img/avatar.png
Binary files differ