https://github.com/ckay-9/podcast-website
A Podcast Website Template
https://github.com/ckay-9/podcast-website
podcast static web
Last synced: over 1 year ago
JSON representation
A Podcast Website Template
- Host: GitHub
- URL: https://github.com/ckay-9/podcast-website
- Owner: CKAY-9
- License: agpl-3.0
- Created: 2024-02-12T19:45:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T00:24:53.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:12:44.973Z (over 1 year ago)
- Topics: podcast, static, web
- Language: JavaScript
- Homepage: https://ckay-9.github.io/podcast-website/index.html
- Size: 5.25 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Podcast Website
Simple podcast website for hosting your podcast episodes.
## Customization / Adding Episodes
### Adding Member Images
1. Select a picture you want for the member
2. Move the picture to the `./content` folder
3. Edit index.js and find `const members`
4. Find the member you want to change
5. Change the `image` value to whatever the image file is called
6. Edit any other information
7. Save index.js
8. Refresh website
### Adding Podcast Episodes
1. Select your podcast audio file and image
2. Move the files to the `./content` folder
3. Edit index.js and find `const podcast_episodes`
4. Add a new entry following the structure of the other ones
5. Fill in the information and put the proper file name
6. Save index.js
7. Refresh website
### Changing General Information
1. Edit index.js
2. Find `podcast_name` or `podcast_description`, or social links (leave blank for invisible)
3. Change to whatever you want
4. Save index.js
5. Refresh website