Skip to content

mriiad/geeksblabla.com

 
 

Repository files navigation

All Contributors

Gatsby

GeeksBlabla Website

Geeksblabla is a webinar where we meet to share and learn about awesome topics from the best.

We Invite knowledgable and interesting people who are not always known to the public so that they can share their experiences.

We talk about the hottest new topics and explain it to the community in a way that is simple and approachable.

The website is built using Gatsbyjs

🚀 Quick start

  1. Fork and clone the project

    git clone git@github.com:your-username/geeksblabla.com.git
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd geeksblabla.com/
    npm install
    gatsby develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

🧐 Want to contribute ?

If you want to contribute check out the help wanted issues for things that need fixing, or suggest some new features by opening new issues.

Add New Episode ?

  1. Follow the Quick start 👆

  2. Create a new episode folder

    • Duplicate an existing episode folder and rename it with the correct episode number epX

    • open index.md and Make sure to update the following info :

      • Episode date, time, duration
      • Episode Title : Facebook live stream episode title.
      • Tags : At least 1. You should stick to the following approach:
        • For abbrevations: all lowercase i.e: "dev"
        • For acronyms: all uppercase i.e: "MSS", "UX", "UI", "JS".
        • For single and composite words: all lowercase i.e: "software engineering", "mobile dev", "career".
      • category: one of the following: "MSS", "AMA", "career", "dev".
      • isNext : always false. true means the episode is the next one and should appear on the footer.
      • video : Facebook video id
      • featured : default false, true will show the episode in the TOP EPISODE home page Section
date: 2019-03-28
time: 20h
duration: "01:09:00"
title: "Open Source with Yassine Elouafi"
tags: ["open source", "dev"]
category: "dev"
isNext: false
video: "2254365704624093"
youtube: https://www.youtube.com/watch?v=kzYammaow-M
published: true
featured: false
audio:

3 . Add Episode Notes && Links

Episode Notes should contain three sections:

Description :

A simple description of the episode like the following:

In this episode of GeeksBlabla, Geeksblabla team (and guest name in case  ) talk about the Web fundamental, new js Frameworks and some best practices you need to follow as a web developer.

Guests

- [guest name 1](https://example.com)
- [guest name 1](https://example2.com)
- ....

Notes :

In the Notes section, you need to collect the most important part of the episode and try to find the right title for it using this format : h:min - title

0:00:00 - Intro

0:03:00 - The history of web and W3C?

	...

1:57:00 - when you can find trending web technologies?

make sure to add a line break between titles

Links :

- [W3C](https://www.w3.org/)
- [Reactjs](https://reactjs.org)
-....

Prepared and Presented by

- [name](https://example1.com)
- [name 2](https://example2.com)

In the end, the episode markdown file should look like : 👇

---
date: 2019-03-21
time: 20h
duration: "1:09"
title: "Introduction to Open Source"
tags: ["open source", "dev"]
category: "dev"
isNext: false
youtube: https://www.youtube.com/watch?v=kzYammaow-M
published: true
video: "2244351238958873"
url:
audio:
---

In this episode of GeeksBlabla, Geeksblabla team (and guest name in case  ) talk about the Web fundamental, new js Frameworks and some best practices you need to follow as a web developer.

## Guests
- [guest name 1](https://example.com)
- [guest name 1](https://example2.com)

## Notes
h:min - title
0:00:00 - Intro

0:03:00 - The history of web and W3C?

	...

1:57:00 - when you can find trending web technologies?

## Links

- [W3C](https://www.w3.org/)
- [Reactjs](https://reactjs.org)
-....

## Prepared and Presented by
- [name](https://example1.com)
- [name 2](https://example2.com)


4.Open the source code and start editing!

Navigate to http://localhost:8000/blablas and Make sure the episode page works as expected

Licensing

The code in this project is licensed under MIT license.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Youssouf EL AZIZI

💻 📖 🖋 👀

Amine Hakkou

💻 🖋

Soufian El

💻 📖 🖋 🤔

Aboullaite Mohammed

🖋 🤔

Ismail El Azizi

🎨 🖋

Oussama Hyad

🎨

soubai

🖋

IDRISSI Mohamed

🖋

Iduoad

🖋

Ismail Tlemçani

🖋

Mohamed Ouyizme

🖋

Mohamed ELBARCHANY

🖋

Khalil El Maghraoui

🖋

Azi Hassan

🖋

ijja

💻

Mohamed BOUKHLIF

🖋 💻

Abdel SGHIOUAR

🖋

Mourad Aouinat

🖋 💻

Meriem Zaid

🖋

Youssef Amzil

🖋

aymaneMx

🖋

Kafil

🖋 💻

Zakaria El Asri

🖋 💻

Ahmed NFAIHI

🖋

arsokay90

🖋

Mohamed El Bahja

💻

Mohamed Ait Bouaaza

🖋

Anas Temouden

🖋

Hamza Makraz

🖋

Oualid MOUSSAID

🖋

Abdelhakim Er-rafaiy

🖋

Marwane Chaoui

💻

Ayoub NAINIA

🖋

Outama Othmane

🖋

Soufiane Roui

🖋

otmos

🖋

Faissal Wahabali

💻

ZAKARIA ELALAOUI

🖋

This project follows the all-contributors specification. Contributions of any kind welcome!

About

GeeksBlala website source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • SCSS 28.5%
  • Shell 0.1%