Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add host frontmatter to all episode files #347

Closed
mattstratton opened this issue Mar 8, 2018 · 4 comments
Closed

Add host frontmatter to all episode files #347

mattstratton opened this issue Mar 8, 2018 · 4 comments

Comments

@mattstratton
Copy link
Member

This will likely be a manual effort as we have no programmatic way to determine who was the host of which episode.

@mattstratton
Copy link
Member Author

For reference, this is an existing episode frontmatter:

+++
Description = "Bridget discusses Devops Weekly with Gareth Rushgrove."
aliases = ["/105"]
author = "Bridget"
categories = []
date = "2018-03-01T18:55:48-05:00"
episode = "105"
explicit = "yes"
friendly = "devops-weekly"
guests = ["grushgrove"]
images = ["https://www.arresteddevops.com/img/social/fb/devops-weekly.png"]
news_keywords = []
podcast = "https://media.blubrry.com/arresteddevops/content.blubrry.com/arresteddevops/arrested-devops-podcast-episode105.mp3"
podcast_duration = "57:07"
sponsors = ["chef", "datadog"]
tags = []
title = "Devops Weekly with Gareth Rushgrove"
youtube = "C82Mumc5ShE"

+++

This same file should be changed to read:

+++
Description = "Bridget discusses Devops Weekly with Gareth Rushgrove."
aliases = ["/105"]
date = "2018-03-01T18:55:48-05:00"
episode = "105"
explicit = "yes"
guests = ["grushgrove"]
images = ["img/social/fb/devops-weekly.png"]
podcast_file = "arrested-devops-podcast-episode105.mp3"
podcast_duration = "52:04"
title = "Devops Weekly with Gareth Rushgrove"
sponsors = ["chef", "datadog"]
episode_image = "episode/img/devops-weekly.jpg"
episode_banner = "episode/img/devops-weekly-banner.jpg"
+++

@bridgetkromhout
Copy link
Member

I think @mattstratton did most of this already. I'm submitting #392 which I think fixes this ticket, but since I'm not entirely clear what other frontmatter might matter, I'll leave it to @mattstratton to resolve it.

@bridgetkromhout
Copy link
Member

All the episode files now have a hosts line with at least one host listed. Do we have further changes to make to resolve this issue?

@mattstratton
Copy link
Member Author

Nope! That’ll do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants