Raku / problem-solving

🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate
Artistic License 2.0
70 stars 16 forks source link

Add a Raku blog site as "blogs.raku.org" #231

Open tbrowder opened 4 years ago

tbrowder commented 4 years ago

Except for the Advent Wordpress site, Raku does not have its own blogging platform. There are many sites that may be and are used, but having our own easy-to-use site might encourage more Raku blogging activity as well as visibility.

Some desirable traits:

UPDATE

I plan to follow suggestions here and start a blogging site for programmers of all languages. Then @lizmat can automagically check it for Raku articles. Site will be run on Github with address of zola-blogs.us. Citizens of all nations will be welcome. Access will be by PR and entries should be in Github-flavored Markdown. Entries will be organized by author and publishing date (yyy-mm-dd).

Suggestions are welcomed.

lizmat commented 4 years ago

This is not a production issue, even though it's related to infrastructure. So I feel it would be an unnecessary burden for @rba : it's a community question that needs answering. Once the answer is there, I'm pretty sure @rba will do whatever they can to make it happen :-)

rba commented 4 years ago

I agree. This has first to be discussed. As soon as the direction is clear it would be great to involve me again. Cheers.

tbrowder commented 4 years ago

Did I miss a "community" label? Ah, I should submit a meta proposal to add a "community" label.

JJ commented 4 years ago

Easiest thing is to create an Hugo or similar based one in GitHub. It can be hosted at raku.github.io/blogs, anyone with permission can write, an so on. Another option would be to add another domain to raku-advent.blog, or simply create a new rakublogs.wordpress.com site. We can simply add people there...

But I wouldn't do it before we really, really, feel the need for it. So far people are writing in their own blogs, and @lizmat spreads the word in the raku weekly. Continuing that way is probably a good thing, at least until the point it does not scale (meaning: too much work for Liz)

CIAvash commented 4 years ago

I don't know how much it's related, but #158 exists, which can support multiple blogs.

tbrowder commented 4 years ago

From my comments on #raku, I need a decent place to blog. (Decent means easy and NOT Wordpress.) A shared site is good and the support work can be shared, too. @codesections has said he would help setup a Zola site.

JJ commented 4 years ago

El lun., 7 sept. 2020 a las 14:13, Tom Browder (notifications@github.com) escribió:

From my comments on #raku, I need a decent place to blog. (Decent means easy and NOT Wordpress.) A shared site is good and the support work can be shared, too.

OK, then. What about the version using Hugo? Would that be better?

tbrowder commented 4 years ago

Well, @codesections suggests Zola, and he has said he is willing to help and already has his own blog site using it. And use a "real" domain name of something like the suggested "blogs.raku.org".

JJ commented 4 years ago

Adding another domain to a GitHub site is only a matter of adding a file, and of course defining the redirection somewhere else.

coke commented 4 years ago

-1. Let’s learn the lessons of blogs.perl.org. I think it makes sense to aggregate multiple blogs but not host them

codesections commented 4 years ago

-1. Let’s learn the lessons of blogs.perl.org.

Here's a possibly ignorant question: just what are the lessons of blogs.perl.org? I've heard a few references to it as a negative lesson we should avoid, but I haven't been able to find anything that describes anything bad happening to it. When I go there, it looks … basically decent, I guess? But I never followed it (since I'm not/wasn't a Perl programmer). Did it go through a patch of being abandoned? Or was there interpersonal conflict? Or a security issue? I'm not asking for a detailed history lesson or anything, but I'd appreciate a link to more info or something – as is, I'm not quite sure what the lessons are

coke commented 4 years ago

This isn't intended to be an exhaustive list, but:

Basically, there's a lot of work to support it, it would seem to keep us off in a corner, and honestly, it's pretty easy to find a place to put a blog together these days.