https://github.com/grunka/tag-cloud-for-jekyll
An attempt at creating a tag cloud in Jekyll without additional plugins
https://github.com/grunka/tag-cloud-for-jekyll
Last synced: 5 months ago
JSON representation
An attempt at creating a tag cloud in Jekyll without additional plugins
- Host: GitHub
- URL: https://github.com/grunka/tag-cloud-for-jekyll
- Owner: grunka
- Created: 2011-08-15T20:34:02.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-15T21:33:25.000Z (almost 15 years ago)
- Last Synced: 2025-05-14T16:21:27.316Z (about 1 year ago)
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Tag Cloud for Jekyll
h2. What is it?
It is a simple way to create a tag cloud for your "Jekyll":http://jekyllrb.com/ generated site. By simple I mean that it is an include file for your site without the need for anything else.
h2. Why is this?
I started playing with "Jekyll":http://jekyllrb.com and wanted a way to display the classic tag cloud that many blogs like to have. From googling this it seemed like I would need a special rake files or plugins to make this happen. I didn't think any additions to the basic install should be necessary given Jekylls capabilites. This is the result.
h2. How to use it
# Put the tag_cloud.textile in your _include folder
# Include the file wherever you want your cloud e.g. p(#tag-cloud). {% include tag_cloud.textile %}
h2. TODO
* Handle the configuration of font sizes better
* Configure the links generated