I am not familiar with CSS and ROR until now. It is not easy for me to add Sina Weibo support as the slidebar shows. So let me note it.
- Firstly, add the following code to “octopress/_config.yml” file. Note that the weibo_user should be your weibo id, not your nickname.
1 |
|
Behind of the following code:
1 |
|
- Secondly, add the “weibo.png” to “octopress/source/images/social” dirctory.
- Thirdly, add the following code to “octopress/sass/parts/_header.scss” file.
1 |
|
In front of the following code:
1 |
|
- Fourthly, add the following code to “octopress/source/_includes/header.html” file.
1 |
Behind of the following code:
1 |
|
Ok, have done.