-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
53 lines (44 loc) · 1.42 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
baseURL: https://help.happydomain.org/
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
theme: hugo-theme-relearn
languages:
en:
title: "happyDomain help center"
languageName: "English"
weight: 1
params:
landingPageName: "<i class='fas fa-home'></i> Home"
menu:
shortcuts:
- name: "<i class='fab fa-gitlab'></i> Project sources"
url: "https://framagit.org/happyDomain/"
- name: "<i class='fas fa-comments'></i> Matrix channel"
url: "https://matrix.to/#/#happyDNS:matrix.org"
- name: "<i class='fab fa-mastodon'></i> Mastodon"
url: "https://floss.social/@happyDomain"
fr:
title: "happyDomain centre d'aide"
weight: 2
languageName: "Français"
params:
landingPageName: "<i class='fas fa-home'></i> Accueil"
menu:
shortcuts:
- name: "<i class='fab fa-gitlab'></i> Sources"
url: "https://framagit.org/happyDomain/"
- name: "<i class='fas fa-comments'></i> Canal Matrix"
url: "https://matrix.to/#/#happyDNS:matrix.org"
- name: "<i class='fab fa-mastodon'></i> Mastodon"
url: "https://floss.social/@happyDomain"
params:
editURL: "https://framagit.org/happyDNS/help/-/blob/master/content/"
author:
name: "The happyDNS team"
showVisitedLinks: true
disableMermaid: true
themeVariant:
- auto
- green
outputs:
home: [ "HTML", "RSS", "SEARCH"]