Skip to content

Instantly share code, notes, and snippets.

@MattSurabian
Last active August 29, 2015 14:22
Show Gist options
  • Save MattSurabian/a5140257def6f699a8ab to your computer and use it in GitHub Desktop.
Save MattSurabian/a5140257def6f699a8ab to your computer and use it in GitHub Desktop.
Basic post markdown file required for a podcast site powered by Jekyll
---
layout: episode
number: "000"
duration: "TIME:CODE:LENGTH"
length: "FILE_BYTES"
title: "The Episode's Title"
short_description: "This is a short description about the episode."
aac_asset_link: "LINK TO AAC ENCODED EPISODE"
ogg_asset_link: "LINK TO OGG ENCODED EPISODE"
segments: "LIST, OF, SEGMENTS, IN, THIS, EPISODE"
tags: [SOME, TAGS]
comments: true
---

Long description about the episode written in markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment