Skip to content

Commit 7fc2470

Browse files
author
git
committed
update config
1 parent 1784621 commit 7fc2470

File tree

37 files changed

+603
-605
lines changed

37 files changed

+603
-605
lines changed

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,3 @@ DEPENDENCIES
6868
rake
6969
stringex
7070
thor
71-
72-
BUNDLED WITH
73-
1.11.2

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ links:
4444
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
4545
timezone: China/ShangHai
4646
future: true
47-
highlighter: pygments
48-
markdown: kramdown
4947

5048
# https://github.com/mojombo/jekyll/wiki/Permalinks
5149
permalink: /:categories/:title/
5250

5351
kramdown:
52+
input: GFM
53+
syntax_highlighter: rouge
5454
auto_ids: true
5555
footnote_nr: 1
5656
entity_output: as_char

_site/404/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
var _hmt = _hmt || [];
6060
(function() {
6161
var hm = document.createElement("script");
62-
hm.src = "https://hm.baidu.com/hm.js?8a2931150f98d9779995b17565fb4eb5";
62+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
6363
var s = document.getElementsByTagName("script")[0];
6464
s.parentNode.insertBefore(hm, s);
6565
})();

_site/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
www.leafcoder.cn
12
leozhang.tk
23
tinyfs.tk

_site/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
var _hmt = _hmt || [];
6060
(function() {
6161
var hm = document.createElement("script");
62-
hm.src = "https://hm.baidu.com/hm.js?8a2931150f98d9779995b17565fb4eb5";
62+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
6363
var s = document.getElementsByTagName("script")[0];
6464
s.parentNode.insertBefore(hm, s);
6565
})();

_site/articles/Do_I_need_a_content_type_for_http_get-requests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
var _hmt = _hmt || [];
6060
(function() {
6161
var hm = document.createElement("script");
62-
hm.src = "https://hm.baidu.com/hm.js?8a2931150f98d9779995b17565fb4eb5";
62+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
6363
var s = document.getElementsByTagName("script")[0];
6464
s.parentNode.insertBefore(hm, s);
6565
})();

_site/articles/Failed-to-load-module-canberra-gtk-module/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
var _hmt = _hmt || [];
6060
(function() {
6161
var hm = document.createElement("script");
62-
hm.src = "https://hm.baidu.com/hm.js?8a2931150f98d9779995b17565fb4eb5";
62+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
6363
var s = document.getElementsByTagName("script")[0];
6464
s.parentNode.insertBefore(hm, s);
6565
})();
@@ -129,7 +129,7 @@ <h1 class="entry-title">Failed to load module canberra-gtk-module</h1>
129129
<div class="entry-content">
130130
<p>Q: Gtk-Message: Failed to load module canberra-gtk-module</p>
131131

132-
<p>A: <code>$ sudo apt-get install libcanberra-gtk*</code></p>
132+
<p>A: <code class="highlighter-rouge">$ sudo apt-get install libcanberra-gtk*</code></p>
133133

134134
<p>来源:https://bugs.launchpad.net/elementaryos/+bug/1452040</p>
135135

_site/articles/Markdown-语法说明-简体中文版/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
var _hmt = _hmt || [];
6060
(function() {
6161
var hm = document.createElement("script");
62-
hm.src = "https://hm.baidu.com/hm.js?8a2931150f98d9779995b17565fb4eb5";
62+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
6363
var s = document.getElementsByTagName("script")[0];
6464
s.parentNode.insertBefore(hm, s);
6565
})();

_site/articles/PyCon2014China来袭中/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
var _hmt = _hmt || [];
6060
(function() {
6161
var hm = document.createElement("script");
62-
hm.src = "https://hm.baidu.com/hm.js?8a2931150f98d9779995b17565fb4eb5";
62+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
6363
var s = document.getElementsByTagName("script")[0];
6464
s.parentNode.insertBefore(hm, s);
6565
})();

_site/articles/ftplib简单使用/index.html

Lines changed: 75 additions & 75 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)