3D标签云的效果看右栏。很炫很神奇~
具体做法是:
Octopress 3D categories/tags-cloud configuration for non-English tags
You can see my 3D categories-tag at the right sidebar. It's awesome! However, the origin version doesn't support non-English tags, so I revised the codes and put them in my github. It now works!
It's easy to configuration:
-
Download the source codes from my github repo
-
Copy the codes to your octopress. The detail is given at my github repo README
我之前碰到的问题
主要是不支持汉语标签。虽然这个插件的作者是中国人,但是他俩的博客都是全英文,所以不存在这个问题。我还是很想用汉语标签的。octopress本身支持汉语标签,点击汉语标签后,会发现它把路径中的汉字转成拼音了,所以说就不存在汉语路径的问题。
这个插件原本是直接用汉语作路径的,于是我就按照这篇文章把标签的路径设定为汉语的了。在本地上preview没问题,但deploy到github上就无法识别,会报404错误。怀疑与github那边的编码方式有关。
既然无法用汉语作路径,那还是按octopress原先的办法,用拼音作路径吧。于是我对这个插件进行了小小的改动。终于,一切正常了~~