diff --git a/_config.yml b/_config.yml index df579d35..2e7e8bb1 100644 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,11 @@ title: "Women Coding Community" description: Our community is open to anyone who is looking to improve their skills or advance their careers. Whether you are an experienced professional looking to give back to the community, or a student or new professional seeking guidance and support. author: Women Coding Community +# SEO & Social Sharing +url: "https://womencodingcommunity.com/" +logo: "/assets/images/default-seo-thumbnail.png" +lang: "en-UK" + # GitHub github: repository_url: https://github.com/WomenCodingCommunity/WomenCodingCommunity.github.io diff --git a/_includes/head.html b/_includes/head.html index 7e340279..584e7623 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,27 +1,11 @@ - - - + + - - + + - - - - - - +{{ page.title }} - {{ site.title }} - - - - - - - - - {{ page.title }} - {{ site.title }} - - - - \ No newline at end of file + + + diff --git a/_layouts/default.html b/_layouts/default.html index ab03aac6..f42aca46 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,9 @@ - {% seo %} - {% include head.html %} + + {% seo %} + {% include head.html %} + {% include navbar.html %} diff --git a/_layouts/post.html b/_layouts/post.html index a931cd14..31d2e4d7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -48,14 +48,14 @@

{{ page.title }}

- {% if page.blurb_img %} - header image for {{page.title}} + {% if page.image %} + header image for {{page.title}} {% else %} header image for {{page.title}} {% endif %} - {% if page.blurb_img_source %} -
{{page.blurb_img_source}}
+ {% if page.image_source %} +
{{page.image_source}}
{% endif %}
diff --git a/_posts/2024-04-27-welcome.html b/_posts/2024-04-27-welcome.html index 167668e1..436ad8b2 100644 --- a/_posts/2024-04-27-welcome.html +++ b/_posts/2024-04-27-welcome.html @@ -3,7 +3,7 @@ title: Welcome to Women Coding Community date: 2024-04-27 author_name: WCC Team -blurb_img: /assets/images/blog/welcome.jpg +image: /assets/images/blog/welcome.jpg category: tech-career description: | Be a part of the change. Join us to help bridge the gender gap in technology. Together, we can create a future where women are leading drivers of technology and innovation. diff --git a/_posts/2024-05-05-breaking-cultural-barriers.html b/_posts/2024-05-05-breaking-cultural-barriers.html index c44639ec..5d26c9d6 100644 --- a/_posts/2024-05-05-breaking-cultural-barriers.html +++ b/_posts/2024-05-05-breaking-cultural-barriers.html @@ -4,7 +4,7 @@ date: 2024-05-05 author_name: Shabana Khatau author_role: Systems & Application Support Advisor (Web) -blurb_img: /assets/images/blog/2024-05-05-main-image.jpg +image: /assets/images/blog/2024-05-05-main-image.jpg category: tech-career description: | In this blog we explore breaking cultural barriers to start a tech career diff --git a/_posts/2024-06-02-woman-is-the-homeland-of-woman.html b/_posts/2024-06-02-woman-is-the-homeland-of-woman.html index 59712d9a..b8e056c2 100644 --- a/_posts/2024-06-02-woman-is-the-homeland-of-woman.html +++ b/_posts/2024-06-02-woman-is-the-homeland-of-woman.html @@ -4,7 +4,7 @@ date: 2024-06-02 author_name: Arzu Caner author_role: Junior Full Stack Developer at InnoAl Tech Solution -blurb_img: /assets/images/blog/2024-06-02-arzu-main-img.jpg +image: /assets/images/blog/2024-06-02-arzu-main-img.jpg category: tech-career description: | In the land where I was born, there's a saying that resonates deeply with the essence of female solidarity: "Woman is the homeland of woman." diff --git a/_posts/2024-06-02-working-with-chatgpt.html b/_posts/2024-06-02-working-with-chatgpt.html index 809c8057..112aae1a 100644 --- a/_posts/2024-06-02-working-with-chatgpt.html +++ b/_posts/2024-06-02-working-with-chatgpt.html @@ -4,7 +4,7 @@ date: 2024-06-02 author_name: Silke Nodwell author_role: Data Scientist at TAC Index -blurb_img: /assets/images/blog/2024-06-02-silke-main-img.jpg +image: /assets/images/blog/2024-06-02-silke-main-img.jpg category: maching-learning description: | The one thing ChatGPT will not do is tell you the right questions to ask. diff --git a/_posts/2024-07-01-from-cv-to-job-offer.html b/_posts/2024-07-01-from-cv-to-job-offer.html index c4f89c46..16083b36 100644 --- a/_posts/2024-07-01-from-cv-to-job-offer.html +++ b/_posts/2024-07-01-from-cv-to-job-offer.html @@ -4,7 +4,7 @@ date: 2024-07-01 author_name: Adriana Zencke author_role: Senior Software Engineer at Centric Software -blurb_img: /assets/images/blog/2024-07-01-adriana-main-image.jpg +image: /assets/images/blog/2024-07-01-adriana-main-image.jpg description: Essential Tips for Software Engineer Interview Success. You'll be well-equipped to navigate the interview process and showcase your skills to potential employers. category: interview-tips --- diff --git a/_posts/2024-07-02-harnessing-generative-ai.html b/_posts/2024-07-02-harnessing-generative-ai.html index f7a2fa75..0df57685 100644 --- a/_posts/2024-07-02-harnessing-generative-ai.html +++ b/_posts/2024-07-02-harnessing-generative-ai.html @@ -4,7 +4,7 @@ date: 2024-07-02 author_name: Sahana Venkatesh author_role: Software Engineer, Wayve -blurb_img: /assets/images/blog/2024-07-02-sahana-main-image.jpeg +image: /assets/images/blog/2024-07-02-sahana-main-image.jpeg description: Let's a walk through how one needs to understand use case, master prompt engineering, and leverage existing tools. category: maching-learning --- diff --git a/_posts/2024-07-06-interview-tips-part1.html b/_posts/2024-07-06-interview-tips-part1.html index 63c3c3d7..08b12258 100644 --- a/_posts/2024-07-06-interview-tips-part1.html +++ b/_posts/2024-07-06-interview-tips-part1.html @@ -4,7 +4,7 @@ date: 2024-07-06 author_name: Eleonora Belova author_role: Test Automation Engineer, IBM Security -blurb_img: /assets/images/blog/2024-07-06-eleonora-main-image.jpg +image: /assets/images/blog/2024-07-06-eleonora-main-image.jpg description: We will explore resources and tools our community members find valuable in their preparation journey. category: interview-tips --- diff --git a/_posts/2024-08-11-coding-for-greener-tomorrow.html b/_posts/2024-08-11-coding-for-greener-tomorrow.html index 5e0f3574..45b0ce0a 100644 --- a/_posts/2024-08-11-coding-for-greener-tomorrow.html +++ b/_posts/2024-08-11-coding-for-greener-tomorrow.html @@ -4,7 +4,7 @@ date: 2024-08-11 author_name: Madhura Chaganty author_role: Engineering Manager, Paythru -blurb_img: /assets/images/blog/2024-08-11-madhura-main-image.png +image: /assets/images/blog/2024-08-11-madhura-main-image.png description: Have you ever considered the environmental impact of the software code we write? category: green-software --- diff --git a/_posts/2024-09-27-my-ai-devcamp-journey.html b/_posts/2024-09-27-my-ai-devcamp-journey.html index 8bc1bf2c..a6762d84 100644 --- a/_posts/2024-09-27-my-ai-devcamp-journey.html +++ b/_posts/2024-09-27-my-ai-devcamp-journey.html @@ -4,7 +4,7 @@ date: 2024-09-27 author_name: Arzu Caner author_role: Full Stack Developer -blurb_img: /assets/images/blog/2024-09-27-arzu-main-image.png +image: /assets/images/blog/2024-09-27-arzu-main-image.png description: I wrote about my Al DevCamp journey. category: personal-experience --- diff --git a/_posts/2024-10-09-how-nlp-interacts-with-people.html b/_posts/2024-10-09-how-nlp-interacts-with-people.html index e276ddeb..2abef8e5 100644 --- a/_posts/2024-10-09-how-nlp-interacts-with-people.html +++ b/_posts/2024-10-09-how-nlp-interacts-with-people.html @@ -4,8 +4,8 @@ date: 2024-10-09 author_name: Busra Ecem Sakar author_role: Senior Data Analyst -blurb_img: /assets/images/blog/2024-10-09-busra-cover.png -blurb_img_source: This image was created by AI. +image: /assets/images/blog/2024-10-09-busra-cover.png +image_source: This image was created by AI. description: In the realm of Artificial Intelligence (AI), Natural Language Processing (NLP) is changing the way that people engage with machines by allowing them to interact with machines in human language, effectively and meaningfully. category: artificial-intelligence --- diff --git a/_posts/2024-10-09-learn-generative-ai-with-aws.html b/_posts/2024-10-09-learn-generative-ai-with-aws.html index 5fff7f9d..a061c1ae 100644 --- a/_posts/2024-10-09-learn-generative-ai-with-aws.html +++ b/_posts/2024-10-09-learn-generative-ai-with-aws.html @@ -4,8 +4,8 @@ date: 2024-10-09 author_name: Airat Yusuff author_role: Software Engineer -blurb_img: /assets/images/blog/2024-10-09-airat-cover.png -blurb_img_source: Created by Author with Canva +image: /assets/images/blog/2024-10-09-airat-cover.png +image_source: Created by Author with Canva description: Learn how to use PartyRock by AWS to build your own AI app in minutes, NO coding involved! category: generative-ai --- diff --git a/_posts/2024-11-04-microservices-paradise.html b/_posts/2024-11-04-microservices-paradise.html index 569e0b97..c8ca0750 100644 --- a/_posts/2024-11-04-microservices-paradise.html +++ b/_posts/2024-11-04-microservices-paradise.html @@ -4,8 +4,8 @@ date: 2024-11-04 author_name: Irina Kamalova author_role: VP Lead Software Engineer -blurb_img: /assets/images/blog/2024-11-04-microservices-paradise-banner.png -blurb_img_source: Created by Author with Canva +image: /assets/images/blog/2024-11-04-microservices-paradise-banner.png +image_source: Created by Author with Canva description: Microservices Paradise category: microservices --- diff --git a/_posts/2024-11-04-tailoring-your-career-quarterly.html b/_posts/2024-11-04-tailoring-your-career-quarterly.html index 5172b61c..f447cebf 100644 --- a/_posts/2024-11-04-tailoring-your-career-quarterly.html +++ b/_posts/2024-11-04-tailoring-your-career-quarterly.html @@ -4,8 +4,8 @@ date: 2024-11-04 author_name: Irina Kamalova author_role: VP Lead Software Engineer @ JPMorgan Chase -blurb_img: /assets/images/blog/2024-11-04-tailor-your-career/2024-11-04-tailor-your-career-1-main.jpg -blurb_img_source: Created by Author with Canva +image: /assets/images/blog/2024-11-04-tailor-your-career/2024-11-04-tailor-your-career-1-main.jpg +image_source: Created by Author with Canva description: Your guide to setting goals and building the relationship with your manager. category: tech-career --- diff --git a/_posts/2024-12-03-a-simple-walkthrough-of-kubernetes-pod-creation.html b/_posts/2024-12-03-a-simple-walkthrough-of-kubernetes-pod-creation.html index 9039868a..95a38b2e 100644 --- a/_posts/2024-12-03-a-simple-walkthrough-of-kubernetes-pod-creation.html +++ b/_posts/2024-12-03-a-simple-walkthrough-of-kubernetes-pod-creation.html @@ -4,8 +4,8 @@ date: 2024-12-03 author_name: Madhura C author_role: Engineering Manager @ Elliptic -blurb_img: /assets/images/blog/20241203-Madhura-cover.png -blurb_img_source: From Author +image: /assets/images/blog/20241203-Madhura-cover.png +image_source: From Author description: A detailed guide explaining the lifecycle of Kubernetes Pods, from YAML definition to live deployment. category: kubernetes --- diff --git a/_posts/2024-12-03-techCrunch-disrupt-learnings.html b/_posts/2024-12-03-techCrunch-disrupt-learnings.html index 354c9a08..90799713 100644 --- a/_posts/2024-12-03-techCrunch-disrupt-learnings.html +++ b/_posts/2024-12-03-techCrunch-disrupt-learnings.html @@ -4,7 +4,7 @@ date: 2024-12-03 author_name: Sahana Venkatesh author_role: Software Engineer -blurb_img: /assets/images/blog/2024-12-03-techcrunch-disrupt-learnings.jpg +image: /assets/images/blog/2024-12-03-techcrunch-disrupt-learnings.jpg description: "TechCrunch Disrupt 2024 brought together global tech leaders to explore cutting-edge innovations. I interviewed Madhuvanthi Venkatesh, a data scientist and AI meetup organizer, about her key takeaways: the rise of “tiny LLMs,” the importance of real networking, and Silicon Valley’s leadership in AI." category: Conference reflections --- diff --git a/_posts/2025-01-13-risk-management-in-engineering.html b/_posts/2025-01-13-risk-management-in-engineering.html index 46b66837..58cd0ed7 100644 --- a/_posts/2025-01-13-risk-management-in-engineering.html +++ b/_posts/2025-01-13-risk-management-in-engineering.html @@ -4,8 +4,8 @@ date: 2025-01-13 author_name: Julia Babahina author_role: Lead Risk Specialist at Swift and a Director at Women Coding Community -blurb_img: /assets/images/blog/2025-01-13-risk-management-in-engineering.jpg -blurb_img_source: Created by Author with Canva +image: /assets/images/blog/2025-01-13-risk-management-in-engineering.jpg +image_source: Created by Author with Canva description: Risk management is an inherent and very often invisible and intangible part of everything we do. Every day we make decisions, sometimes without thinking too much about it, and some decisions require more thinking because of uncertainty. This is where risk management brings value - it helps to navigate these uncertainties. category: risk management --- diff --git a/_posts/2025-02-10-managing-your-career.html b/_posts/2025-02-10-managing-your-career.html index e60592c9..f86edebd 100644 --- a/_posts/2025-02-10-managing-your-career.html +++ b/_posts/2025-02-10-managing-your-career.html @@ -4,7 +4,7 @@ date: 2025-02-10 author_name: Julia Babahina author_role: Lead Risk Specialist at Swift and a Director at Women Coding Community -blurb_img: /assets/images/blog/2025-02-10-manage-your-career/2025-02-10-manage-your-career.jpg +image: /assets/images/blog/2025-02-10-manage-your-career/2025-02-10-manage-your-career.jpg description: "The beginning of a new year is an exciting time and a great opportunity to take a step back and reflect on your career journey. A great tool to capture your reflections and close any associated gaps is a Career Development Plan (CDP). CDP is your personalised strategy which you define and use to achieve your career goals. It outlines skills and diff --git a/_posts/2025-03-02-studying-and-passing-aws-cert-exam.html b/_posts/2025-03-02-studying-and-passing-aws-cert-exam.html index a6ff91ec..d1a5b8db 100644 --- a/_posts/2025-03-02-studying-and-passing-aws-cert-exam.html +++ b/_posts/2025-03-02-studying-and-passing-aws-cert-exam.html @@ -4,8 +4,8 @@ date: 2025-03-02 author_name: Peace Onyehanere author_role: Software Engineer -blurb_img: /assets/images/blog/2025-03-02-studying-and-passing-aws-cert-exam.png -blurb_img_source: +image: /assets/images/blog/2025-03-02-studying-and-passing-aws-cert-exam.png +image_source: description: Studying and Passing the AWS Certification Exam category: Certifications --- diff --git a/_posts/2025-03-12-building-cutting-edge-ai-solutions.html b/_posts/2025-03-12-building-cutting-edge-ai-solutions.html index c066a4a3..b77a0bbb 100644 --- a/_posts/2025-03-12-building-cutting-edge-ai-solutions.html +++ b/_posts/2025-03-12-building-cutting-edge-ai-solutions.html @@ -4,8 +4,8 @@ date: 2025-03-12 author_name: Sahana Venkatesh author_role: Software Engineer at Wayve -blurb_img: /assets/images/blog/2025-03-12-Sahana-gemma2-banner.png -blurb_img_source: Image courtesy of the team. +image: /assets/images/blog/2025-03-12-Sahana-gemma2-banner.png +image_source: Image courtesy of the team. description: Lablab AI, in collaboration with Google’s Gemma team, hosted a hackathon to build AI solutions using Gemma 2 models. category: artificial-intelligence --- diff --git a/_posts/2025-06-10-mid-senior-engineer.html b/_posts/2025-06-10-mid-senior-engineer.html index 20277031..d3165dd1 100644 --- a/_posts/2025-06-10-mid-senior-engineer.html +++ b/_posts/2025-06-10-mid-senior-engineer.html @@ -4,8 +4,8 @@ date: 2025-06-10 author_name: Irina Kamalova author_role: VP Lead Software Engineer @ JPMorgan Chase -blurb_img: /assets/images/blog/2025-06-10-mid-to-senior-engineer-banner.png -blurb_img_source: +image: /assets/images/blog/2025-06-10-mid-to-senior-engineer-banner.png +image_source: description: | So, you've mastered the fundamentals, you're a reliable contributor, and the "Mid-Level Engineer" title feels comfortable. But the ambition to grow, to take on more responsibility, diff --git a/_posts/2025-06-14-atomic-habits-small-changes-real-results.html b/_posts/2025-06-14-atomic-habits-small-changes-real-results.html index ad587605..8a709324 100644 --- a/_posts/2025-06-14-atomic-habits-small-changes-real-results.html +++ b/_posts/2025-06-14-atomic-habits-small-changes-real-results.html @@ -4,8 +4,8 @@ date: 2025-06-14 author_name: Nino Godoradze author_role: Data Scientist at Bank of Georgia -blurb_img: -blurb_img_source: +image: +image_source: description: "Atomic Habits: Small Changes, Real Results" category: Productivity --- diff --git a/_posts/2025-06-20-self-taught-self-doubt.html b/_posts/2025-06-20-self-taught-self-doubt.html index 3ea83cea..5b778b9e 100644 --- a/_posts/2025-06-20-self-taught-self-doubt.html +++ b/_posts/2025-06-20-self-taught-self-doubt.html @@ -4,8 +4,8 @@ date: 2025-06-20 author_name: Büşra Ç. T. author_role: -blurb_img: /assets/images/blog/2025-06-20-self-taught-self-doubt.jpeg -blurb_img_source: +image: /assets/images/blog/2025-06-20-self-taught-self-doubt.jpeg +image_source: description: A personal reflection on learning to code as a self-taught developer, battling imposter syndrome, and how mentorship helped me stop looking only at what I lacked and start seeing how far I’d come. category: Career --- diff --git a/_posts/2025-07-01-first-year-at-wcc.html b/_posts/2025-07-01-first-year-at-wcc.html index 2c28bb89..68d1944e 100644 --- a/_posts/2025-07-01-first-year-at-wcc.html +++ b/_posts/2025-07-01-first-year-at-wcc.html @@ -4,8 +4,8 @@ date: 2025-07-01 author_name: Rajani Rao author_role: Principal Technologist, AVEVA -blurb_img: /assets/images/blog/2025-07-01-first-year-at-wcc.jpg -blurb_img_source: +image: /assets/images/blog/2025-07-01-first-year-at-wcc.jpg +image_source: description: "Our first year as WomenCodingCommunity" category: Community --- diff --git a/_posts/2025-07-02-habits-challenge-lessons.html b/_posts/2025-07-02-habits-challenge-lessons.html index d9975b5a..8a7f826e 100644 --- a/_posts/2025-07-02-habits-challenge-lessons.html +++ b/_posts/2025-07-02-habits-challenge-lessons.html @@ -4,8 +4,8 @@ date: 2025-07-02 author_name: Silke Nodwell author_role: Lead at Women Coding Community -blurb_img: /assets/images/blog/2025-07-02-habits-challenge-lessons.jpg -blurb_img_source: +image: /assets/images/blog/2025-07-02-habits-challenge-lessons.jpg +image_source: description: Lessons from Our 4-Week Habit Challenge category: Productivity --- diff --git a/assets/images/banner.png b/assets/images/banner.png new file mode 100644 index 00000000..917a8f84 Binary files /dev/null and b/assets/images/banner.png differ diff --git a/assets/images/default-seo-thumbnail.png b/assets/images/default-seo-thumbnail.png new file mode 100644 index 00000000..ad40b087 Binary files /dev/null and b/assets/images/default-seo-thumbnail.png differ diff --git a/blog.html b/blog.html index 2922c252..8abac5cb 100644 --- a/blog.html +++ b/blog.html @@ -20,8 +20,8 @@
- {% if post.blurb_img %} - header image for {{post.title}} + {% if post.image %} + header image for {{post.title}} {% else %} header image for {{post.title}}