Skip to content

Commit ac1c3cb

Browse files
committed
Add Podcasts section to Community
Includes Ruby Rogues and the Ruby on Rails Podcast since they're the most prominent Ruby-related podcasts in English but I'm sure there might be more in other languages.
1 parent 6a33809 commit ac1c3cb

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

en/community/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ to start:
4242
work-in-progress, discuss the future of Ruby, and welcome newcomers to
4343
the Ruby community.
4444

45+
[Podcasts](podcasts/)
46+
: There's a lot of text written about Ruby on the web but there's also a lot of
47+
audio: some podcasts cover new Ruby or RubyGem releases, others are
48+
conversation between Ruby programmers, contributors, and maintainers.
49+
4550
General Ruby Information
4651
: * [Ruby Central][3]
4752
* [Ruby at Open Directory Project][4]

en/community/podcasts/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "Podcasts"
4+
lang: en
5+
---
6+
7+
Listen to news, interviews, and discussions about Ruby and its community.
8+
9+
[Ruby Rogues][rogues]
10+
: The Ruby Rogues podcast is a panel discussion about topics relating to
11+
programming, careers, community, and Ruby.
12+
13+
[Ruby on Rails Podcast][rorpodcast]
14+
: The Ruby on Rails Podcast, a weekly conversation about Ruby on Rails,
15+
open source software, and the programming profession.
16+
17+
[rorpodcast]: http://5by5.tv/rubyonrails
18+
[rogues]: https://devchat.tv/ruby-rogues

0 commit comments

Comments
 (0)