pattex / jekyll-tagging

Jekyll plugin to automatically generate a tag cloud and tag pages.
385 stars 76 forks source link

Display blank home page #23

Closed chinnababu closed 9 years ago

chinnababu commented 10 years ago

I have followed the https://github.com/pattex/jekyll-tagging to install "jekyll-tagging"

I went through the following steps.

Do i need to add any extra info in index.html file? I din't change anything in index.html. Could you please suggest me?

Thanks, Chinna

pattex commented 10 years ago

Hey Chinna,

maybe this answer is a little late, but this in little piece of code should display a tag cloud:

{{ site | tag_cloud }}

An example for a very basic tag page is in the Readme. And of cause you have to have some tagged posts.