Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 785 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 785 Bytes

Contributing

Prerequisites

Fork this repository.

The GitHub documentation might help if you are unfamiliar with GitHub flow: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/github-flow

Setup

Download Hugo binary or install it as described here

git clone git@github.com:*YOUR_USERNAME*/website.git
cd website
git submodule update --init

Build and serve on localhost

hugo server
open localhost:1313

How to add new episode

hugo new episodes/TITLE_OF_SHOW

Submit your changes

More details creating a pull request from a fork