From 246bd5da387c27759275708ad610f50d070408e0 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 21 Apr 2025 16:17:07 +0200 Subject: [PATCH 1/2] Update site title --- config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index 6f59e9d..d9e36e1 100644 --- a/config.yml +++ b/config.yml @@ -6,11 +6,11 @@ removePathAccents: true languages: en: - title: "happyDomain. Finally a simple interface for domain names." + title: "happyDomain. Propagating Happiness, One Domain at a Time." weight: 1 fr: - title: "happyDomain. L'interface des noms de domaines." + title: "happyDomain. Propageons le bonheur, un domaine après l'autre." weight: 2 menu: @@ -31,7 +31,7 @@ languages: weight: 30 params: - DefaultDescription: "L'interface des noms de domaines." + DefaultDescription: "L'interface qui vous rend heureux de gérer vos noms de domaines." others_links: - text: "S'inscrire" @@ -85,7 +85,7 @@ params: name: "happyDNS team" framagit: "happyDomain/" - DefaultDescription: "Finally a simple interface for domain names." + DefaultDescription: "Finally an interface that makes you happy to manage your domain names." newsletter: "newsletter@happydns.org" survey: "https://feedback.happydomain.org/" tryit: "https://try.happydomain.org/" From c1936a9d74f51af52bf18d66727114d526733d7d Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 21 Apr 2025 16:26:56 +0200 Subject: [PATCH 2/2] Add back newsletter form --- content/newsletter.en.html | 38 ++++++++++++++++++++++++++++++++++++ content/newsletter.fr.html | 38 ++++++++++++++++++++++++++++++++++++ i18n/en.yaml | 2 ++ i18n/fr.yaml | 2 ++ layouts/partials/footer.html | 1 + 5 files changed, 81 insertions(+) create mode 100644 content/newsletter.en.html create mode 100644 content/newsletter.fr.html diff --git a/content/newsletter.en.html b/content/newsletter.en.html new file mode 100644 index 0000000..2363ae1 --- /dev/null +++ b/content/newsletter.en.html @@ -0,0 +1,38 @@ ++++ +title = "Subscribe to our newsletter" ++++ + +

+ Join the happyDomain newsletter +

+ +
+
+
+
+

Stay a step ahead!

+

+ Don't miss your chance to be at the forefront of domain name management! We reveal exclusive strategies, tips and advice in our newsletter. +

+
+
+ + + + + +
+ + + No spam, not resold; only selected infos about domain names. + +
+
+
+
diff --git a/content/newsletter.fr.html b/content/newsletter.fr.html new file mode 100644 index 0000000..a782687 --- /dev/null +++ b/content/newsletter.fr.html @@ -0,0 +1,38 @@ ++++ +title = "Rejoindre notre newsletter" ++++ + +

+ S'inscrire à la lettre d'information d'happyDomain +

+ +
+
+
+
+

Gardez une longueur d'avance !

+

+ Ne manquez pas l'occasion d'être à l'avant-garde de la gestion des noms de domaine ! Nous vous dévoilons des stratégies, des astuces et des conseils exclusifs dans notre newsletter. +

+
+
+ + + + + +
+ + + Pas de spam, pas de revente ; uniquement des informations sélectionnées sur les noms de domaine. + +
+
+
+
diff --git a/i18n/en.yaml b/i18n/en.yaml index 99ea5fb..0c36823 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -197,6 +197,8 @@ translation: "API" - id: footer-resources-blog translation: "Blog" +- id: footer-resources-newsletter + translation: "Newsletter" - id: footer-resources-community translation: "Contribute" - id: footer-resources-faq diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 54e5af8..7189407 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -196,6 +196,8 @@ translation: "API" - id: footer-resources-blog translation: "Blog" +- id: footer-resources-newsletter + translation: "Newsletter" - id: footer-resources-community translation: "Contribuez" - id: footer-resources-faq diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b2e3ab5..e34471d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -25,6 +25,7 @@
  • {{ i18n "footer-resources-docs" }}
  • {{ i18n "footer-resources-api" }}
  • {{ i18n "footer-resources-blog" }}
  • +
  • {{ i18n "footer-resources-newsletter" }}
  • {{ i18n "footer-resources-community" }}