zakariaelas / geeksblabla.com

GeeksBlala website source code

Home Page:https://geeksblabla.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/
    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
      • 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"]
isNext: false
video: "2254365704624093"
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 - Intro

0:03 - The history of web and W3C?

	...

1:57 - 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"]
isNext: false
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 - Intro

0:03 - The history of web and W3C?

	...

1:57 - 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

πŸ’»

mohamedaitbouaaza

πŸ–‹

Anas Temouden

πŸ–‹

Hamza Makraz

πŸ–‹

Oualid MOUSSAID

πŸ–‹

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

About

GeeksBlala website source code

https://geeksblabla.com

License:MIT License


Languages

Language:JavaScript 69.4%Language:CSS 30.6%