maptime / maptime-admin

General maptime information (Start here!)
31 stars 6 forks source link

Improve process blogging by chapters and/or add to main maptime.io blog #50

Open bethschechter opened 9 years ago

bethschechter commented 9 years ago

how can we do this? @geografa is there a way to pool all maptime chapter blogs into the main maptime.io blog? I would really love that, and it would keep us from duplicating efforts

geografa commented 9 years ago

:+1: this idea. I have to think about this given there are sites outside of the maptime org. Maybe @katydecorah has some ideas?

bethschechter commented 9 years ago

cool! well one idea is to start with the sites that are in maptime org and then we can encourage people to use jekyll and keep their stuff in the organization :)

bethschechter commented 9 years ago

thanks @geografa

geobrando commented 9 years ago

Question is do you want all chapter blogs to appear in the main blog. Many chapters are using their jekyll sites to announce events and post recaps for their members, which probably wouldn't be of interest to a general audience. Maybe you could just encourage organizers to blog on the main site on topics that might have general appeal.

katydecorah commented 9 years ago

@geografa If each chapter blog has an RSS feed then we can parse that data and build a single stream (via JavaScript). I'm not sure how it will be performance-wise considering there would be a considerably amount of data, but it's an idea!

bethschechter commented 9 years ago

Is there a way to make it easy for someone to select what post they would like to share on the main blog? Self curation? It may be as simple for asking for reposts, if we think it's too much to have every post by every chapter in the main feed.

Is it possible to do a Featured Post setting, where if we want an announcement or something to stay at the top of the blog?

//typed with thumbs On Apr 24, 2015 6:56 AM, "Katy DeCorah" notifications@github.com wrote:

@geografa https://github.com/geografa If each chapter blog has an RSS feed then we can parse that data and build a single stream (via JavaScript). I'm not sure how it will be performance-wise considering there would be a considerably amount of data, but it's an idea!

— Reply to this email directly or view it on GitHub https://github.com/maptime/maptime-admin/issues/50#issuecomment-95941037 .

geobrando commented 9 years ago

@bethschechter Since we're not running a single jekyll site but a main one and a separate one for each chapter, I think this would have to be done using something like @katydecorah suggested.

For those chapters running a Jekyll site, what about asking them to use this and tag with something like "HQ" which would pull only those into the main blog?

For others using different blogging platforms that provide RSS feeds, there might be similar solutions.

bethschechter commented 9 years ago

I like this idea @geobrando. That makes it easy for everyone. Thumbs up!!

On Fri, Apr 24, 2015 at 10:59 AM, Brandon Knight notifications@github.com wrote:

@bethschechter https://github.com/bethschechter Since we're not running a single jekyll site but a main one and a separate one for each chapter, I think this would have to be done using something like @katydecorah https://github.com/katydecorah suggested.

For those chapters running a Jekyll site, what about asking them to use this https://github.com/snaptortoise/jekyll-rss-feeds and tag with something like "HQ" which would pull only those into the main blog?

For others using different blogging platforms that provide RSS feeds, there might be similar solutions.

— Reply to this email directly or view it on GitHub https://github.com/maptime/maptime-admin/issues/50#issuecomment-96013472 .

@bethschechter Maptime http://maptime.io/ founder ATL –> SF –> PDX

geobrando commented 9 years ago

Github pages has just enabled the use an atom plugin for Jekyll blogs. This will make it easy to generate feeds. Pulling them into the main site is a different story.

https://github.com/blog/2053-easier-feeds-for-github-pages

geografa commented 9 years ago

:+1: