From fbe6638ffe59187750bd1d3a466b50baec8d1a9a Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Fri, 3 May 2024 08:03:25 +0200 Subject: [PATCH 01/13] Update config.toml Custom baseurl --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index ebc270b..21c05ef 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,6 @@ # set `baseurl` to your root domain # if you set it to "/" share icons won't work properly on production -baseurl = "https://edrlab.github.io/members/" # Include trailing slash +baseurl = "https://members.edrlab.org/" # Include trailing slash # title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file. # copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved." # canonifyurls = true From 2d52b2c08ee68063d961dba3b5fe43fd94044c29 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Fri, 3 May 2024 08:36:09 +0200 Subject: [PATCH 02/13] Update config.toml --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 21c05ef..4f1103c 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,6 @@ # set `baseurl` to your root domain # if you set it to "/" share icons won't work properly on production -baseurl = "https://members.edrlab.org/" # Include trailing slash +baseurl = "https://membership.edrlab.org/" # Include trailing slash # title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file. # copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved." # canonifyurls = true From b1ddd15bca25b844250b7da9877b80fc625b1323 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Fri, 3 May 2024 08:51:51 +0200 Subject: [PATCH 03/13] Update config.toml --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 4f1103c..21c05ef 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,6 @@ # set `baseurl` to your root domain # if you set it to "/" share icons won't work properly on production -baseurl = "https://membership.edrlab.org/" # Include trailing slash +baseurl = "https://members.edrlab.org/" # Include trailing slash # title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file. # copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved." # canonifyurls = true From d891a72767bd11b7b6bd29e17a7a308e8ab04352 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Fri, 3 May 2024 08:56:51 +0200 Subject: [PATCH 04/13] Set up Matomo --- config/_default/params.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index baad730..bd1feb1 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -145,10 +145,10 @@ websiteDomain = "example.com" # domain name of your website, most cases same as # scritpName = "plausible" # default is set to plausible, only required if using a custome name for script [matomo_analytics] -enable = false # To enable matomo analytics change to `true`. -websiteDomain = "example.com" # Set the domain name of your website, in most cases same as your base URL this is required. -matomoDomain = "matomo.example.com" # Set to Matomo domain -matomoSiteID = "1" # Default is set to 1, change this to the siteid being tracked +enable = true # To enable matomo analytics change to `true`. +websiteDomain = "https://members.edrlab.org/" # Set the domain name of your website, in most cases same as your base URL this is required. +matomoDomain = "https://stats.edrlab.org/" # Set to Matomo domain +matomoSiteID = "3" # Default is set to 1, change this to the siteid being tracked showReadTime = false showDate = false \ No newline at end of file From dd5bad6604d6dcfcfcbe8b1a9aabc688dfd20740 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Fri, 3 May 2024 09:02:58 +0200 Subject: [PATCH 05/13] Update _base.sass fixes white titles --- assets/sass/_base.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass index 050875c..9ff64fe 100644 --- a/assets/sass/_base.sass +++ b/assets/sass/_base.sass @@ -43,7 +43,7 @@ h1,h2,h3,h4,h5 font-weight: 300 padding: 5px 0 margin: 15px 0 - color: var(--header-text) + color: rgb(0, 0, 0) line-height: 1.35 &:hover .link opacity: 1 From 7ceeba731bd94ba2b55ea6b32cf94b53eb1697b8 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Mon, 6 May 2024 18:03:42 +0200 Subject: [PATCH 06/13] Update _base.sass --- assets/sass/_base.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass index 9ff64fe..522bf87 100644 --- a/assets/sass/_base.sass +++ b/assets/sass/_base.sass @@ -19,7 +19,7 @@ body, html body font-family: var(--font) background: var(--choice-bg) - color: var(--text) + color: #575757 font-size: 1.1rem line-height: 1.5 max-width: 1920px @@ -43,7 +43,7 @@ h1,h2,h3,h4,h5 font-weight: 300 padding: 5px 0 margin: 15px 0 - color: rgb(0, 0, 0) + color: #575757 line-height: 1.35 &:hover .link opacity: 1 From c9ed69599d7dda7709f7119f23e38d010a27a648 Mon Sep 17 00:00:00 2001 From: jinsuo1o7 Date: Wed, 19 Jun 2024 16:42:17 +0900 Subject: [PATCH 07/13] Update DRMinside.md remove hompage link --- content/members/DRMinside.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/members/DRMinside.md b/content/members/DRMinside.md index d0844c3..2d3e658 100644 --- a/content/members/DRMinside.md +++ b/content/members/DRMinside.md @@ -19,7 +19,4 @@ date: "2023-12-05" featureImage: "https://members.edrlab.org/images/DRM_inside_logo.png" --- - - -[Web-X DRM webpage](https://webxdrm.co.kr/index_en.html), -[DRM inside webpage](https://www.drminside.com/) \ No newline at end of file +[Web-X DRM webpage](https://webxdrm.co.kr/index_en.html) From 5ff0fbe0bddcb7f9198e0d7c05d6b0b9526fbd43 Mon Sep 17 00:00:00 2001 From: Laurent Le Meur Date: Tue, 16 Jul 2024 14:42:03 +0200 Subject: [PATCH 08/13] adds a summary provided by the member. --- content/members/Arte_France_Developpement.md | 2 +- content/members/StudioC1C4.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/members/Arte_France_Developpement.md b/content/members/Arte_France_Developpement.md index d62d4ca..027da8d 100644 --- a/content/members/Arte_France_Developpement.md +++ b/content/members/Arte_France_Developpement.md @@ -7,7 +7,7 @@ ig: ["LCP"] services: tags: [""] categories: ["Content portals"] -summary: "A department of Arte France editorial and programme production centre, that operates ebooks e-lending solutions for public libraries." +summary: "A department of Arte France editorial and programme production centre, that operates ebooks e-lending solutions for public libraries. " press: active: true layout: members diff --git a/content/members/StudioC1C4.md b/content/members/StudioC1C4.md index 0727578..322152b 100644 --- a/content/members/StudioC1C4.md +++ b/content/members/StudioC1C4.md @@ -7,7 +7,7 @@ ig: [""] services: ["ebook creation"] tags: [] categories: ["Providers of publishing services"] -summary: "." +summary: "Provides multiple services to publishers, creative and technical. StudioC1C4 has also created an App, Ora C1C4, to adapt and convert books from InDesign to accessible ebooks in EPUB 3.3." press: active: false layout: members From f923f3e45f6ac509f4d6f36bfb95d722f998ba24 Mon Sep 17 00:00:00 2001 From: PriyankaDalotra Date: Mon, 29 Jul 2024 13:03:42 +0200 Subject: [PATCH 09/13] Add Penguinlibros --- content/members/Penguinlibros.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/members/Penguinlibros.md diff --git a/content/members/Penguinlibros.md b/content/members/Penguinlibros.md new file mode 100644 index 0000000..3e982ed --- /dev/null +++ b/content/members/Penguinlibros.md @@ -0,0 +1,17 @@ +title: Penguin Random House Grupo Editorial +member_url: member_url: https://www.penguinlibros.com/es/ +geographies: ["Spain"] +based: ["Spain"] +ig: [""] +services: +tags: [""] +categories: ["Booksellers", "Retailers"] +summary: "" +press: +active: true +layout: members +showReadTime: false +showDate: false +permalink: "Penguin Random House Grupo Editorial is the Spanish-language division of the international publishing company Penguin Random House. The publishing group specialises in the publication and distribution of books, to offer readers and authors the best experience in the field of literature, with the dual aim of promoting literary creativity and fostering the value of reading in society." +date: +featureImage: "https://www.penguinrandomhousegrupoeditorial.com/wp-content/themes/prh/dist/images/common/logo-penguinrandomhousegrupoeditorial.svg" \ No newline at end of file From 049362d710695b4f6aca599656a1ad35d1977df3 Mon Sep 17 00:00:00 2001 From: PriyankaDalotra Date: Mon, 29 Jul 2024 15:29:50 +0200 Subject: [PATCH 10/13] up .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf79bcd..2d07229 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -themes/* \ No newline at end of file +themes/* +.DS_Store From 5ebe44fe81a42a92eec5af148e69a0982b99b9c6 Mon Sep 17 00:00:00 2001 From: PriyankaDalotra Date: Mon, 29 Jul 2024 18:07:03 +0200 Subject: [PATCH 11/13] updated file --- content/members/Penguinlibros.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/members/Penguinlibros.md b/content/members/Penguinlibros.md index 3e982ed..c5b6d58 100644 --- a/content/members/Penguinlibros.md +++ b/content/members/Penguinlibros.md @@ -1,3 +1,4 @@ +--- title: Penguin Random House Grupo Editorial member_url: member_url: https://www.penguinlibros.com/es/ geographies: ["Spain"] @@ -14,4 +15,5 @@ showReadTime: false showDate: false permalink: "Penguin Random House Grupo Editorial is the Spanish-language division of the international publishing company Penguin Random House. The publishing group specialises in the publication and distribution of books, to offer readers and authors the best experience in the field of literature, with the dual aim of promoting literary creativity and fostering the value of reading in society." date: -featureImage: "https://www.penguinrandomhousegrupoeditorial.com/wp-content/themes/prh/dist/images/common/logo-penguinrandomhousegrupoeditorial.svg" \ No newline at end of file +featureImage: "https://www.penguinrandomhousegrupoeditorial.com/wp-content/themes/prh/dist/images/common/logo-penguinrandomhousegrupoeditorial.svg" +--- \ No newline at end of file From 1b830cea06b1dc93aaec2c3f0c830c23d4d694a5 Mon Sep 17 00:00:00 2001 From: PriyankaDalotra Date: Mon, 29 Jul 2024 18:14:40 +0200 Subject: [PATCH 12/13] correct Penguinlibros --- content/members/Penguinlibros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/members/Penguinlibros.md b/content/members/Penguinlibros.md index c5b6d58..81330a0 100644 --- a/content/members/Penguinlibros.md +++ b/content/members/Penguinlibros.md @@ -1,6 +1,6 @@ --- title: Penguin Random House Grupo Editorial -member_url: member_url: https://www.penguinlibros.com/es/ +member_url: https://www.penguinlibros.com/es/ geographies: ["Spain"] based: ["Spain"] ig: [""] From 0a070dbd2a059d0ee0467d105b5f4e985d9db9b7 Mon Sep 17 00:00:00 2001 From: Gautier Chomel <107039498+gautierchomel@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:35:10 +0200 Subject: [PATCH 13/13] Update Celia.md --- content/members/Celia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/members/Celia.md b/content/members/Celia.md index d0fe46c..211dea0 100644 --- a/content/members/Celia.md +++ b/content/members/Celia.md @@ -1,6 +1,6 @@ --- title: Accessibility Library Celia -member_url: https://celalibrary.ca/ +member_url: https://www.celia.fi/ geographies: ["Finland"] based: ["Finland"] ig: ["Accessibility"]