jekyll / jekyll-help

NO LONGER MAINTAINED. USE JEKYLL TALK INSTEAD.
https://talk.jekyllrb.com
146 stars 19 forks source link

Jekyll Planet? #109

Closed phillipadsmith closed 9 years ago

phillipadsmith commented 10 years ago

No doubt this has already been mentioned or suggested somewhere, so please feel free to direct me to that spot to contribute...

Quick questions/ideas:

The "News" section on the Jekyll site seems to just focus on releases. The "Resources" section might be the place, if pull requests are encouraged against it, but perhaps its best left as a curated "best of" resources list...

Thus, I'm really asking about a less curated stream of what everyone is thinking and doing with Jekyll. Useful? Already underway? Best place for it?

Phillip.

ndarville commented 10 years ago

Development Seed are at the forefront of Jekyll and keep inventing many of the best tools for Jekyll, so you should definitely follow them for what’s what in Jekyll.

budparr commented 10 years ago

Phillip, - I've just been reading some of your posts. Great stuff.

So I started something. I built this a while back, but did nothing with it, but seems like there is a need, as you point out, so I resurrected it this morning. It's not specific to Jekyll, because my view is that any of the static site generators are tools to be chosen for a job, but as I'm a big Jekyll user, it will be a focus of coverage.

There's still much to be done, but I'd love to hear what you guys think: http://www.thenewdynamic.com/

cc: @troyswanson

parkr commented 10 years ago

Phillip - this is an excellent idea. I'd love to see it happen.

phillipadsmith commented 10 years ago

@ndarville Yes, indeed, Development Seed are doing amazing stuff. However, they've not posted much recently, whereas many others have been posting really interesting articles about the features in newer version of Jekyll -- that's what I'm keen to have a feed of. :)

@budparr Having a look now...

@parkr :+1:

(Thanks for the comments!)

phillipadsmith commented 10 years ago

@budparr Looking good. Curious where you see it going? Would people need to submit a pull request for each link, post, resource, etc.?

budparr commented 10 years ago

For posts, probably, but I think I'll do something a bit speedier for links, resources (which are now yaml files) like pull in from the delicious or Tumblr api. As long as i can do filtering and search on them. Open to suggestions

phillipadsmith commented 10 years ago

Hmmm... thinking this through: if posts are not automatically added -- based on a feed or something -- then it's not really a planet is it?

I was thinking something more along the lines of: http://planet.mozilla.org/ You know, a "river of news" on a topic.

Maybe there's not enough posts for that to make sense? But then again...

budparr commented 10 years ago

So far the site that I put together has been more about the process of thinking about this than anything.

I'm thinking of something like Tumblr, which can be open to contributors and quick and easy to add a link, yet gives it a bit of curation that I think is needed.

Without curation there's a lot of potential noise, including, for instance all the other Jekyll stuff out there (Jekyll Island, Jekyll and Hyde, Jekyll and Hide), and all the blog posts like "why [or how] I switched from Wordpress to Jekyll" which have no value. The issue there is that I'd like everything to be filterable and searchable on the site, and that would include site content as well as the Tumblr stream.

Of course, my conception is to not concentrate solely on Jekyll because, as you demonstrate on your series of posts, there's a lot going on in the "static" space. Jekyll would be a filterable item, so anyone interested in just that one would easily be able to just see that content.

phillipadsmith commented 10 years ago

I hear you re: curation, but also have experienced when curation A) filters out relevant content and B) runs out of steam and the site dies a slow death.

The upside to a Planet, IMHO, is that it's unfiltered by default. Filtering on topic of the stream then gives the user the exact amount of precision they'd like.

For example, I don't mind the "I just migrated to Jekyll" posts, because they point out new people coming into the Jekyll space and possibly solving new problems.

There's no issue with Jekyll and Hyde use case, because a planet is made up of narrow streams -- e.g., http://phillipadsmith.com/tag/jekyll/ -- and is not consuming a public search for "Jekyll" across various sources.

I hear you re: curation, but personally seek something less filtered and more real-time.

Keep the thought process going. Good stuff. :)

budparr commented 10 years ago

well isn't a today's version of planet mozilla (which is an old school RSS aggregator) simply a twitter list? I put a twitter list on the site, though I don't think it's too terribly helpful yet. I've tried broadening the list to people whom I've see post/speak about this stuff, but then there's lots of noise there too.

budparr commented 10 years ago

By the way, I think the "River" would be super simple to create: http://builtwith.kimonolabs.com/

phillipadsmith commented 10 years ago

well isn't a today's version of planet mozilla (which is an old school RSS aggregator) simply a twitter list?

For me, they are quite different.

I don't often look to Twitter for information hash tagged with Jekyll.

I do however try to follow certain blogs that post on the topic.

I've tried broadening the list to people whom I've see post/speak about this stuff, but then there's lots of noise there too.

Most Planets have two or three default filters: A) feed is already filtered by topic, e.g., domain.com/tag/topic.rss, B) feed item contains the term(s) specified, and C) feed is in some language (or filters out some language)

By the way, I think the "River" would be super simple to create: http://builtwith.kimonolabs.com/

Great. :) (Though I'm not sure I'm following the difference between a River and a Planet that I'm guessing you're trying to describe...?)

kleinfreund commented 10 years ago

Although I can imagine what river and planet mean in this context, would you mind explaining in short what they are so everyone knows what you’re talking about? Thank you. :)

budparr commented 10 years ago

Though I'm not sure I'm following the difference between a River and a Planet that I'm guessing you're trying to describe...?)

To my mind Planet means the universe of people who are talking about a topic and the river is the resulting stream of content from those people, likely filtered about a topic.

budparr commented 10 years ago

I should back up and say that my concept for the site I built was to have several components with the ultimate aim of promoting and observing the use of static/post-cms tools.

  1. Links to news/posts ("Jekyll Hook gets updated", etc.)
  2. Links to resources (longer shelf-life than 1 above, includes tutorials, how-to posts, and other resources.
  3. Perhaps a showcase
  4. blog posts with my own or any contributor's observations.

I think @phillipadsmith is looking for something like my item 1, but more of a "planet" than my original conception of a curated set of posts.

parkr commented 10 years ago

What do you think about a hacker news type approach for Jekyll world? It could be a simple rails site we put on a Heroku instance with GitHub auth. The curation is then by the users (via upvotes).

phillipadsmith commented 10 years ago

What do you think about a hacker news type approach for Jekyll world? It could be a simple rails site we put on a Heroku instance with GitHub auth. The curation is then by the users (via upvotes).

What!? @parkr, you can't do that with Jekyll? :-P

Otherwise, :100:

AJ-Acevedo commented 10 years ago

:+1:

AJ-Acevedo commented 10 years ago

Check out telescope a hacker news clone built using meteor.js

alfredxing commented 10 years ago

@parkr Sounds like a great idea! I'd love to help out.

Jekyll maintainers should also be able to post announcements and the like that are pinned at the top.

parkr commented 10 years ago

Anything you create (the site, not necessarily the content) can also be shared via jekyllrb.com and the @jekyll twitter project. :+1:

alfredxing commented 10 years ago

Started some development in alfredxing/jekyll-news. It's not a Rails project, but a Sinatra one (I like Sinatra a bit better for simpler sites). Not complete yet, of course.

geraldb commented 9 years ago

Hello, @phillipadsmith , @parkr, @alfredxing FYI: I'm the developer of the Planet Pluto gem (in Ruby). I've setup a Planet Jekyll (on Heroku) - the feed list is just a text file (jekyll.ini) that gets auto-updated every 24 hours. The Planet site offers different design/styles/layouts - e.g. River of News, All Top, Random, Hacker News, Digest, and so on. Let me know what you think. Of course, you're welcome to add more feeds and so on. Cheers.

phillipadsmith commented 9 years ago

@geraldb Amazing. Great stuff. I've starred the repo and will make a point of adding sources as I come across them. Many thanks for that; very useful! :)

geraldb commented 9 years ago

@phillipadsmith Thanks for your kind words. If you're interested I've added you to the editors team - github will send you an invitation - if you're interested you can change the planet config without pull request, for example, in your browser - you will have commit/write access). Cheers.

phillipadsmith commented 9 years ago

@geraldb Thanks! :)

parkr commented 9 years ago

This repository is no longer maintained. If you're still experiencing this problem, please search for your issue on Jekyll Talk, our new community forum. If it isn't there, feel free to post to the Help category and someone will assist you. Thanks!