8000 GitHub - taksau/taksau.github.io: my own blog,using the theme from:https://github.com/LeNPaul/Millennial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taksau/taksau.github.io

Repository files navigation

taksau.github.io

  • 注意事项:
  1. 凡是要post一篇blog或者修改一篇blog,首先要在本地跑一遍jekyll生成了静态site再git push上来才有效。
  2. 为了支持数学公式,需要在_includes/head.html的之间添加如下代码:
<!-- mathjax config similar to math.stackexchange -->

<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    tex2jax: {
      inlineMath: [ ['$','$'], ["\\(","\\)"] ],
      processEscapes: true
    }
  });
</script>

<script type="text/x-mathjax-config">
    MathJax.Hub.Config({
      tex2jax: {
        skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
      }
    });
</script>

<script type="text/x-mathjax-config">
    MathJax.Hub.Queue(function() {
        var all = MathJax.Hub.getAllJax(), i;
        for(i=0; i < all.length; i += 1) {
            all[i].SourceElement().parentNode.className += ' has-jax';
        }
    });
</script>

About

my own blog,using the theme from:https://github.com/LeNPaul/Millennial

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0