editorconfig / editorconfig.github.com

Configuration file format for defining coding styles in shared projects
http://editorconfig.org
Other
266 stars 42 forks source link

Make a blog for announcements #49

Closed treyhunner closed 8 years ago

treyhunner commented 9 years ago

As discussed in #48 by Hong.

xuhdev commented 9 years ago

I think we can do it either with WordPress or a static site generator.

WordPress:

Pros:

Cons:

Current popular static site generators are on the contrary. I'm mostly worried about the supporting of a static site generator, besides that, I don't think the other downsides really make a deal -- we probably don't need commenting.

treyhunner commented 9 years ago

Another alternative: Ghost

jednano commented 9 years ago

I've used Ghost and I'm very happy with it.

xuhdev commented 9 years ago

We can go with Nikola which is what I'm using for my blog (I'm more familiar with), but not as popular as pelican, which is used by kernel.org (thus don't expect it to die soon).

jednano commented 9 years ago

Ghost has a better design aesthetic IMO.

treyhunner commented 9 years ago

We use pelican for pythonsd.org and I am not a fan (at least not of the version we're using).

I'm fine with any of these options. I do not plan to produce much content for the blog, but it would be nice to have for short announcement posts if for nothing else. Allowing posting from community members occasionally might be nice, but I don't think it's a strictly necessary feature.

xuhdev commented 9 years ago

Yes, I suppose we would only use it for announcement

ffes commented 8 years ago

Since the site is hosted at Github Pages, why not use Jekylls blog features. If you like that idea, I have a fairly straightforward patch/PR to add blog posts to the current website.

Pros:

Cons:

To test locally, you need to have Jekyll installed, but that is quite easy IMHO