life-itself / community

πŸ‘‹ Life Itself's community forum / wiki / digital garden. Also our generate coordination point with issues etc.
https://notes.lifeitself.org/
22 stars 11 forks source link

Publish Joseph Henrich Podcast Ep. 3 & 4 #744

Closed laurenwigmore closed 1 year ago

laurenwigmore commented 1 year ago

Use the Podcast SOP and publish the Joseph Henrich Podcast Ep.3 & 4

Acceptance

Tasks

Create Youtube video

Create Podcast

Create blogpost

Next

Podcast Landing page content

laurenwigmore commented 1 year ago

@olayway I published episodes 3&4 and episode 2 #664 under the podcast section on the website. Initially episodes 3 & 4 were showing up. But since making updates to the copy episodes 3 & 4 are now no longer showing. Episode 2 has never shown up. I've compared with other podcast notes on Obsidian but I can't figure out a fix. Can you shed any light?

Small update - none of the 3 episodes are showing up on the main podcast page but [episode 2 when I was the url] works](https://lifeitself.org/podcast/homo-sapiens-the-cultural-species), but 3 & 4 has a 404 error.

olayway commented 1 year ago

@laurenwigmore Podcast 2 is showing up but with "Invalid date":

image

This is because podcast document type doesn't support created field, but date field.

olayway commented 1 year ago

@laurenwigmore Podcasts 3 and 4 were skipped in the build (along with some blog post) due to incorrect usage of frontmatter fields.


15:33:27.296 | β”œβ”€β”€ 6 documents contain field data which didn't match the structure defined in the document type definition. (Skipping documents)
-- | --
15:33:27.297 | β”‚
15:33:27.297 | β”‚   β€’ "podcast/Cultural-Evolution-Culture-Cultural-Evolution-and-the-Scaling-of-Societies.md" of type "Podcast" has the following incompatible fields:
15:33:27.297 | β”‚     β€’ author: ["lauren-wigmore"]
15:33:27.297 | β”‚   β€’ "podcast/Cultural-Evolution-Implications-and-whats-next.md" of type "Podcast" has the following incompatible fields:
15:33:27.297 | β”‚     β€’ author: ["lauren-wigmore"]
...
15:33:27.298 | β”‚   β€’ "blog/2023/07/25/results-of-inauguaral-life-itself-research-hackathon.md" of type "Blog" has the following incompatible fields:
15:33:27.298 | β”‚     β€’ categories: "research"
  1. The author field in Podcast document type should be a string, not a list of strings

    • your version:
      
      author:
    • lauren-wigmore
    • should be:
      author: lauren-wigmore
  2. The categories field in Blog document type should be a list of strings, not a sctring.

    • your version:
      categories: research
nathenf commented 1 year ago

@laurenwigmore what is left in this issue? Can we close?

laurenwigmore commented 1 year ago

@laurenwigmore what is left in this issue? Can we close?

I could do with doing some smaller social media actions on this to promote, but I can make a note and will close this now