help/config.yml

55 lines
1.5 KiB
YAML
Raw Normal View History

2022-01-08 19:30:14 +00:00
baseURL: https://help.happydomain.org/
2022-01-08 19:29:50 +00:00
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
2024-01-12 11:55:31 +00:00
theme: hugo-theme-relearn
2022-01-08 19:29:50 +00:00
languages:
en:
2022-01-08 19:30:14 +00:00
title: "happyDomain help center"
2022-01-08 19:29:50 +00:00
languageName: "English"
2024-01-12 11:55:31 +00:00
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"
2022-01-08 19:29:50 +00:00
fr:
2022-01-08 19:30:14 +00:00
title: "happyDomain centre d'aide"
2022-01-08 19:29:50 +00:00
weight: 2
languageName: "Français"
2024-01-12 11:55:31 +00:00
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"
2022-01-08 19:29:50 +00:00
params:
editURL: "https://framagit.org/happyDNS/help/-/blob/master/content/"
description: "Finally a simple interface for domain names."
2024-01-12 11:55:31 +00:00
author:
name: "The happyDNS team"
2022-01-08 19:29:50 +00:00
showVisitedLinks: true
disableMermaid: true
2024-01-12 11:55:31 +00:00
themeVariant:
- auto
- green
2022-01-08 19:29:50 +00:00
2024-01-12 11:55:31 +00:00
outputs:
home: [ "HTML", "RSS", "SEARCH"]