GabhenDM / website

Website code for the podcast Marmita de Redon

Home Page:https://marmita.pt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marmita-de-redon.github.io/website

This repository has the code for the public website (this is really the source).

Using

  1. Install Hugo
  2. Clone this repository
git clone https://github.com/marmita-de-redon/website.git marmita-website
cd marmita-website
  1. Run Hugo and access http://localhost:1313/
hugo server 
  1. Episodes should be published inside /content/post:
  • /content/post/s01e01.md with the first episode of Season 1
  • /content/post/s01e02.md with the second episode of Season 1
  1. Media content (images, audio, videos, etc...) should NOT be hosted here (except for website logos).
    Host those files somewhere else, and link them here.

Publishing to production (making it live)

Every push to the main branch gets automatically deployed to production (in a couple of minutes).
This uses Github Actions to host the website using Github Pages to do it.

About

Website code for the podcast Marmita de Redon

https://marmita.pt

License:MIT License


Languages

Language:HTML 90.4%Language:JavaScript 5.5%Language:CSS 4.1%