-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
162 lines (128 loc) · 4.74 KB
/
config.yml
File metadata and controls
162 lines (128 loc) · 4.74 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
title: "happyDomain"
baseURL: "https://www.happydomain.org/"
defaultContentLanguageInSubdir: true
removePathAccents: true
languages:
en:
title: "happyDomain. Propagating Happiness, One Domain at a Time."
weight: 1
fr:
title: "happyDomain. Propageons le bonheur, un domaine après l'autre."
weight: 2
menu:
main:
- identifier: "features"
name: "Fonctionnalités"
url: "/fr/#features"
weight: 10
- identifier: "downloads"
name: "Téléchargements"
url: "/fr/#downloads"
weight: 20
- identifier: "blog"
name: "Blog"
url: "https://blog.happydomain.org/fr/"
weight: 30
params:
DefaultDescription: "L'interface qui vous rend heureux de gérer vos noms de domaines."
others_links:
- text: "S'inscrire"
href: "//app.happydomain.org/join"
class: "btn btn-secondary"
icon: "bi-person-plus-fill"
- text: "S'identifier"
href: "//app.happydomain.org/login"
class: "btn btn-outline-primary"
icon: "bi-person-check-fill"
carousel:
- title: "domains-lists"
description: "**Page d'accueil :** liste des domaines, de différents hébergeurs"
image: "/img/screenshots/domains-list.webp"
- title: "domain-abstract"
description: "**La gestion d'une zone :** groupé par sous-domaines et services"
image: "/img/screenshots/domain-abstract.webp"
- title: "service-caa"
description: "Des formulaires clairs vous aident pour choisir les meilleurs paramètres"
image: "/img/screenshots/service-caa.webp"
- title: "zone-diff"
description: "Liste les changements avant d'appliquer les modifications"
image: "/img/screenshots/zone-diff.webp"
- title: "domain-history"
description: "Retrouvez tous vos changements en un coup d'œil"
image: "/img/screenshots/domain-history.webp"
- title: "domain-services"
description: "Ajoutez facilement de nouveaux usages à vos zones"
image: "/img/screenshots/domain-services.webp"
- title: "domain-logs"
description: "Le journal d'action de la zone garde un trace de qui à fait quoi, quand"
image: "/img/screenshots/domain-logs.webp"
- title: "domain-abstract-list"
description: "Une zone simplifiée, sous forme de liste, plus rapide à modifier"
image: "/img/screenshots/domain-abstract-list.webp"
- title: "sources"
description: "Liste des hébergeurs existantes où récupérer les domaines"
image: "/img/screenshots/sources.png"
params:
author:
name: "happyDNS team"
framagit: "happyDomain/"
DefaultDescription: "Finally an interface that makes you happy to manage your domain names."
survey: "https://feedback.happydomain.org/"
tryit: "https://try.happydomain.org/"
others_links:
- text: "Sign up"
href: "//app.happydomain.org/join"
class: "btn btn-secondary"
icon: "bi-person-plus-fill"
- text: "Sign in"
href: "//app.happydomain.org/login"
class: "btn btn-outline-primary"
icon: "bi-person-check-fill"
carousel:
- title: "domains-lists"
description: "**Home page:** domains list on dedicated provider"
image: "/img/screenshots/domains-list.webp"
- title: "domain-abstract"
description: "**Manage a zone:** records are grouped by subdomain and service"
image: "/img/screenshots/domain-abstract.webp"
- title: "service-caa"
description: "Clear forms help you choose the best settings"
image: "/img/screenshots/service-caa.webp"
- title: "zone-diff"
description: "Display zone diff before applying changes"
image: "/img/screenshots/zone-diff.webp"
- title: "domain-history"
description: "All your changes at a glance"
image: "/img/screenshots/domain-history.webp"
- title: "domain-services"
description: "Easily add new uses to your zones"
image: "/img/screenshots/domain-services.webp"
- title: "domain-logs"
description: "The zone action log keeps track of who did what, when"
image: "/img/screenshots/domain-logs.webp"
- title: "domain-abstract-list"
description: "Simplified zone in list, for quicker editing"
image: "/img/screenshots/domain-abstract-list.webp"
- title: "sources"
description: "Existing name service providers where pull domains"
image: "/img/screenshots/sources.png"
menu:
main:
- identifier: "features"
name: "Features"
url: "/en/#features"
weight: 10
- identifier: "downloads"
name: "Downloads"
url: "/en/#downloads"
weight: 20
- identifier: "News"
name: "Blog"
url: "https://blog.happydomain.org/"
weight: 30
markup:
goldmark:
renderer:
unsafe: true
outputs:
home: [ "HTML", "RSS" ]