welcome/config.yaml

30 lines
609 B
YAML
Raw Normal View History

2021-04-21 08:49:22 +00:00
---
baseURL: "https://www.ducamps.win/welcome"
languageCode: "fr-FR"
2020-11-25 17:01:20 +00:00
defaultContentLanguage: fr
2021-04-21 08:49:22 +00:00
theme: "toha"
2020-11-25 17:01:20 +00:00
languages:
fr:
2022-10-11 08:15:36 +00:00
title: "Page d'accueil"
2020-11-25 17:01:20 +00:00
languageName: Français
weight: 1
en:
2021-04-21 08:49:22 +00:00
title: "Welcome Page"
2020-11-25 17:01:20 +00:00
languageName: English
weight: 2
enableEmoji: true
params:
# GitHub repo URL of your site
gitRepo: https://git.ducamps.win/vincent/welcome
2020-11-25 19:43:19 +00:00
enableBlogPost: false
enableTOC: false
2021-03-17 19:48:42 +00:00
background: "/images/background.jpg"
2020-11-25 19:21:55 +00:00
logo:
main: /images/logo.png
inverted: /images/logo-inverted.png
favicon: /images/logo-inverted.png
newsletter:
2021-01-16 10:00:34 +00:00
enable: false