Phlow / feeling-responsive

»Feeling Responsive« is a free flexible theme for Jekyll built on Foundation framework. You can use it for your company site, as a portfolio or as a blog.
http://phlow.github.io/feeling-responsive/
MIT License
893 stars 1.33k forks source link

Your theme is listed in jekyll-themes.com #133

Closed Redgadget closed 7 years ago

Redgadget commented 7 years ago

Your theme has been listed on https://jekyll-themes.com/.

ghost commented 7 years ago

@Redgadget how is the sort order determined?

Redgadget commented 7 years ago

They are sorted in no particular order. Now on, new themes show up first.

ghost commented 7 years ago

@Redgadget May I suggest splitting the site into two sections:

Doing so will help your users understand which themes are most popular (not just the ones that have the highest star rating) and which are the newest. You can mitigate this need by increasing the pagination limit to reduce number of pages and adding lazyloaded images to conserve bandwidth.

ghost commented 7 years ago

Note also I've been informed http://jekyll.tips is undergoing an overhaul, which I assume includes its templates section.

Redgadget commented 7 years ago

@jhabdas Thanks for the suggestion. I'm already sorting new submissions based on date. I was also thinking about sorting based on number of stars. And about jekyll-ga - to be honest analytics super-proxy is a little tedious to implement.

ghost commented 7 years ago

@Redgadget stars will do it. IMHO it's not a true barometer of popularity as it relies primarily on social influence (easier for those with more power already) as opposed to letting the little guys shine based on UGC, making your site more unique.

Redgadget commented 7 years ago

I have seen jekyll.tips template section. They have a good collection. Lazy loading images will definitely help. I will try that. And true. Same is true for number of forks. I guess people look for say photography theme, minimal layout, resume etc., If they get what they want, popularity doesn't matter.

ghost commented 7 years ago

@Redgadget very groovy. one thing Hugo got right with their theme system was requiring theme authors to provide metadata along with their theme submissions. be nice to see jekyll themes drive towards a similar pattern. as for lazyloading, I left an example implementation here using lazysizes: https://github.com/comfusion/after-dark#intelligent-lazyloading

Redgadget commented 7 years ago

Wow that looks cool :+1: Do you have the same theme for Jekyll as well?

And there are already other websites listing Jekyll themes. But, they aren't giving any credit to theme developers. I thought they deserve a mention somewhere.

ghost commented 7 years ago

@Redgadget I haven't gotten around to porting After Dark to Jekyll, but my Hugo implementation may help guide doing it, while helping highlight some of the affordances of Go templates in Hugo over liquid and Jekyll. If I have my way we'll add lazyloading in feeling-responsive-v2.

As for other theme sites, your guess is as good as mine. 😸

ghost commented 7 years ago

Ah, but things to be aware of:

And it may be valuable to parse the new GH tags feature to help snag additional themes, if you're not using it already.

Redgadget commented 7 years ago

Thanks. I see that gem based themes are gonna take over these themes. Maybe I should list gem based themes as well. Thanks for the guide. And GH tags are called topics I guess. That's how I'm getting new themes (searching for jekyll-themes with fewer number of forks filter).

ghost commented 7 years ago

And, sorry for the verbosity here, looking through these may help surface themes as well:

Redgadget commented 7 years ago

Thanks. That's a huge list. Let me see what I can do. I have already included most of his themes!

Phlow commented 7 years ago

Thankyou for listing Feeling Responsive @Redgadget