Skip to content

Commit 56e537d

Browse files
authored
Merge pull request #3424 from st0012/improve-community-page
Improve community related content
2 parents 5f5ce6d + 21d56e2 commit 56e537d

File tree

3 files changed

+19
-22
lines changed

3 files changed

+19
-22
lines changed

_data/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sidebar:
6565
url: /en/community/user-groups/
6666
description: Get in contact with Rubyists in your area.
6767
weblogs:
68-
text: Blogs
68+
text: Blogs and Newsletters
6969
url: /en/community/weblogs/
7070
description: Read about what’s happening right now in the Ruby community.
7171
ruby_core:

en/community/index.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,31 +36,25 @@ to start:
3636
: Now is a fantastic time to follow Ruby’s development.
3737
If you are interested in helping with Ruby, start here.
3838

39-
[Ruby Blogs](weblogs/)
40-
: Very little happens in the Ruby community that is not talked about on
41-
the blogs. We’ve got a nice list of suggestions for you here for
42-
getting plugged in.
39+
[Ruby Blogs and Newsletters](weblogs/)
40+
: Most activities and updates in the Ruby community are discussed through blogs and newsletters. Here’s a curated list to help you stay connected and informed.
4341

4442
[Ruby Conferences](conferences/)
4543
: Ruby programmers around the world are getting involved in more and
4644
more conferences, where they get together to share reports on
4745
work-in-progress, discuss the future of Ruby, and welcome newcomers to
4846
the Ruby community.
4947

48+
Additionally, you can visit [rubyvideo.dev](https://www.rubyvideo.dev/) to find videos of Ruby conferences and talks.
49+
5050
[Podcasts](podcasts/)
5151
: If you prefer to listen to discussions about Ruby rather than read,
5252
you can tune into one of these awesome Ruby podcasts. These Rubyists
5353
use their podcasts to cover new releases, community news, and
5454
interview their fellow Ruby developers.
5555

56-
General Ruby Information
57-
: * [Ruby Central][ruby-central]
58-
* [Ruby at Open Directory Project][ruby-opendir]
59-
* [Rails at Open Directory Project][rails-opendir]
60-
61-
56+
[Ruby Central][ruby-central]
57+
: Ruby Central is a non-profit organization dedicated to supporting the worldwide Ruby community.
6258

6359
[ruby-central]: http://rubycentral.org/
6460
[ruby-discord]: https://discord.gg/ad2acQFtkh
65-
[ruby-opendir]: https://dmoztools.net/Computers/Programming/Languages/Ruby/
66-
[rails-opendir]: https://dmoztools.net/Computers/Programming/Languages/Ruby/Software/Frameworks/Rails/

en/community/weblogs/index.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
22
layout: page
3-
title: "Blogs"
3+
title: "Blogs and Newsletters"
44
lang: en
55
---
66

7-
Ruby blogs have exploded over the past years and given sufficient
8-
hunting, you can unearth hundreds of blogs sharing bits of Ruby code,
9-
describing new techniques, or speculating on Ruby’s future.
7+
Ruby blogs and newsletters have exploded over the past years and given
8+
sufficient hunting, you can unearth hundreds of blogs sharing bits of
9+
Ruby code, describing new techniques, or speculating on Ruby’s future.
1010
{: .summary}
1111

12+
### Newsletters
13+
14+
* [**Ruby Weekly**][ruby-weekly]: A newsletter that curates the most interesting Ruby articles and news each week.
15+
* [**Short Ruby Newsletter**][short-ruby-newsletter]: A weekly summary of the articles, discussions, and news from the Ruby community.
16+
1217
### Mining for Ruby Blogs
1318

1419
* [**RubyFlow**][rubyflow], “the Ruby and Rails community linklog”,
@@ -22,13 +27,10 @@ describing new techniques, or speculating on Ruby’s future.
2227
A few notable blogs stand out for the frequency and immediacy of their
2328
updates.
2429

25-
* [**Ruby Weekly**][ruby-weekly]: Although more of a newsletter than a
26-
blog, Ruby Weekly is a distillation of the most interesting Ruby
27-
articles and news each week.
2830
* [**DEV Ruby Tag**][dev-ruby-tag] is the collection of all posts
2931
tagged Ruby within the DEV Community. DEV is a network of thousands
3032
of software developers who blog about and discuss code.
31-
* [**Riding Rails**][riding-rails] is the official group blog of the
33+
* [**Ruby on Rails Blog**][ruby-on-rails-blog] is the official group blog of the
3234
Ruby on Rails team. If you are running Rails, this blog is essential
3335
for notification of security updates and an overall view of the wide
3436
Rails community.
@@ -47,6 +49,7 @@ out there, be sure to share!
4749
[rubyland]: http://rubyland.news/
4850
[ruby-weekly]: https://rubyweekly.com/
4951
[dev-ruby-tag]: https://dev.to/t/ruby
50-
[riding-rails]: http://weblog.rubyonrails.org/
52+
[ruby-on-rails-blog]: https://rubyonrails.org/blog/
5153
[reddit]: http://www.reddit.com/r/ruby
5254
[hn]: http://news.ycombinator.com/
55+
[short-ruby-newsletter]: https://newsletter.shortruby.com/

0 commit comments

Comments
 (0)