cantinac / design-build-test-repeat

Website for the Design, Build, Test, Repeat Podcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design, Build, Test, Repeat Podcast

This is a Jekyll blog, that hosts the Design, Build, Test, Repeat podcast. Hosted by Eric Bailey and Mike Kivikoski. Recorded, cut, and mixed by Jeremy Brody.

Setup

Clone repo.

$ git clone git@github.com:cantinac/design-build-test-repeat.git && cd design-build-test-repeat

Install required gems:

$ bundle install

Start server

$ jekyll serve

or

$ bundle exec Jekyll serve

Testing

Before pushing to github, test your code using:

$ rake test

Process for adding new podcast

  • Create branch feature/episode-<##>-<episode-name>
  • Create a new episode markdown file in /_episode called <##>-<episode_name>.md
  • Paste in the Soundcloud iframe, changing the height to 250
  • Add In this Episode: description to the summary metadata and content
  • Add show note links
  • (For a template guide, view _episodes/00-introduction.md)
  • Before pushing, test your code.
  • Create a PR, and wait for a LGTM or thumbsup
  • When PR is accepted, merge into master
  • Master is auto deployed to http://dbtr.fm (may take a few minutes)
  • Delete your branch

Process for contributing

  • Create an Issue
  • Create a feature/ or bug/ branch that corresponds with issue
  • Work in that branch
  • Before pushing, test your code.
  • Create a PR, and wait for a LGTM or thumbsup
  • When PR is accepted, merge into master
  • Master is auto deployed to http://dbtr.fm (may take a few minutes)
  • Delete your branch

About

Website for the Design, Build, Test, Repeat Podcast


Languages

Language:CSS 48.5%Language:HTML 33.3%Language:Ruby 18.2%