Skip to content

Commit

Permalink
增加图片居中样式
Browse files Browse the repository at this point in the history
  • Loading branch information
monniya committed Jan 27, 2017
1 parent 1e0bfa5 commit 90d8ceb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ hexo-new-vno
========

这个主题是原创为[onevat的vno](https://github.com/onevcat/vno), 它遵从简洁和响应式的设计风格,拥有一个独立的封面,易于集成的 Disqus 评论和多说系统,Google Analytics,字体图标以及多种颜色。
此主题的hexo版本由[空谷幽兰](http://mlongbo.com/)最先创建,但是已不维护
此主题的hexo版本由[空谷幽兰](//mlongbo.com/)最先创建,但是已不维护
我加了一些功能及对bug的修复,所以重新创建一个,[github地址](https://github.com/monniya/hexo-theme-new-vno.git)

## Demo Show

[Demo: 我的博客](http://monniya.com)
[Demo: 我的博客](https://monniya.com)

![主页封面](source/images/show/home.png)

Expand Down Expand Up @@ -58,14 +58,14 @@ menu:
黄金屋: /favourite
时光机: /favourite/time.html
#我是: /aboutme
#rss需安装插件hexo-generator-feed,详细请看:http://monniya.com/2016/02/24/create-rss/
#rss需安装插件hexo-generator-feed,详细请看:https://monniya.com/2016/02/24/create-rss/
rss: /atom.xml
# description配置内容会出现在meta标签中,因此会被搜索引擎抓取
description:

# 不填写的链接则不显示
social:
weibo: http://weibo.com/monniya
weibo: https://weibo.com/monniya
github: https://github.com/monniya
stack_overflow:
facebook:
Expand Down
6 changes: 2 additions & 4 deletions layout/_partial/comments.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
//dsq.src = '/js/embed.js';
//将disqus使用https协议将大大提高显示速度
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
//dsq.src = 'https://a.disquscdn.com/<% if (page.comments) { %>embed.js<% } else { %>count.js<% } %>';
//dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
dsq.src = 'https://a.disquscdn.com/<% if (page.comments) { %>embed.js<% } else { %>count.js<% } %>';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
Expand Down
1 change: 1 addition & 0 deletions source/css/vno.styl
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ i.fa.fa-spinner.fa-spin {
margin: 0 auto;
border-radius: 3px;
text-align: center;
display: block;
}

.post pre {
Expand Down

0 comments on commit 90d8ceb

Please sign in to comment.