Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/double-slash-podcast/double-slash
- Owner: double-slash-podcast
- License: mit
- Archived: true
- Created: 2020-08-24T10:53:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T02:25:40.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:28:50.770Z (9 months ago)
- Topics: frontmatter, gatsbyjs, graphql, javascript, netlify, podcast, postcss, react, rss
- Language: JavaScript
- Homepage: https://slash-podcast.fr/
- Size: 7.88 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/