码迷,mamicode.com
首页 > 其他好文 > 详细

hexo添加百度统计

时间:2017-12-04 14:11:10      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:文件   java   markdown   code   theme   nbsp   logs   配置   添加   

litten的主题yilia

  • 编辑文件 themes/yilia/_config.yml,添加一行配置,可以删除原来的google analytics

baidu_tongji: true

  • 新建 themes/yilia/layout/_partial/baidu_tongji.ejs,内容如下
<% if (theme.baidu_tongji) { %>
<script type="text/javascript">
#申请的百度统计代码
</script>
<% } %>
  • 编辑themes/yilia/layout/_partial/head.ejs 在 </head> 前添加<%- partial("baidu_tongji") %>
  • 重新生产部署站点即可。

参考

hexo添加百度统计

标签:文件   java   markdown   code   theme   nbsp   logs   配置   添加   

原文地址:http://www.cnblogs.com/fazero/p/7976651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!