From d2bfa3ff0d4c1f4cac445340eeb57ff83ebd9cc9 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Tue, 16 Jan 2024 15:53:31 +0100 Subject: [PATCH] Trying to sort Collaborations before Geographies --- config/_default/config.toml | 4 ++-- config/_default/params.toml | 4 ++-- content/members/Syndicat_national_de_l_edition.md | 2 +- i18n/en.toml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 19b4f3b..f65c3c5 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -17,11 +17,11 @@ DefaultContentLanguage = "en" [taxonomies] category = "categories" +Collaborations = "ig" tag = "tags" # series = "series" -geographies = "geographies" -Collaborations = "ig" services = "services" +geographies = "geographies" [outputs] home = ["HTML", "RSS", "JSON"] diff --git a/config/_default/params.toml b/config/_default/params.toml index 1b2b02a..c3ab206 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -2,8 +2,8 @@ enableSearch = true # socials -twitter = "@janedoe" -largeTwitterCard = false # set to true if you want to show a large twitter card image. The default is a small twitter card image +# twitter = "@janedoe" +# largeTwitterCard = false # set to true if you want to show a large twitter card image. The default is a small twitter card image introDescription = "EDRLab is a network of professional organizations working in the domain of digital publishing. These organizations are publishers, ebook and audiobook distributors, booksellers, public and national libraries, or developers of reading applications or e-readers. Below are the reasons for such organizations to become membre of EDRLab." # introURL = "about/" # set the url for the 'read more' button below the introDescription, or set to false to not show the button # description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo." # Set your site's meta tag (SEO) description here. Alternatively set this description in your home page content file e.g. content/_index.md. Whatever is set in the latter will take precedence. diff --git a/content/members/Syndicat_national_de_l_edition.md b/content/members/Syndicat_national_de_l_edition.md index 5339fbd..a452ce4 100644 --- a/content/members/Syndicat_national_de_l_edition.md +++ b/content/members/Syndicat_national_de_l_edition.md @@ -3,7 +3,7 @@ title: Syndicat national de l'édition (SNE) member_url: https://www.sne.fr/ geographies: ["France"] based: ["France"] -ig: ["Sustainable Development Goals"] +ig: ["SDG"] services: [""] tags: ["Accessibility", "Standards"] categories: ["Membership organizations"] diff --git a/i18n/en.toml b/i18n/en.toml index 83bdb3f..782ba42 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -34,12 +34,12 @@ other = "Categories" [tags] other = "tags" -[geographies] -other = "Geographies" - [ig] other = "Collaborations" +[geographies] +other = "Geographies" + [services] other = "Services provided"