Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
/.github/ @rladies/website
/themes/ @rladies/website
/scripts/ @rladies/website
LICENCE.md @rladies/website
/static/robots.txt @rladies/website
/assets @rladies/website
/data @rladies/website
/content/ @rladies/translation
/i18n/ @rladies/translation
/content/news @rladies/global
/content/blog @rladies/blog
/.github/ @rladies/website
/themes/ @rladies/website
/scripts/ @rladies/website
LICENCE.md @rladies/website
/static/robots.txt @rladies/website
/assets @rladies/website
/data @rladies/website
/content/ @rladies/translation
/i18n/ @rladies/translation
/content/news @rladies/global
/content/blog @rladies/blog
/content/coc @rladies/coc
/content/news @rladies/leadership
/content/directory @rladies/directory
/content/activities/mentoring @rladies/mentoring
6 changes: 5 additions & 1 deletion config/_default/menu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ main:
url: /news/
weight: 5
parent: about-us
- identifier: sponsors
url: /about-us/sponsors/
weight: 6
parent: about-us
- identifier: coc
url: /coc/
weight: 6
weight: 7
parent: about-us

- identifier: directory
Expand Down
18 changes: 18 additions & 0 deletions content/about-us/sponsors/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Sponsorships and Donations"
type: "sponsors"
weight: 99
home: true
---

R-Ladies is a global organization that relies on the generosity of sponsors and donors to support its [mission](/about-us/mission).
We are grateful for the contributions that help us foster a diverse and inclusive R community.
While R-Ladies is a volunteer-run organization, we do incur some costs to maintain our operations and support our members.
If you or your organization would like to support R-Ladies, we welcome donations and sponsorships that align with out interests.

We welcome donations through our [PayPal account](https://www.paypal.com/donate/?hosted_button_id=VB4EK67MJ373E), or you can contact us at `finance[at]rladies.org` to discuss sponsorship opportunities.


## Current Sponsors & Funders

We are grateful for each dontation we receive, but we would like to highlight the following organizations that have made significant contributions to R-Ladies:
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Sponsors"
title: "Sponsors & Donors"
type: "sponsors"
weight: 99
home: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Sponsors"
title: "Sponsors & Donors"
type: "sponsors"
weight: 99
home: true
Expand Down
11 changes: 11 additions & 0 deletions content/about-us/sponsors/rconsortium/index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "R-consortium"
source: "https://www.r-consortium.org/"
weight: 1
---

The R Consortium is a global organization that supports the R community and its development.
It is a part of the Linux Foundation and aims to promote the use of R in various fields, including data science, statistics, and machine learning.

R-Ladies is a top-level project of the R Consortium, meaning it is recognized as an important initiative within the R community.

6 changes: 0 additions & 6 deletions content/home/sponsors/_index.en.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/home/sponsors/rconsortium/index.en.md

This file was deleted.

1 change: 1 addition & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ get-involved: 'Get involved'
global-team: 'Meet the global team'
history: 'History'
news: 'News'
sponsors: 'Sponsors'
coc: 'Code of Conduct'
directory: 'Directory'
activities: 'Activities'
Expand Down
1 change: 1 addition & 0 deletions i18n/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ get-involved: 'Involucrate'
global-team: 'Conoce al equipo'
history: 'Historia'
news: 'News'
sponsors: 'Sponsors'
coc: 'Código de Conducta'
directory: 'Directorio'
activities: 'Actividades'
Expand Down
1 change: 1 addition & 0 deletions i18n/fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ get-involved: 'Get involved'
global-team: 'Meet the global team'
history: 'History'
news: 'News'
sponsors: 'Sponsors'
coc: 'Code de Conduite'
directory: 'Directory'
activities: 'Activities'
Expand Down
1 change: 1 addition & 0 deletions i18n/pt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ get-involved: 'Get involved'
global-team: 'Meet the global team'
history: 'History'
news: 'News'
sponsors: 'Sponsors'
coc: 'Code de Conduite'
directory: 'Directory'
activities: 'Activities'
Expand Down
36 changes: 35 additions & 1 deletion themes/hugo-rladies/layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@

{{ define "main" }}
<div>
{{ .Content }}
</div>
{{ range .Paginator.Pages }}
{{ partial "post/summary.html" .}}
<article class="post">
<header class="entry-header">
<h4 class="entry-title">
<a href="{{ .Params.Source }}" rel="bookmark">{{ .Title }}</a>
</h4>
{{ partial "post/i18n.html" . }}
</header>
<div class="entry-content">
<div class="row">
{{ if .Resources.ByType "image" }}
{{ $data := newScratch }}
{{ range first 1 (.Resources.ByType "image") }}
{{ $img := . }}
{{ $img := $img.Fit "400x400" }}
{{ $data.Set "img" $img.RelPermalink }}
{{ end }}

{{ with .Resources.Get .Params.image }}
{{ $img := . }}
{{ $img := $img.Fit "400x400" }}
{{ $data.Set "img" $img.RelPermalink }}
{{ end }}
<div class="col-md-4 col-sm-12">
<img src={{$data.Get "img"}}>
</div>
{{ end }}

<div class = "col">{{ .Summary }}</div>
</div>
{{ partial "funcs/read_more.html" .RelPermalink | safeHTML }}
</div>
</article>
{{ end }}
<ul class="pagination d-flex justify-content-center">
{{ template "_internal/pagination.html" . }}
Expand Down