Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

double-slash-podcast/double-slash

Repository files navigation

double-slash.png

🎙️ Last episodes

Double Slash Podcast Website

Website developed with Gatsby JS. Hosted on Netlify.

Netlify Status

Libraries used

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 :

---
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/