From 7e6a024f7b42377ccdb045031811936d8f402890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Airah=E2=9C=A8?= Date: Wed, 20 May 2026 10:51:16 +0100 Subject: [PATCH 1/3] Automated import of Meetup events (#711) Co-authored-by: dricazenck <3664747+dricazenck@users.noreply.github.com> --- _data/events.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/_data/events.yml b/_data/events.yml index c6981d0..746b3ba 100644 --- a/_data/events.yml +++ b/_data/events.yml @@ -2399,6 +2399,25 @@ title: View meetup event target: _target +- title: Design Patterns Course + description: | + Join Women Coding Community for our next session on design patterns! Design Patterns Course In this series of events, we will explore popular design patterns and their implementations in Python and Java, using "Head First Design Patterns" as our reference book. + category_style: tech-talk + uid: "event_314864565@meetup.com" + category_name: Tech Talk + date: TUE, MAY 26, 2026 + expiration: "20260526" + host: "Irina Kamalova" + speaker: "" + time: 07:00 PM BST + image: + path: "https://secure.meetupstatic.com/photos/event/a/2/d/0/600_533921680.jpeg" + alt: WCC Meetup event image + link: + path: https://www.meetup.com/women-coding-community/events/314864565/ + title: View meetup event + target: _target + - title: | June Book Club: Dare to Lead description: | From 59829a0a034c52c8c97f4228e0fbb8aee126ea2a Mon Sep 17 00:00:00 2001 From: lubnaAr <151720936+lubnaAr@users.noreply.github.com> Date: Fri, 22 May 2026 07:56:15 +0530 Subject: [PATCH 2/3] Update navbar.yml --- _data/navbar.yml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/_data/navbar.yml b/_data/navbar.yml index afa5ca8..12e4cf3 100644 --- a/_data/navbar.yml +++ b/_data/navbar.yml @@ -81,8 +81,33 @@ link: events index: 3 - name: Blog - link: blog index: 4 + subfolderitems: + - page: All Blogs + url: blog + breadcrumbs: + - name: Blog + link: + - page: Machine Learning + url: blog?category=machine-learning + breadcrumbs: + - name: Blog + link: blog + - page: Tech Career + url: blog?category=tech-career + breadcrumbs: + - name: Blog + link: blog + - page: Career Management + url: blog?category=career-management + breadcrumbs: + - name: Blog + link: blog + - page: Community learning & Experiences + url: blog?category=community-learning-experiences + breadcrumbs: + - name: Blog + link: blog - name: About Us index: 5 subfolderitems: From 5c8fd4010bba65503532b5e341d641204a4d0231 Mon Sep 17 00:00:00 2001 From: lubnaAr <151720936+lubnaAr@users.noreply.github.com> Date: Fri, 22 May 2026 09:00:06 +0530 Subject: [PATCH 3/3] Add category-specific blog pages --- _data/navbar.yml | 8 +- blog-career-management.html | 99 ++++++++++++++++++++++++ blog-community-learning-experiences.html | 98 +++++++++++++++++++++++ blog-machine-learning.html | 98 +++++++++++++++++++++++ blog-tech-career.html | 98 +++++++++++++++++++++++ 5 files changed, 397 insertions(+), 4 deletions(-) create mode 100644 blog-career-management.html create mode 100644 blog-community-learning-experiences.html create mode 100644 blog-machine-learning.html create mode 100644 blog-tech-career.html diff --git a/_data/navbar.yml b/_data/navbar.yml index 12e4cf3..71b3686 100644 --- a/_data/navbar.yml +++ b/_data/navbar.yml @@ -89,22 +89,22 @@ - name: Blog link: - page: Machine Learning - url: blog?category=machine-learning + url: blog-machine-learning breadcrumbs: - name: Blog link: blog - page: Tech Career - url: blog?category=tech-career + url: blog-tech-career breadcrumbs: - name: Blog link: blog - page: Career Management - url: blog?category=career-management + url: blog-career-management breadcrumbs: - name: Blog link: blog - page: Community learning & Experiences - url: blog?category=community-learning-experiences + url: blog-community-learning-experiences breadcrumbs: - name: Blog link: blog diff --git a/blog-career-management.html b/blog-career-management.html new file mode 100644 index 0000000..2bb77dc --- /dev/null +++ b/blog-career-management.html @@ -0,0 +1,99 @@ +--- +layout: default +title: Career Management +body_class: page list-page list-page-blog +image: /assets/images/default-seo-thumbnail.png +--- + + + \ No newline at end of file diff --git a/blog-community-learning-experiences.html b/blog-community-learning-experiences.html new file mode 100644 index 0000000..23730c2 --- /dev/null +++ b/blog-community-learning-experiences.html @@ -0,0 +1,98 @@ +--- +layout: default +title: Community Learning & Experiences +body_class: page list-page list-page-blog +image: /assets/images/default-seo-thumbnail.png +--- + + \ No newline at end of file diff --git a/blog-machine-learning.html b/blog-machine-learning.html new file mode 100644 index 0000000..7fabda6 --- /dev/null +++ b/blog-machine-learning.html @@ -0,0 +1,98 @@ +--- +layout: default +title: Machine Learning +body_class: page list-page list-page-blog +image: /assets/images/default-seo-thumbnail.png +--- + + \ No newline at end of file diff --git a/blog-tech-career.html b/blog-tech-career.html new file mode 100644 index 0000000..bf5ed0c --- /dev/null +++ b/blog-tech-career.html @@ -0,0 +1,98 @@ +--- +layout: default +title: Tech Career +body_class: page list-page list-page-blog +image: /assets/images/default-seo-thumbnail.png +--- + + \ No newline at end of file