Hexo配置测试

我的scaffolds/post.md示例:

title: {{ title }}
date: {{ date }} 
categories: 
tags:
---
<!--搞笑 操作系统 日记 每天进步一点点 编程 读后感 软件 随想录-->

我的多说评论框(第四行替换为自己的short name即可):

<!-- Duoshuo Comment BEGIN -->
<div class="ds-thread" data-title="<%= item.title %>" data-url="<%- item.permalink %>"></div>
<script type="text/javascript">
var duoshuoQuery = {short_name:"your_short_name"};
(function() {
    var ds = document.createElement('script');
    ds.type = 'text/javascript';ds.async = true;
    ds.src = 'http://static.duoshuo.com/embed.js';
    ds.charset = 'UTF-8';
    (document.getElementsByTagName('head')[0] 
    || document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- Duoshuo Comment END -->

我的Jiathis分享按钮:

<!-- JiaThis Button BEGIN -->
<div class="jiathis_style" style="float:right">
    <a href="http://www.jiathis.com/share" class="jiathis jiathis_txt" target="_blank"><img src="http://v3.jiathis.com/code_mini/images/btn/v1/jiathis1.gif" border="0" /></a>
    <a class="jiathis_counter_style_margin:3px 0 0 2px"></a>
</div>
<script type="text/javascript" src="http://v3.jiathis.com/code_mini/jia.js?uid=1394722311483959" charset="utf-8"></script>
<!-- JiaThis Button END -->

二级分类: categories: [软件, hexo]

多个标签: tags: [hexo, test]