Skip to content

Commit ef0145b

Browse files
author
zhaoliang
committed
use harttle theam
1 parent d7d0406 commit ef0145b

File tree

462 files changed

+19
-39106
lines changed

Some content is hidden

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

462 files changed

+19
-39106
lines changed

_config.yml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
title: Harttle Land
2-
description: 分享技术,共建开放平台
3-
url: http://harttle.land
4-
author: Harttle
5-
email: harttle@harttle.com
6-
logo: assets/img/favicon.png
1+
title: CodingTed
2+
description: 能立能达,不怨不尤
3+
url: http://www.codingted.com
4+
author: Ted
5+
email: teddzhaoo@gmail.com
6+
img_server: /assets/img/blog
7+
logo: assets/img/favicon.ico
78
keywords:
89
- Web
9-
- HTML
10-
- CSS
11-
- JavaScript
12-
- C++
1310
- Linux
1411
- Bash
1512
- Vim
@@ -19,19 +16,16 @@ paginate: 7
1916
paginate_path: "page:num"
2017
markdown: kramdown
2118
markdown_ext: md
22-
excerpt_separator: "<!--more-->"
19+
excerpt_separator: "<!-- more -->"
2320
highlighter: rouge
2421
lsi: false
2522
exclude: ['README.md', '.*', 'bin/', 'Gemfile', 'node_modules', '*.log', 'package.json']
2623
kramdown:
2724
input: GFM
2825
hard_wrap: false
2926

30-
ga: 'UA-65795020-1'
31-
disqus: 'harttleland'
32-
twitter:
33-
username: harttleharttle
34-
27+
ga: 'UA-101505198-1'
28+
disqus: 'www-codingted-com'
3529
sass:
3630
style: compressed
3731

_includes/author.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<section class="module-author">
22
<div class="roll clearfix">
33
<img src="/assets/img/avatar.png">
4-
<header>Harttle
4+
<header>CodingTed
55
<i class="fa rolls-toggle fa-angle-double-up"></i>
66
</header>
77
<p>{{site.description}}</p>
88
</div>
9+
<!--
910
<div class="roll clearfix">
1011
<img src="/assets/img/wechat.png">
1112
<header>支持 · 微信
@@ -20,6 +21,7 @@
2021
</header>
2122
<p>已被老婆占领,赏给她</p>
2223
</div>
24+
-->
2325
<script>
2426
(function (){
2527
var curr = 0;

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% seo %}
1616
{% feed_meta %}
1717

18-
<link rel="shortcut icon" href="/assets/img/favicon.png">
18+
<link rel="shortcut icon" href="/assets/img/favicon.ico">
1919
<link rel="apple-touch-icon-precomposed" href="/assets/img/apple-touch-icon-precomposed.png">
2020
<link rel="stylesheet" href="/assets/lib/bootstrap/css/bootstrap.min.css">
2121
<link rel="stylesheet" href="/assets/lib/font-awesome/4.2.0/css/font-awesome.min.css">

_layouts/blog.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ <h1>
2727
<div class="content">
2828
<div class="md">
2929
{{ content }}
30-
<p>转载请注明来源: <a href="http://harttle.land{{page.url}}">http://harttle.land{{page.url}}</a> 欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论(可能需要在能访问 disqus 服务的网络),也可以邮件至 <a href="mailto:{{site.email}}">{{site.email}}</a></p>
30+
<p>转载请注明来源: <a href="{{site.url}}{{page.url}}">{{site.url}}{{page.url}}</a>
31+
<br/>
32+
欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论(可能需要在能访问 disqus 服务的网络),也可以邮件至 <a href="mailto:{{site.email}}">{{site.email}}</a></p>
3133
</div>
3234

3335
<div class="hidden-xs">

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<nav class="pull-right">
99
<a class="glow no-decoration" href="/tags.html">标签</a>
1010
<a class="glow no-decoration" href="/archive.html">归档</a>
11+
<!--
1112
<a class="glow no-decoration" href="/about.html">关于</a>
13+
-->
1214
</nav>
1315
<a class="logo no-decoration" href="/">
1416
<i class="logo-h fa fa-h-square"></i>

_posts/2013-10-18-github-homepage-tutorial.md

Lines changed: 0 additions & 290 deletions
This file was deleted.

0 commit comments

Comments
 (0)