Skip to content

Commit

Permalink
Merge branch 'main' into contents-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierchomel authored Oct 9, 2024
2 parents 439c1b6 + 9ae7fac commit b3908bb
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

themes/*
public/*
public/*
.DS_Store
4 changes: 2 additions & 2 deletions assets/sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,7 +43,7 @@ h1,h2,h3,h4,h5
font-weight: 300
padding: 5px 0
margin: 15px 0
color: var(--header-text)
color: #575757
line-height: 1.35
&:hover .link
opacity: 1
Expand Down
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion content/members/Arte_France_Developpement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/members/Celia.md
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
5 changes: 1 addition & 4 deletions content/members/DRMinside.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
[Web-X DRM webpage](https://webxdrm.co.kr/index_en.html)
19 changes: 19 additions & 0 deletions content/members/Penguinlibros.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Penguin Random House Grupo Editorial
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"
---
2 changes: 1 addition & 1 deletion content/members/StudioC1C4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: true
layout: members
Expand Down

0 comments on commit b3908bb

Please sign in to comment.