《自己动手改造个人博客》评论
地址:http://wingjay.com/2017/06/08/rebuild-personal-blog/
测试评论 markdown语法
我很粗 我有背景
public class Test {
public static void main(String[] args) {
System.out.println('我是java怎么了');
}
}
👍
thanks
Check out http://primercss.io for more github style info. Here's the CSS for code in github markdown: https://github.com/utterance/utterances/blob/master/src/_pygments-vs.scss
这个评论好有创意
哈哈
很赞
好厉害,学习了
来试试
666
博主,很厉害呀
很棒学习了!
新增一名小粉丝~
测试看看你的评论,很棒!
woshi来
测试的!
curl -H "Content-Type: application/json" -u xxx:xxxxxxxxxx -X POST -d '{"title": "中文中"}' https://api.github.com/repos/air-project/air-project.github.io/issues
标题中中文是怎么提交上去的,请赐教! 我的会报
"message": "Problems parsing JSON",
"documentation_url": "https://developer.github.com/v3/issues/#create-an-issue"
测试
好神奇
搭了一个优惠导购聚合站 http://1whw.com/ , 顺便提供了一个在写代码的源码版式 http://1whw.com/?theme=code
感谢
nb
" 修改文章模板 theme/next/layout/_macro/post.swig。在文章底部添加:
{% if not is_index %} // 不需要显示在首页。
{{ related_posts(post, site.posts) }} // 调用 related_posts
{% endif %}
" 请问何谓文章底部?我没有前端知识。看不懂那些代码。忘赐教。