Add a Podcast section to the website.
it should show up as a link on the header on all pages on the right
the url should be /podcast
The podcast is AI generated, so should have a message explaining how its made
the page should look similar to the posts page and should be a collection of entries, similar to posts , it should be read from a folder called podcast in the root of the repo
the static folder in the root of the repo will contain a folder podcast_data that will contain a sub folder arxiv which will contain three folders pdfs which contain downloaded pdfs, audio which contain generated mp3, and transcripts which contain .txt files of the podcast. each of these files are use the arxiv_id as the file name, with the corresponding extensions .pdf, .mp3, .txt. create a script that generates the yaml required for each of the posts in the podcast folder in the root of the repo
Add a Podcast section to the website. it should show up as a link on the header on all pages on the right the url should be /podcast
The podcast is AI generated, so should have a message explaining how its made the page should look similar to the posts page and should be a collection of entries, similar to posts , it should be read from a folder called podcast in the root of the repo
the static folder in the root of the repo will contain a folder podcast_data that will contain a sub folder arxiv which will contain three folders pdfs which contain downloaded pdfs, audio which contain generated mp3, and transcripts which contain .txt files of the podcast. each of these files are use the arxiv_id as the file name, with the corresponding extensions .pdf, .mp3, .txt. create a script that generates the yaml required for each of the posts in the podcast folder in the root of the repo
start from edting _quarto.yml