From 21064afc96e457be8d40c64f24683602b4c637e8 Mon Sep 17 00:00:00 2001 From: Melissa Van Bussel Date: Wed, 23 Aug 2023 16:21:49 -0400 Subject: [PATCH 01/13] Update organizers for Ottawa chapter (#207) --- data/chapters/canada-ontario-ottawa.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/chapters/canada-ontario-ottawa.json b/data/chapters/canada-ontario-ottawa.json index b432dc32d..a7fa2f31d 100644 --- a/data/chapters/canada-ontario-ottawa.json +++ b/data/chapters/canada-ontario-ottawa.json @@ -10,8 +10,8 @@ "email": "ottawa@rladies.org" }, "organizers": { - "current": ["Michelle Fairbrother", "Stephanie Houle"], - "former": [] + "current": ["Melissa Van Bussel", "Alexandra McSween"], + "former": ["Michelle Fairbrother", "Stephanie Houle"] } } ] From b1d06d79808154e1748f39ccb172ba16c03ccaaf Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 24 Aug 2023 00:23:51 +0000 Subject: [PATCH 02/13] Update chapters data --- data/chapters_meetup.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/chapters_meetup.json b/data/chapters_meetup.json index d64e6780d..c745242c7 100644 --- a/data/chapters_meetup.json +++ b/data/chapters_meetup.json @@ -1228,8 +1228,8 @@ "email": "ottawa@rladies.org" }, "organizers": { - "current": ["Michelle Fairbrother", "Stephanie Houle"], - "former": [] + "current": ["Melissa Van Bussel", "Alexandra McSween"], + "former": ["Michelle Fairbrother", "Stephanie Houle"] }, "name": "R-Ladies Ottawa, ON", "id": "30655714", From 1982b24189a1e48aa373f62509e82dc884b2388d Mon Sep 17 00:00:00 2001 From: Mouna Belaid Date: Sun, 17 Sep 2023 22:00:11 +0200 Subject: [PATCH 03/13] Create ghana-kumasi.json (#213) --- data/chapters/ghana-kumasi.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/chapters/ghana-kumasi.json diff --git a/data/chapters/ghana-kumasi.json b/data/chapters/ghana-kumasi.json new file mode 100644 index 000000000..3f03e3268 --- /dev/null +++ b/data/chapters/ghana-kumasi.json @@ -0,0 +1,15 @@ +[ + { + "urlname": "rladies-kumasi", + "status": "prospective", + "country": "Ghana", + "city": "Kumasi", + "social_media": { + "meetup": "rladies-kumasi", + "email": "kumasi@rladies.org" + }, + "organizers": { + "current": ["Jane Esi Monkah"] + } + } +] From 335fde0c6f7204e2f6fb13c4af62f5900b0adb19 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 18 Sep 2023 00:25:57 +0000 Subject: [PATCH 04/13] Update chapters data --- data/chapters_meetup.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/chapters_meetup.json b/data/chapters_meetup.json index c745242c7..f9fccd2d2 100644 --- a/data/chapters_meetup.json +++ b/data/chapters_meetup.json @@ -2016,6 +2016,20 @@ "lon": -0.2, "timezone": "Africa/Accra" }, + { + "urlname": "rladies-kumasi", + "status": "prospective", + "country": "Ghana", + "social_media": { + "meetup": "rladies-kumasi", + "email": "kumasi@rladies.org" + }, + "organizers": { + "current": ["Jane Esi Monkah"], + "former": [] + }, + "name": "R-Ladies NA" + }, { "urlname": "rladies-athens-gr", "status": "active", From 85cf140175871fb30769ad2c6dc9ae7e7d0b6f62 Mon Sep 17 00:00:00 2001 From: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:41:05 +0200 Subject: [PATCH 05/13] add positconf pretty url to slido (#218) --- content/posit23/index.en.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/posit23/index.en.md diff --git a/content/posit23/index.en.md b/content/posit23/index.en.md new file mode 100644 index 000000000..3b9f12a49 --- /dev/null +++ b/content/posit23/index.en.md @@ -0,0 +1,5 @@ +--- +type: redirect +redirect: https://app.sli.do/event/eugGEUP3oRHabkNiTBEhm6 +title: "R-Ladies Posit::Conf 2023 meetup" +--- \ No newline at end of file From 6b24b9180f1fef0eceb4c21e83ea2c661878a34d Mon Sep 17 00:00:00 2001 From: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:56:59 -0500 Subject: [PATCH 06/13] fix #198, alt tags to social media links (#200) * fix #198, alt tags to social media links * add url to title for better alt --- themes/hugo-rladies/layouts/partials/funcs/some.html | 2 +- themes/hugo-rladies/layouts/partials/some.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-rladies/layouts/partials/funcs/some.html b/themes/hugo-rladies/layouts/partials/funcs/some.html index 090c2051a..00f4fd69d 100644 --- a/themes/hugo-rladies/layouts/partials/funcs/some.html +++ b/themes/hugo-rladies/layouts/partials/funcs/some.html @@ -73,4 +73,4 @@ {{ $data.Set "url" (replaceRE "@(.*?)@(.+)" "https://$2/@$1" .handle) }} {{ end }} -{{ return (dict "url" ($data.Get "url") "fa" ($data.Get "fa") ) }} +{{ return (dict "url" ($data.Get "url") "fa" ($data.Get "fa") "type" .type ) }} diff --git a/themes/hugo-rladies/layouts/partials/some.html b/themes/hugo-rladies/layouts/partials/some.html index b48e25d90..7f980dc86 100644 --- a/themes/hugo-rladies/layouts/partials/some.html +++ b/themes/hugo-rladies/layouts/partials/some.html @@ -23,7 +23,7 @@ {{ range $index, $v := first ($data.Get "range") ($data.Get "value" ) }} {{ $selection := index ($data.Get "key") $index }} {{ $some:= partial "funcs/some.html" (dict "type" $selection "handle" $v ) }} - + {{ end }} From cc16b57eb2d847e16ac6dcdabb95554137062e16 Mon Sep 17 00:00:00 2001 From: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:49:06 -0500 Subject: [PATCH 07/13] Update norway-oslo.json (#204) --- data/chapters/norway-oslo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/chapters/norway-oslo.json b/data/chapters/norway-oslo.json index 08525b1ef..185a764db 100644 --- a/data/chapters/norway-oslo.json +++ b/data/chapters/norway-oslo.json @@ -11,8 +11,8 @@ "github": "rladies/meetup-presentations_oslo" }, "organizers": { - "current": ["Anne Claire Fouilloux", "Athanasia Monika Mowinckel", "Lene Norderhaug Drosdal", "Aurora Voje", "Isabelle Valette"], - "former": [] + "current": ["Athanasia Monika Mowinckel", "Lene Norderhaug Drosdal", "Aurora Voje"], + "former": ["Anne Claire Fouilloux", "Isabelle Valette"] } } ] From 8645a84acf070af6f231f4636e009b54997910f4 Mon Sep 17 00:00:00 2001 From: Riva Quiroga <31421616+rivaquiroga@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:49:29 -0500 Subject: [PATCH 08/13] update directory instructions (#211) Co-authored-by: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> --- content/directory/index.en.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/directory/index.en.md b/content/directory/index.en.md index d732f67ac..c4ebcd014 100644 --- a/content/directory/index.en.md +++ b/content/directory/index.en.md @@ -7,6 +7,4 @@ type: "directory" Please fill out [our form](/directory-update)! It only takes a few minutes, and soon your profile will be online. -If you want to **update** your profile just fill the same form and drop us a line in the comment box saying you want to update your profile! - -Or you can just email us at speakers[at]rladies[dot]org with any relevant info about yourself – easy! +If you want to **update** your profile, fill out the same form and choose the "Update directory entry" option. From ee338b80dced3e1d0e319b25a140fa71f4b4d00d Mon Sep 17 00:00:00 2001 From: Mouna Belaid Date: Wed, 20 Sep 2023 06:05:58 +0200 Subject: [PATCH 09/13] Update kyrgyzstan-bishkek.json (#214) Co-authored-by: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> --- data/chapters/kyrgyzstan-bishkek.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/chapters/kyrgyzstan-bishkek.json b/data/chapters/kyrgyzstan-bishkek.json index f6385b207..4929119f1 100644 --- a/data/chapters/kyrgyzstan-bishkek.json +++ b/data/chapters/kyrgyzstan-bishkek.json @@ -1,6 +1,6 @@ [ { - "status": "prospective", + "status": "active", "country": "Kyrgyzstan", "city": "Bishkek", "social_media": {}, From 19d290d27754763d6d2b5591306eab1f405305d1 Mon Sep 17 00:00:00 2001 From: Mouna Belaid Date: Wed, 20 Sep 2023 06:38:32 +0200 Subject: [PATCH 10/13] Create usa-colorado-aurora.json (#212) Co-authored-by: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> --- data/chapters/usa-colorado-aurora.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/chapters/usa-colorado-aurora.json diff --git a/data/chapters/usa-colorado-aurora.json b/data/chapters/usa-colorado-aurora.json new file mode 100644 index 000000000..495f125f7 --- /dev/null +++ b/data/chapters/usa-colorado-aurora.json @@ -0,0 +1,15 @@ +[ + { + "urlname": "rladies-aurora", + "status": "prospective", + "country": "usa", + "city": "colorado", + "social_media": { + "meetup": "rladies-aurora", + "email": "aurora@rladies.org" + }, + "organizers": { + "current": ["Janani Ravi"] + } + } +] From 10caa5e4f962f02ff32a5e84c9b04946ba505dca Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 20 Sep 2023 12:21:15 +0000 Subject: [PATCH 11/13] Update chapters data --- data/chapters_meetup.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/data/chapters_meetup.json b/data/chapters_meetup.json index f9fccd2d2..b6be9ce83 100644 --- a/data/chapters_meetup.json +++ b/data/chapters_meetup.json @@ -3173,8 +3173,8 @@ "github": "rladies/meetup-presentations_oslo" }, "organizers": { - "current": ["Anne Claire Fouilloux", "Athanasia Monika Mowinckel", "Lene Norderhaug Drosdal", "Aurora Voje", "Isabelle Valette"], - "former": [] + "current": ["Athanasia Monika Mowinckel", "Lene Norderhaug Drosdal", "Aurora Voje"], + "former": ["Anne Claire Fouilloux", "Isabelle Valette"] }, "name": "R-Ladies Oslo", "id": "27651457", @@ -4453,6 +4453,20 @@ "lon": -119.71, "timezone": "America/Los_Angeles" }, + { + "urlname": "rladies-aurora", + "status": "prospective", + "country": "usa", + "social_media": { + "meetup": "rladies-aurora", + "email": "aurora@rladies.org" + }, + "organizers": { + "current": ["Janani Ravi"], + "former": [] + }, + "name": "R-Ladies NA" + }, { "urlname": "rladies-boulder", "status": "active", From e91b9fab63f6eb842a1d9a7f166aa025427812d5 Mon Sep 17 00:00:00 2001 From: Cosima Meyer Date: Wed, 20 Sep 2023 11:08:29 -0500 Subject: [PATCH 12/13] Change Mastodon (and Twitter) (#217) * feat: Deactivate relinks to Twitter and add Mastodon relink in footer * feat: Add Mastodon verification * add hackyderm via some partial (#219) --------- Co-authored-by: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> --- config/_default/params.yaml | 27 ++++++++++--------- .../layouts/partials/footer/footer.html | 5 +++- .../layouts/partials/head/head.html | 1 + 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 2d8296c77..ea5ad4a96 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -17,44 +17,45 @@ footerEnableTextWidget: true footerEnableLangWidget: true social: - - title: twitter - url: 'https://twitter.com/RLadiesGlobal' - icon: fab fa-twitter-square + - title: mastodon + handle: '@RLadiesGlobal@hachyderm.io' + relme: true footer: true sharethis: true + network: '' + - title: twitter + handle: 'RLadiesGlobal' + footer: false + sharethis: false network: twitter - title: instagram - url: 'https://www.instagram.com/rladiesglobal' - icon: fab fa-instagram + handle: 'rladiesglobal' footer: true sharethis: false network: '' - title: github - url: 'https://github.com/rladies' - icon: fab fa-github-square + handle: 'rladies' footer: true sharethis: false network: '' - title: meetup - url: 'https://www.meetup.com/pro/rladies/' + handle: 'pro/rladies/' footer: true sharethis: true - icon: fab fa-meetup network: '' - title: youtube - url: 'https://www.youtube.com/channel/UCDgj5-mFohWZ5irWSFMFcng' + handle: 'channel/UCDgj5-mFohWZ5irWSFMFcng' footer: true sharethis: true - icon: fab fa-youtube network: '' twitter: - title: We are R-Ladies - url: 'https://twitter.com/WeAreRLadies' + handle: 'WeAreRLadies' footer: true sharethis: false network: '' - title: IWD R-Ladies - url: 'https://twitter.com/rladies_iwd' + handle: 'rladies_iwd' footer: true sharethis: false network: '' diff --git a/themes/hugo-rladies/layouts/partials/footer/footer.html b/themes/hugo-rladies/layouts/partials/footer/footer.html index d926aea95..84db114c9 100644 --- a/themes/hugo-rladies/layouts/partials/footer/footer.html +++ b/themes/hugo-rladies/layouts/partials/footer/footer.html @@ -26,7 +26,10 @@

{{ i18n "footer_followme_title" . | markdownify }}

diff --git a/themes/hugo-rladies/layouts/partials/head/head.html b/themes/hugo-rladies/layouts/partials/head/head.html index 9aa5f3577..d32201d20 100644 --- a/themes/hugo-rladies/layouts/partials/head/head.html +++ b/themes/hugo-rladies/layouts/partials/head/head.html @@ -20,3 +20,4 @@ + From 7d42b09c3a128bd9377d3ff37b6c2f5b956d570e Mon Sep 17 00:00:00 2001 From: Athanasia Monika Mowinckel <14014329+drmowinckels@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:35:55 -0500 Subject: [PATCH 13/13] Minor fixes (#227) * remove 'here' check * fix #223 --- themes/hugo-rladies/layouts/_default/single.html | 1 - themes/hugo-rladies/layouts/partials/footer/footer.html | 2 +- .../hugo-rladies/layouts/partials/funcs/directory/card.html | 4 ++-- .../layouts/partials/funcs/{some.html => social_media.html} | 0 themes/hugo-rladies/layouts/partials/home/chapters.html | 6 +++--- .../layouts/partials/{some.html => social_media.html} | 2 +- themes/hugo-rladies/layouts/rladies-blogs/single.html | 2 +- 7 files changed, 8 insertions(+), 9 deletions(-) rename themes/hugo-rladies/layouts/partials/funcs/{some.html => social_media.html} (100%) rename themes/hugo-rladies/layouts/partials/{some.html => social_media.html} (90%) diff --git a/themes/hugo-rladies/layouts/_default/single.html b/themes/hugo-rladies/layouts/_default/single.html index 4e60230d5..3aeb4c7f0 100644 --- a/themes/hugo-rladies/layouts/_default/single.html +++ b/themes/hugo-rladies/layouts/_default/single.html @@ -26,7 +26,6 @@

{{ .Title }}

{{ define "main" }}
- here {{ .Content }}
{{ end }} diff --git a/themes/hugo-rladies/layouts/partials/footer/footer.html b/themes/hugo-rladies/layouts/partials/footer/footer.html index 84db114c9..f3fb0a419 100644 --- a/themes/hugo-rladies/layouts/partials/footer/footer.html +++ b/themes/hugo-rladies/layouts/partials/footer/footer.html @@ -26,7 +26,7 @@

{{ i18n "footer_followme_title" . | markdownify }}

{{ .Title }}

{{ with .social_media }} - {{ partial "some.html" (dict "data" . "relme" true) }} + {{ partial "social_media.html" (dict "data" . "relme" true) }} {{ end }} @@ -111,7 +111,7 @@

{{ .Title }}

{ "name": "{{ .name }}", "members": "{{ .members }}", - "socials": {{ with .social_media }}{{ partial "some.html" . }}{{ end }}, + "socials": {{ with .social_media }}{{ partial "social_media.html" . }}{{ end }}, "latitude": {{ .lat }}, "longitude": {{ .lon }}, "color": "#88398acc" @@ -121,4 +121,4 @@

{{ .Title }}

}); // end am4core.ready() - \ No newline at end of file + diff --git a/themes/hugo-rladies/layouts/partials/some.html b/themes/hugo-rladies/layouts/partials/social_media.html similarity index 90% rename from themes/hugo-rladies/layouts/partials/some.html rename to themes/hugo-rladies/layouts/partials/social_media.html index 7f980dc86..043f0c685 100644 --- a/themes/hugo-rladies/layouts/partials/some.html +++ b/themes/hugo-rladies/layouts/partials/social_media.html @@ -22,7 +22,7 @@ {{ range $index, $v := first ($data.Get "range") ($data.Get "value" ) }} {{ $selection := index ($data.Get "key") $index }} - {{ $some:= partial "funcs/some.html" (dict "type" $selection "handle" $v ) }} + {{ $some:= partial "funcs/social_media.html" (dict "type" $selection "handle" $v ) }} diff --git a/themes/hugo-rladies/layouts/rladies-blogs/single.html b/themes/hugo-rladies/layouts/rladies-blogs/single.html index 31dacf224..ee9653cd9 100644 --- a/themes/hugo-rladies/layouts/rladies-blogs/single.html +++ b/themes/hugo-rladies/layouts/rladies-blogs/single.html @@ -13,7 +13,7 @@ {{ $data.Add "descr" .name }} {{ with .social_media }} {{ range . }} - {{ $data.Add "descr" (partial "some.html" (dict "data" . "range" 3)) }} + {{ $data.Add "descr" (partial "social_media.html" (dict "data" . "range" 3)) }} {{ end }} {{ end }} {{ $data.Add "descr" "

" }}