website/config.yml
Pierre-Olivier Mercier 9b15e8e3ea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update jumbo and screenshots
2026-06-11 19:05:18 +09:00

205 lines
6.1 KiB
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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'identifier"
href: "/fr/beta/"
class: "btn btn-link text-dark"
- text: "Essayer en ligne →"
href: "//try.happydomain.org/"
class: "btn btn-primary btn-sm"
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: "Les enregistrements bruts de la zone"
image: "/img/screenshots/domain-abstract-records.webp"
- title: "sources"
description: "Liste des hébergeurs existants où récupérer les domaines"
image: "/img/screenshots/providers-list.webp"
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/"
# Screenshots cycled in the hero browser mockup (jumbo partial).
jumboscreen:
- image: "/img/screenshots/domains-list.webp"
path: "/domains"
alt: "List of your domains in happyDomain"
weight: 10
- image: "/img/screenshots/checks-dashboard.webp"
path: "/domains/happydomain.org"
alt: "Each domain has extensive checks"
weight: 20
- image: "/img/screenshots/domain-abstract.webp"
path: "/domains/happydomain.org/editor"
alt: "A zone organized by service"
weight: 30
- image: "/img/screenshots/zone-diff.webp"
path: "/zone/happydomain.org/records"
alt: "Reviewing changes before applying them"
weight: 40
others_links:
- text: "Sign in"
href: "/en/beta/"
class: "btn btn-link text-dark"
- text: "Try it online →"
href: "//try.happydomain.org/"
class: "btn btn-primary btn-sm"
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: "Raw records of the zone"
image: "/img/screenshots/domain-abstract-records.webp"
- title: "sources"
description: "Existing name service providers where pull domains"
image: "/img/screenshots/providers-list.webp"
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
module:
mounts:
- source: content
target: content
- source: static
target: static
- source: layouts
target: layouts
- source: data
target: data
- source: assets
target: assets
- source: i18n
target: i18n
- source: archetypes
target: archetypes
- source: node_modules/@fontsource-variable/hanken-grotesk
target: static/fonts/hanken-grotesk
- source: node_modules/@fontsource-variable/jetbrains-mono
target: static/fonts/jetbrains-mono
- source: node_modules/@fontsource-variable/quicksand
target: static/fonts/quicksand
- source: node_modules/bootstrap/dist/js
target: static/js
markup:
goldmark:
renderer:
unsafe: true
outputs:
home: ["HTML", "RSS"]