Today when I was revisiting Octopress and reading the 3rd party plugins list, I found an insteresting one “QR-Code“, which can display the QR code of your post URL in the Octopress sidebar.
So I installed it on my octopress instance. If it works, you should see it now on the right side of this page. Here’s how to make it work.
You can use “gpick“ to pick your favorite color on Ubuntu:
1 2
apt-cache show gpick sudo apt-get install gpick
Run “rake generate” and “rake deploy” to see the effect. Note that the effect can not be reviewed until publishing, for only at that time the real URL of your post can be generated.
And you can see, in fact this plugin uses the Google Chart API to generate the QR code image. It’s a very fascinating idea.