Skip to content

Commit 51cc690

Browse files
committed
修改了一些细节
1 parent 15ed9d8 commit 51cc690

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var _config = {
2-
blog_name : '用于演示的博客', // 博客名称
2+
blog_name : '用于演示的博客', // 博客名称
33
owner: 'lifesinger', // github 用户名
44
repo: 'lifesinger.github.com',// github 中对应项目名
5-
per_page: '15', // 默认一页显示几篇文章
6-
access_token: 'ef66bb01c611799d7b9ad773a91a701785fbf425' //access_token
5+
// access_token: '', // 请求量大时需要在 github 后台单独设置一个读取公开库的 token
6+
per_page: '15' // 默认一页显示几篇文章
77
}

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html lang="en" xmlns:wb="http://open.weibo.com/wb">
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title id="title">耗子吴博客</title>
5+
<title id="title">用于演示的博客</title>
66
<link rel='stylesheet' href='css/GitHub2.css' type='text/css'/>
77
<link rel='stylesheet' href='css/style.css' type='text/css'/>
88
<script src="js/jquery-2.0.3.min.js"></script>
@@ -34,7 +34,6 @@ <h1>{{title}}</h1>
3434
<span class="create_at">发表于 {{formatTime(created_at)}}</span>
3535
<div class="content">{{{toHTML(body)}}}</div>
3636
{{/post}}
37-
<div id="comments"></div>
3837
</script>
3938
<script type="text/ractive" id="titleTpl">
4039
{{title}}

0 commit comments

Comments
 (0)