Skip to content

Commit

Permalink
fixed bug:the post-ul stlye have losed
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylin committed Sep 9, 2015
1 parent 8e47985 commit 669525a
Show file tree
Hide file tree
Showing 47 changed files with 1,123 additions and 1,079 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,3 +1,3 @@
_site
.sass-cache
.idea
_site
.sass-cache
.idea
2 changes: 1 addition & 1 deletion CNAME
@@ -1 +1 @@
www.guovz.com
www.guovz.com
16 changes: 8 additions & 8 deletions LICENSE.md
@@ -1,9 +1,9 @@
MIT LICENSE

Copyright (c) 2009 - 2099 Jaylin Wang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

MIT LICENSE

Copyright (c) 2009 - 2099 Jaylin Wang

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76 changes: 38 additions & 38 deletions README.md
@@ -1,38 +1,38 @@
基于jekyll博客应用主题
===

pithy是一款适用于jekyll的博客应用主题,基于bootstrap前端框架开发。本着简约的视觉效果设计,目的是希望博客的浏览者能够更多的看到博客内容。

完成pithy的同时,我也搭建了自己的博客:

地址: [http://www.guovz.com](http://www.guovz.com)

使用说明
===

本主题是自由,免费,开源的,你可以克隆为新的仓库作为自己的博客。当然,在克隆仓库时为本主题加颗星,在使用时注明power by pithy,那将是对我最大的支持和鼓励。

主题效果
===
- 首页
-
![首页](http://7xlgu7.com1.z0.glb.clouddn.com/pithy-index.jpg)

- 列表
-
![列表](http://7xlgu7.com1.z0.glb.clouddn.com/pithy-list.jpg)

- 文章
-
![文章](http://7xlgu7.com1.z0.glb.clouddn.com/pithy-post.jpg)

反馈
===

在你浏览或使用本主题时,发现问题或者是有好的建议,希望能够在这里给予反馈。

[New Issue](https://github.com/guovz/pithy/issues/new)

License
===
[MIT License](https://github.com/guovz/pithy/blob/gh-pages/LICENSE.md)
基于jekyll博客应用主题
===

pithy是一款适用于jekyll的博客应用主题,基于bootstrap前端框架开发。本着简约的视觉效果设计,目的是希望博客的浏览者能够更多的看到博客内容。

完成pithy的同时,我也搭建了自己的博客:

地址: [http://www.guovz.com](http://www.guovz.com)

使用说明
===

本主题是自由,免费,开源的,你可以克隆为新的仓库作为自己的博客。当然,在克隆仓库时为本主题加颗星,在使用时注明power by pithy,那将是对我最大的支持和鼓励。

主题效果
===
- 首页
-
![首页](http://7xlgu7.com1.z0.glb.clouddn.com/pithy-index.jpg)

- 列表
-
![列表](http://7xlgu7.com1.z0.glb.clouddn.com/pithy-list.jpg)

- 文章
-
![文章](http://7xlgu7.com1.z0.glb.clouddn.com/pithy-post.jpg)

反馈
===

在你浏览或使用本主题时,发现问题或者是有好的建议,希望能够在这里给予反馈。

[New Issue](https://github.com/guovz/pithy/issues/new)

License
===
[MIT License](https://github.com/guovz/pithy/blob/gh-pages/LICENSE.md)
68 changes: 34 additions & 34 deletions _config.yml
@@ -1,34 +1,34 @@
permalink: /:year/:month/:day/:title/

# 站点设置
title: "Guovz-果为之"
email: pzhuwjl@qq.com
description: "Guovz,果为之,王继林的个人博客"
keywords: "guovz,果为之,王继林"

# 用户信息设置
weibo_username: Guovz
github_username: guovz

# Markdown设置
kramdown:
input: GFM
use_coderay: true
coderay:
coderay_line_numbers: nil



# 地址设置
baseurl: ""
url: "http://www.guovz.com"
#url: "http://127.0.0.1:4000"

# 分页设置
paginate: 10
paginate_path: "page/:num"

#scss设置
sass:
sass_dir: /assets/stylesheet
style: :compressed
permalink: /:year/:month/:day/:title/

# 站点设置
title: "Guovz-果为之"
email: pzhuwjl@qq.com
description: "Guovz,果为之,王继林的个人博客"
keywords: "guovz,果为之,王继林"

# 用户信息设置
weibo_username: Guovz
github_username: guovz

# Markdown设置
kramdown:
input: GFM
use_coderay: true
coderay:
coderay_line_numbers: nil



# 地址设置
baseurl: ""
url: "http://www.guovz.com"
#url: "http://127.0.0.1:4000"

# 分页设置
paginate: 10
paginate_path: "page/:num"

#scss设置
sass:
sass_dir: /assets/stylesheet
style: :compressed
12 changes: 6 additions & 6 deletions _drafts/create-triangle.md
@@ -1,7 +1,7 @@
---
layout: post
title:
tags:
categories:
author: Jaylin
---
layout: post
title:
tags:
categories:
author: Jaylin
---
12 changes: 6 additions & 6 deletions _drafts/template.md
@@ -1,7 +1,7 @@
---
layout: post
title:
tags:
categories:
author: Jaylin
---
layout: post
title:
tags:
categories:
author: Jaylin
---
32 changes: 16 additions & 16 deletions _includes/author.html
@@ -1,16 +1,16 @@
<div class="panel panel-pithy author">
<div class="panel-heading avastar">
<img src="/assets/images/avatar.jpg" alt="Jaylin Wang"/>
</div>
<div class="panel-body">
坚持自己的信仰,相信每一个人都有蜕变的那一刻。
</div>
<div class="panel-footer social">
<ul>
<li class="weibo"><a href="http://www.weibo.com/guovz/" alt="新浪微博" target="_blank"><i class="fa fa-weibo"></i></a></li>
<li class="github"><a href="https://github.com/guovz" alt="github" target="_blank"><i class="fa fa-github"></i></a></li>
<li class="facebook"><a href="https://www.facebook.com/guovz" alt="facebook" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="rss"><a href="{{ '/feed.xml' | prepend: site.baseurl | prepend: site.url }}" alt="订阅" target="_blank"><i class="fa fa-rss"></i></a></li>
</ul>
</div>
</div>
<div class="panel panel-pithy author">
<div class="panel-heading avastar">
<img src="/assets/images/avatar.jpg" alt="Jaylin Wang"/>
</div>
<div class="panel-body">
坚持自己的信仰,相信每一个人都有蜕变的那一刻。
</div>
<div class="panel-footer social">
<ul>
<li class="weibo"><a href="http://www.weibo.com/guovz/" alt="新浪微博" target="_blank"><i class="fa fa-weibo"></i></a></li>
<li class="github"><a href="https://github.com/guovz" alt="github" target="_blank"><i class="fa fa-github"></i></a></li>
<li class="facebook"><a href="https://www.facebook.com/guovz" alt="facebook" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="rss"><a href="{{ '/feed.xml' | prepend: site.baseurl | prepend: site.url }}" alt="订阅" target="_blank"><i class="fa fa-rss"></i></a></li>
</ul>
</div>
</div>
20 changes: 10 additions & 10 deletions _includes/baidu-analysis.html
@@ -1,10 +1,10 @@
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?b3d5ddd7943a804fab90ed8138ece4f2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?b3d5ddd7943a804fab90ed8138ece4f2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
46 changes: 23 additions & 23 deletions _includes/categories.html
@@ -1,23 +1,23 @@
<!-- 分类列表 -->
<div class="panel panel-default categories">
<div class="panel-heading title">
文章分类
</div>
<div class="panel-body list">
<ul>
<li>
<a class="catelink" href="{{ site.url }}/category/#all" data-target-cate="#all">
所有分类&nbsp;<span class="count">[{{ site.posts.size }}]</span>
</a>
</li>
{% for category in site.categories %}
<li>
<a class="catelink" href="{{ site.url }}/category/#{{category.first}}" data-target-cate="#{{category.first}}">
{{ category.first }}&nbsp;<span class="count">[{{ category.last.size }}]</span>
</a>
</li>

{% endfor %}
</ul>
</div>
</div>
<!-- 分类列表 -->
<div class="panel panel-default categories">
<div class="panel-heading title">
文章分类
</div>
<div class="panel-body list">
<ul>
<li>
<a class="catelink" href="{{ site.url }}/category/#all" data-target-cate="#all">
所有分类&nbsp;<span class="count">[{{ site.posts.size }}]</span>
</a>
</li>
{% for category in site.categories %}
<li>
<a class="catelink" href="{{ site.url }}/category/#{{category.first}}" data-target-cate="#{{category.first}}">
{{ category.first }}&nbsp;<span class="count">[{{ category.last.size }}]</span>
</a>
</li>

{% endfor %}
</ul>
</div>
</div>
42 changes: 21 additions & 21 deletions _includes/comment.html
@@ -1,21 +1,21 @@
<!-- 评论 -->
<div id="post-comment" class="panel panel-default">
<div class="panel-body">
<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="{{ page.id }}" data-title="{{page.title}}" data-url="{{page.url | prepend: site.url}}"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"guovz"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
</div>
</div>
<!-- 评论 -->
<div id="post-comment" class="panel panel-default">
<div class="panel-body">
<!-- 多说评论框 start -->
<div class="ds-thread" data-thread-key="{{ page.id }}" data-title="{{page.title}}" data-url="{{page.url | prepend: site.url}}"></div>
<!-- 多说评论框 end -->
<!-- 多说公共JS代码 start (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"guovz"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 end -->
</div>
</div>
10 changes: 5 additions & 5 deletions _includes/footer.html
@@ -1,5 +1,5 @@
<footer>
<div id="totop" class="totop">
<i class="fa fa-chevron-up"></i>
</div>
</footer>
<footer>
<div id="totop" class="totop">
<i class="fa fa-chevron-up"></i>
</div>
</footer>

0 comments on commit 669525a

Please sign in to comment.