From 3f7acc19534267fdd73d1a14af8c1cc196c5d363 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 6 May 2020 00:30:24 +0200 Subject: [PATCH] Add new screenshots --- config.toml | 22 +++++++++++++++++++++- layouts/partials/carousel.html | 6 +++--- static/img/screenshots/domain-records.png | Bin 174808 -> 120008 bytes static/img/screenshots/domain-source.png | Bin 0 -> 77450 bytes static/img/screenshots/domains-list.png | Bin 54967 -> 52456 bytes static/img/screenshots/sources.png | Bin 0 -> 51111 bytes 6 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 static/img/screenshots/domain-source.png create mode 100644 static/img/screenshots/sources.png diff --git a/config.toml b/config.toml index 0f2a6b4..f36c82c 100644 --- a/config.toml +++ b/config.toml @@ -46,6 +46,16 @@ removePathAccents = true description = "Les enregistrements d'une zone" image = "/img/screenshots/domain-records.png" + [[languages.fr.params.carousel]] + title = "domain-source" + description = "Informations sur la source" + image = "/img/screenshots/domain-source.png" + + [[languages.fr.params.carousel]] + title = "sources" + description = "Liste des sources existantes où récupérer les domaines" + image = "/img/screenshots/sources.png" + [params] newsletter = "newsletter@happydns.org" tryit = "/join" @@ -57,9 +67,19 @@ tryit = "/join" [[params.carousel]] title = "domain-records" - description = "Resources record for a zone" + description = "Resource records for a zone" image = "/img/screenshots/domain-records.png" + [[params.carousel]] + title = "domain-source" + description = "Information about the source" + image = "/img/screenshots/domain-source.png" + + [[params.carousel]] + title = "sources" + description = "Existing sources where pull domains" + image = "/img/screenshots/sources.png" + [menu] [[menu.main]] identifier = "features" diff --git a/layouts/partials/carousel.html b/layouts/partials/carousel.html index 4c97972..55cac57 100644 --- a/layouts/partials/carousel.html +++ b/layouts/partials/carousel.html @@ -1,11 +1,11 @@ {{ if isset .Site.Params "carousel" }} {{ if gt (len .Site.Params.carousel) 0 }}
-