jinpark / something-sunshine

Something Sunshine podcast app using jekyll and soundcloud (but not anymore)
http://somethingsunshine.com
1 stars 0 forks source link

How to add a new post

TLDR: Look at https://github.com/jinpark/something-sunshine/edit/gh-pages/_posts/2015-01-28-Something-About-Recapping-2014.markdown as an example and copy paste it into a new file, keeping the same naming convention. Change everything there that looks like you should change. Bam, new post


Create new File

https://github.com/blog/1327-creating-files-on-github

Naming convention YYYY-MM-DD-episode-title.markdown

Front matter

On top of the post add whats below and change whats needed

---
layout: post
title:  "Welcome to Jekyll!"
date:   2015-01-28 15:24:00
categories: jekyll update
track_id: 42618806
---

The rest of the post will be in markdown format. It is a fairly simple (this post was written in markdown!) markup language. Github does a much better job than me in explaining it

https://help.github.com/articles/github-flavored-markdown/

Check out any of the posts in the _posts folder to see an example post and feel free to copy and paste to use as a template.

Thanks and contact me on slack if you have any questions!