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
901 stars 1.34k forks source link

Tags functionallity? #190

Closed ikusalic closed 5 years ago

ikusalic commented 5 years ago

This is really a great theme!

I'm wondering about the tags support. Looking though repo and examples, I see that there is some support for tags. But it seems only to be there for visual purposes? They don't seem to be clickable, and there isn't any tags summary page, so the tag functionality seems a bit confusing and limited. Am I missing something? Are there any plans for extending the tags functionallity?

TWiStErRob commented 5 years ago

Hey @ikusalic, I have a website based on this theme. I've implemented tags.

Tags page: http://www.twisterrob.net/blog/tags/ source: tags.html

Tags cloud on sidebar: http://www.twisterrob.net/blog/ source: sidebar.html + tag_cloud.html

Clickable tags on top of the post: http://www.twisterrob.net/blog/2016/02/blog-formatting.html source meta_information.html

Menu for tags at Blog > Tags > ... source navigation.yml + navigation_link_special.html

ikusalic commented 5 years ago

Ah, perfect! Thank you.