Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/double-slash-podcast/double-slash

Code source du site web dédié au podcast double slash
https://github.com/double-slash-podcast/double-slash

frontmatter gatsbyjs graphql javascript netlify podcast postcss react rss

Last synced: about 2 months ago
JSON representation

Code source du site web dédié au podcast double slash

Awesome Lists containing this project

README

        

![double-slash.png](double-slash.png)

## :studio_microphone: Last episodes

- [Ruby on rails, le développement intuitif](https://double-slash.dev/podcasts/ruby-on-rails/)
- [Les News pour novembre 2022](https://double-slash.dev/podcasts/news-novembre-2022/)
- [Docusaurus et React Hebdo](https://double-slash.dev/podcasts/docusaurus/)
- [Épisode spécial 50 en live](https://double-slash.dev/podcasts/episode-50/)
- [Les News pour octobre 2022](https://double-slash.dev/podcasts/news-octobre-22/)

# Double Slash Podcast Website

Website developed with [Gatsby JS](https://www.gatsbyjs.org/).
Hosted on [Netlify](https://www.netlify.com/).

[![Netlify Status](https://api.netlify.com/api/v1/badges/a77f591b-7350-47a5-9864-aaa68996e9bf/deploy-status)](https://app.netlify.com/sites/goofy-mccarthy-79e233/deploys)

## Libraries used

- [Preact JS](https://preactjs.com/) / [React JS](https://fr.reactjs.org/) for UI.
- [plyr](https://plyr.io/) for the player
- [prismjs](https://prismjs.com/) for the snippets code
- [postcss](https://postcss.org/) for compile the css

## How to add a new podcast ?

Add a new .md file in src/content/podcasts
Add in this file, the required informations in the frontmatter.
Follow the example :

### Frontmatter example :

```md
---
title: Présentation de la JAMStack
subtitle: Présentation de la JAMStack, avantages et concepts
publicationDate: 2020-03-25
status: published
url: https://double-slash.ams3.digitaloceanspaces.com/DS_001_jamstack.mp3
author: Double slash
duration: 1000
season: 1
episodeNumber: 2
episodeType: full
explicit: false
categories:
- Technology
---

bla bla description
```

_Specific frontmatter values_

duration: in secondes

## Repository podcast

Informations for all the podcast platforms.

Update values in src/content/repository/data.yml

## Authors infos

Informations for the authors.

Update values in src/content/authors/

## Pages

Update and add pages in src/content/pages/