Skip to content

Commit 0d4af0a

Browse files
committed
更换主题
1 parent 4afd56b commit 0d4af0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2606
-1340
lines changed

.gitignore

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
_site/
2-
_drafts/
3-
.DS_Store
4-
.idea/
1+
_config.yml
2+
_site/*
3+
*Thumbs.db

404.html

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: page
3+
---
4+
<!----------------------------------------------------------------
5+
_ _ _ _
6+
__| | |__ _ _| | | Ascii arts included in this page:
7+
/ _` | '_ \| | | | | | - R2D2, provided by: http://www.chris.com/
8+
| (_| | |_) | |_| | | | - Texts, generated from: http://www.network-science.de/ascii/
9+
\__,_|_.__/ \__, |_|_| http://github.com/dbtek/dbyll
10+
-------------|___/------------------------------------------------>
11+
12+
<style>
13+
pre {
14+
background: none;
15+
border: none;
16+
}
17+
</style>
18+
19+
<pre>
20+
21+
444444444 000000000 444444444
22+
4::::::::4 00:::::::::00 4::::::::4
23+
4:::::::::4 00:::::::::::::00 4:::::::::4
24+
4::::44::::4 0:::::::000:::::::0 4::::44::::4
25+
4::::4 4::::4 0::::::0 0::::::0 4::::4 4::::4
26+
4::::4 4::::4 0:::::0 0:::::0 4::::4 4::::4
27+
4::::4 4::::4 0:::::0 0:::::0 4::::4 4::::4
28+
4::::444444::::4440:::::0 000 0:::::04::::444444::::444
29+
4::::::::::::::::40:::::0 000 0:::::04::::::::::::::::4
30+
4444444444:::::4440:::::0 0:::::04444444444:::::444
31+
4::::4 0:::::0 0:::::0 4::::4
32+
4::::4 0::::::0 0::::::0 4::::4
33+
4::::4 0:::::::000:::::::0 4::::4
34+
44::::::44 00:::::::::::::00 44::::::44
35+
4::::::::4 00:::::::::00 4::::::::4
36+
4444444444 000000000 4444444444
37+
38+
,-----. _ _ _ _ _ _ _
39+
,'_/_|_\_`. | |_| |__ (_)___ ___| |__ ___ _ _| | __| | _ __ ___ | |_
40+
/<<::8[O]::>\ | __| '_ \| / __| / __| '_ \ / _ \| | | | |/ _` | | '_ \ / _ \| __|
41+
_|-----------|_ | |_| | | | \__ \ \__ \ | | | (_) | |_| | | (_| | | | | | (_) | |_
42+
:::| | ====-=- | |::: \__|_| |_|_|___/ |___/_| |_|\___/ \__,_|_|\__,_| |_| |_|\___/ \__|
43+
:::| | -=-==== | |:::
44+
:::\ | ::::|()|| /::: _
45+
::::| | ....|()|| |:::: | |__ __ _ _ __ _ __ ___ _ __ _____ _____ _ __
46+
| |_________| | | '_ \ / _` | '_ \| '_ \ / _ \ '_ \ / _ \ \ / / _ \ '__|
47+
| |\_______/| | | | | | (_| | |_) | |_) | __/ | | |_ | __/\ V / __/ |
48+
/ \ / \ / \ |_| |_|\__,_| .__/| .__/ \___|_| |_( ) \___| \_/ \___|_|
49+
`---' `---' `---' |_| |_| |/
50+
51+
52+
</pre>

LICENSE

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013 İsmail Demirbilek
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

LICENSE.txt

-22
This file was deleted.

README.md

+28-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
1-
### 我的博客
1+
dbyll
2+
=====
23

3-
地址:[http://yansu.org](http://yansu.org)
4+
Open source stylish, minimalistic theme for jekyll.
5+
Demo: http://dbtek.github.io/dbyll/
46

5-
### 安装说明
7+
## New
8+
Dbyll for Ghost is now available. Get it [here](https://github.com/dbtek/dbyll-ghost) now.
69

7-
1. fork库到自己的github
8-
2. 修改名字为:`username.github.io`
9-
3. clone库到本地,参考`_posts`中的目录结构自己创建适合自己的文章目录结构
10-
4. 修改CNAME,或者删掉这个文件,使用默认域名
11-
5. 修改`_config.yml`配置项
12-
6. It's done!
10+
### Features
11+
- Responsive layout.
12+
- Supports tags and categories.
13+
- Social profile and bio of author.
14+
- Bootstrap based.
15+
- Glyphicon and Font-Awesome Icons.
16+
- Pagination.
17+
- Syntax highlighting with pygments.
18+
- Disqus comments.
1319

14-
### 分支说明
1520

16-
- 三栏布局(master分支)
17-
- 单栏布局(first-ui分支)
21+
### Download
22+
* [Download dbyll](https://github.com/dbtek/dbyll/archive/master.zip)
23+
24+
### Screenshots
25+
26+
![dbyll-screenshot]( assets/media/dbyll-ss.png)
27+
28+
### License
29+
- [MIT](http://opensource.org/licenses/MIT)
30+
31+
32+
33+
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/dbtek/dbyll/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
1834

_config.yml

+28-40
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,32 @@
1-
permalink: /:year/:month/:day/:title.html
2-
paginate: 10
3-
markdown: redcarpet
1+
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
42

5-
# 作者信息
6-
author:
7-
name: 七弦
8-
9-
link: http://joshualeung.github.io
10-
weibo: http://weibo.com/ming1eung
11-
github: http://github.com/joshualeung
12-
13-
# 站点信息
14-
title: 莲城笔记
15-
description: 生活随笔、杂记
16-
url: http://joshualeung.github.io
17-
rss_url: /pages/atom.xml
18-
19-
# gavatar头像及Favicon
20-
gavatar: http://pic.yupoo.com/24plus/E2O4V5oL/medium.jpg
21-
favicon: http://pic.yupoo.com/24plus/E2O4V5oL/medium.jpg
3+
paginate: 10 # pagination based on number of posts
4+
paginate_path: "page:num"
5+
exclude: ["README.md"] # files to exclude
6+
highlighter: true
7+
markdown: kramdown
228

23-
# google analytics 设置
24-
ga:
25-
id: UA-43667383-1
26-
url: yansu.org
279

28-
# disqus 设置
29-
disqus:
30-
shortname: joshua-github
10+
defaults:
11+
-
12+
scope:
13+
path: "" # empty string for all files
14+
values:
15+
title: Joshua's Blog
3116

32-
# 主题设置,自动激活某个标签
33-
active: 诗词
34-
35-
# 首页除了最新文章外显示分类
36-
cates:
37-
38-
# 中文本地化
39-
locals:
40-
tags: 标签
41-
about: 关于
42-
newest: 最新文章
43-
archive: 归档
44-
content: 目录
17+
description: Stylish Jekyll Theme
18+
author:
19+
name: 七弦
20+
21+
github: joshualeung
22+
twitter: szjoshua
23+
pinterest: joshualeung
24+
linkedin: joshualeung
25+
bio: Coding | Photography | Reading | Travelling
26+
email_md5: 726351295ec82e145928582f595aa3aa
27+
28+
rss_path: feed.xml
29+
categories_path: categories.html
30+
tags_path: tags.html
31+
32+
BASE_PATH:

_includes/content.html

-7
This file was deleted.

_includes/default.html

+110
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{ page.title }}</title>
6+
{% if page.description %}
7+
<meta name="description" content="{{ page.description }}">
8+
{% endif %}
9+
<meta name="author" content="{{ site.author.name }}">
10+
11+
<!-- Enable responsive viewport -->
12+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13+
14+
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
15+
<!--[if lt IE 9]>
16+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
17+
<![endif]-->
18+
19+
<!-- Le styles -->
20+
<link href="{{ site.BASE_PATH }}/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
21+
<link href="{{ site.BASE_PATH }}/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
22+
<link href="{{ site.BASE_PATH }}/assets/resources/syntax/syntax.css" rel="stylesheet">
23+
<link href="{{ site.BASE_PATH }}/assets/css/style.css" rel="stylesheet">
24+
25+
<!-- Le fav and touch icons -->
26+
<!-- Update these with your own images
27+
<link rel="shortcut icon" href="images/favicon.ico">
28+
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
29+
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
30+
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
31+
-->
32+
33+
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.BASE_PATH }}/feed.xml">
34+
</head>
35+
36+
<body>
37+
<nav class="navbar navbar-default visible-xs" role="navigation">
38+
<!-- Brand and toggle get grouped for better mobile display -->
39+
<div class="navbar-header">
40+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
41+
<span class="sr-only">Toggle navigation</span>
42+
<span class="icon-bar"></span>
43+
<span class="icon-bar"></span>
44+
<span class="icon-bar"></span>
45+
</button>
46+
{% if site.author.github %}
47+
<a type="button" class="navbar-toggle nav-link" href="http://github.com/{{ site.author.github }}">
48+
<i class="fa fa-github"></i>
49+
</a>
50+
{% endif %}
51+
{% if site.author.twitter %}
52+
<a type="button" class="navbar-toggle nav-link" href="http://twitter.com/{{ site.author.twitter }}">
53+
<i class="fa fa-twitter"></i>
54+
</a>
55+
{% endif %}
56+
{% if site.author.email %}
57+
<a type="button" class="navbar-toggle nav-link" href="mailto:{{ site.author.email }}">
58+
<i class="fa fa-envelope"></i>
59+
</a>
60+
{% endif %}
61+
<a class="navbar-brand" href="{{ site.BASE_PATH }}/">
62+
<img src="http://www.gravatar.com/avatar/{{site.author.email_md5}}?s=35" class="img-circle" />
63+
{{ site.title }}
64+
</a>
65+
</div>
66+
67+
<!-- Collect the nav links, forms, and other content for toggling -->
68+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
69+
<ul class="nav navbar-nav">
70+
<li class="active"><a href="{{ site.BASE_PATH }}/">Home</a></li>
71+
<li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}">Categories</a></li>
72+
<li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}">Tags</a></li>
73+
</ul>
74+
</div><!-- /.navbar-collapse -->
75+
</nav>
76+
77+
<!-- nav-menu-dropdown -->
78+
<div class="btn-group hidden-xs" id="nav-menu">
79+
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
80+
<i class="fa fa-bars"></i>
81+
</button>
82+
<ul class="dropdown-menu" role="menu">
83+
<li><a href="{{ site.BASE_PATH}}/"><i class="fa fa-home"></i>Home</a></li>
84+
<li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}"><i class="fa fa-folder"></i>Categories</a></li>
85+
<li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}"><i class="fa fa-tags"></i>Tags</a></li>
86+
<li class="divider"></li>
87+
<li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
88+
</ul>
89+
</div>
90+
91+
<div class="col-sm-3 sidebar hidden-xs">
92+
{% include sidebar.html %}
93+
</div>
94+
95+
<div class="col-sm-9 col-sm-offset-3">
96+
{{ content }}
97+
98+
<footer>
99+
<hr/>
100+
<p>
101+
&copy; {{ site.time | date: '%Y' }} {{ site.author.name }} with Jekyll. Theme: <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek.
102+
</p>
103+
</footer>
104+
</div>
105+
106+
<script type="text/javascript" src="{{ site.BASE_PATH }}/assets/resources/jquery/jquery.min.js"></script>
107+
<script type="text/javascript" src="{{ site.BASE_PATH }}/assets/resources/bootstrap/js/bootstrap.min.js"></script>
108+
<script type="text/javascript" src="{{ site.BASE_PATH }}/assets/js/app.js"></script>
109+
</body>
110+
</html>

_includes/duoshuo.html

-19
This file was deleted.

_includes/footer.html

-13
This file was deleted.

_includes/googleanalytics.html

-8
This file was deleted.

0 commit comments

Comments
 (0)