Skip to content

socoo123/socoo123.github.io

 
 

Repository files navigation

这是我的博客,基于 jekyll。我改了默认的样式和交互。如果你想使用这个博客模板。请先在这个仓库上点个star吧,这也是对我的肯定和鼓励,谢谢了。然后你可以克隆这个仓库用作你自己的博客。

博客访问地址:点击这里

使用时请注明模板来源: Jekyll theme by socoo123


Update

2015/11/05

  • Fix bug of footer jumping
  • Add response interactive of demo page

About Theme

This is a blog theme based on jekyll. You can use on your own blog. Before you use it, please click a star on this respository. You will encourage me to do more great things!

var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "//hm.baidu.com/hm.js?**************************";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();

And you should change the duoshuo comment code in _layouts/default.html.

like this:

var duoshuoQuery = {short_name:"******"};
    (function() {
        var ds = document.createElement('script');
        ds.type = 'text/javascript';ds.async = true;
        ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
        ds.charset = 'UTF-8';
        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds);
})(); 

Thank you. Here is my blog: socoo123


LICENSE

MIT License

About

blog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 52.5%
  • CSS 38.1%
  • JavaScript 9.4%