DefinitelyTyped / definitelytyped.github.io

Website content for definitelytyped.org
http://definitelytyped.org
MIT License
240 stars 96 forks source link

Create a "Team blog" section #21

Open Diullei opened 10 years ago

Diullei commented 10 years ago

Create a "Team blog" session like http://gruntjs.com/blog or http://yeoman.io/blog/. This session could be another repository named "blog" published on http://www.definitelytyped.org/blog address.

johnnyreilly commented 10 years ago

I'd be happy to republish some of my TypeScript related blogs here if this happens.

Bartvds commented 10 years ago

Good idea, we cold use a communication channel like a blog.

We run docpad, which is used for blogs too so might as well do it on the main site. Then we can blog in markdown and have everything integrated (style, links, plugins etc)

All we need to do is set it up.

Diullei commented 10 years ago

Nice! I Will start it when I get a free time!

Bartvds commented 10 years ago

Nice!

There are a lot of tutorials and articles for it on google. It comes down to creating a new collection (posts usually), creating new documents with some more meta-data in the header (like date, draft etc) and defining a new collection for that directory.

Then make it sort on date, and somehow rig a paginator and atom feed. These are more difficult, but I saw many blogs have info on it.