Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

johnreutersward/gopherpods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GopherPods

GopherPods is a community-driven list of podcast episodes that cover the Go programming language and Go related projects.

https://gopherpods.netlify.com

Add episode

Add new podcast episodes to the end of the episodes.json file.

Be sure to link directly to the show page of the particular episode.

Develop

Install dependencies

go get

Build

go build

Generate site

./gopherpods

This will generate the index.html, rss.xml and atom.xml files in the static dir.

Deploy

netlifyctl deploy -b static

License

MIT

Releases

No releases published

Packages

No packages published