Skip to content

jsvong/dotplan.github.io

 
 

Repository files navigation

Abstract

This is my tech log based on Jekyll. You can visit it here.

Jekyll theme by Gaohaoyang


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 the theme author Mr. Gao Haoyang to do more great things!

Sample

static view

![blog sample](http://7q5cdt.com1.z0.glb.clouddn.com/blog-blog sample.png)

active view

blog-blogShow1

blog-blogShow2

Attention

When you use this theme. Please make sure to add the author's info, like this: Jekyll theme by Gaohaoyang or Designed by Gaohaoyang

While you should delete statistics code in _includes/head.html.

like this:

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 Gao Haoyang's blog: HyG


LICENSE

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 58.4%
  • CSS 38.2%
  • JavaScript 3.4%