Pogo logo

Pogo

Podcast RSS feed generator and CMS in Go.

## Getting Started There are a couple options for getting Pogo up and running. - [Download the latest release](https://github.com/gmemstr/pogo/releases/latest) - [Clone the repo and build](#building) ## Status [![Build Status](https://travis-ci.org/gmemstr/pogo.svg?branch=master)](https://travis-ci.org/gmemstr/pogo) [![gitgalaxy](https://img.shields.io/badge/website-gitgalaxy.com-blue.svg)](https://gitgalaxy.com) [![live branch](https://img.shields.io/badge/live-podcast.gitgalaxy.com-green.svg)](https://podcast.gitgalaxy.com) [![follow](https://img.shields.io/twitter/follow/gitgalaxy.svg?style=social&label=Follow)](https://twitter.com/gitgalaxy) ## Features - Automatic RSS and JSON feed generation - Frontend for listening and publishing episodes - Multiple user support - Custom CSS themes - Docker support ## Building ``` git clone https://github.com/gmemstr/pogo cd pogo go get github.com/tools/godep godep restore go build ./pogo ```