Skip to content

Commit

Permalink
Trying to sort Collaborations before Geographies
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierchomel committed Jan 16, 2024
1 parent 15dd82f commit d2bfa3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/members/Syndicat_national_de_l_edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ other = "Categories"
[tags]
other = "tags"

[geographies]
other = "Geographies"

[ig]
other = "Collaborations"

[geographies]
other = "Geographies"

[services]
other = "Services provided"

Expand Down

0 comments on commit d2bfa3f

Please sign in to comment.