Skip to content

Commit 7550f5d

Browse files
author
zhaoliang
committed
use harttle theam
1 parent 73ab9c4 commit 7550f5d

File tree

309 files changed

+28639
-4432
lines changed

Some content is hidden

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

309 files changed

+28639
-4432
lines changed

404.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: default
3+
title: "404"
4+
excerpt: 链接过时了?搜索一下!
5+
bannerTransparent: true
6+
---
7+
8+
<div class="module-404">
9+
<div class="center">
10+
<header>404</header>
11+
12+
<p class="lead">{{page.excerpt}}<p>
13+
14+
<form action="http://google.com/search" method="get">
15+
<input type="hidden" name="q" value="site:harttle.land">
16+
<input class="form-control" placeholder="关键字..." name="q" autofocus>
17+
</form>
18+
19+
</div>
20+
</div>
21+
22+

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
harttle.land

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
source "https://rubygems.org"
2-
ruby '~> 2.3.0'
3-
gem "jekyll", "~>3.5.2"
4-
gem "jekyll-paginate"
5-
gem "jemoji"
1+
source 'https://rubygems.org'
2+
gem 'github-pages'
3+
gem 'jekyll-feed'
4+
gem 'jekyll-seo-tag'
5+
gem 'jekyll-redirect-from'

Gemfile.lock

Lines changed: 183 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,72 +8,234 @@ GEM
88
tzinfo (~> 1.1)
99
addressable (2.5.2)
1010
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
1115
colorator (1.1.0)
16+
commonmarker (0.17.7.1)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.0.5)
19+
ethon (0.11.0)
20+
ffi (>= 1.3.0)
21+
execjs (2.7.0)
22+
faraday (0.13.1)
23+
multipart-post (>= 1.2, < 3)
1224
ffi (1.9.18)
1325
forwardable-extended (2.6.0)
1426
gemoji (3.0.0)
27+
github-pages (172)
28+
activesupport (= 4.2.9)
29+
github-pages-health-check (= 1.3.5)
30+
jekyll (= 3.6.2)
31+
jekyll-avatar (= 0.5.0)
32+
jekyll-coffeescript (= 1.0.2)
33+
jekyll-commonmark-ghpages (= 0.1.3)
34+
jekyll-default-layout (= 0.1.4)
35+
jekyll-feed (= 0.9.2)
36+
jekyll-gist (= 1.4.1)
37+
jekyll-github-metadata (= 2.9.3)
38+
jekyll-mentions (= 1.2.0)
39+
jekyll-optional-front-matter (= 0.3.0)
40+
jekyll-paginate (= 1.1.0)
41+
jekyll-readme-index (= 0.2.0)
42+
jekyll-redirect-from (= 0.12.1)
43+
jekyll-relative-links (= 0.5.2)
44+
jekyll-remote-theme (= 0.2.3)
45+
jekyll-sass-converter (= 1.5.0)
46+
jekyll-seo-tag (= 2.3.0)
47+
jekyll-sitemap (= 1.1.1)
48+
jekyll-swiss (= 0.4.0)
49+
jekyll-theme-architect (= 0.1.0)
50+
jekyll-theme-cayman (= 0.1.0)
51+
jekyll-theme-dinky (= 0.1.0)
52+
jekyll-theme-hacker (= 0.1.0)
53+
jekyll-theme-leap-day (= 0.1.0)
54+
jekyll-theme-merlot (= 0.1.0)
55+
jekyll-theme-midnight (= 0.1.0)
56+
jekyll-theme-minimal (= 0.1.0)
57+
jekyll-theme-modernist (= 0.1.0)
58+
jekyll-theme-primer (= 0.5.2)
59+
jekyll-theme-slate (= 0.1.0)
60+
jekyll-theme-tactile (= 0.1.0)
61+
jekyll-theme-time-machine (= 0.1.0)
62+
jekyll-titles-from-headings (= 0.5.0)
63+
jemoji (= 0.8.1)
64+
kramdown (= 1.14.0)
65+
liquid (= 4.0.0)
66+
listen (= 3.0.6)
67+
mercenary (~> 0.3)
68+
minima (= 2.1.1)
69+
rouge (= 2.2.1)
70+
terminal-table (~> 1.4)
71+
github-pages-health-check (1.3.5)
72+
addressable (~> 2.3)
73+
net-dns (~> 0.8)
74+
octokit (~> 4.0)
75+
public_suffix (~> 2.0)
76+
typhoeus (~> 0.7)
1577
html-pipeline (2.7.1)
1678
activesupport (>= 2)
1779
nokogiri (>= 1.4)
18-
i18n (0.8.6)
19-
jekyll (3.5.2)
80+
i18n (0.9.1)
81+
concurrent-ruby (~> 1.0)
82+
jekyll (3.6.2)
2083
addressable (~> 2.4)
2184
colorator (~> 1.0)
2285
jekyll-sass-converter (~> 1.0)
2386
jekyll-watch (~> 1.1)
24-
kramdown (~> 1.3)
87+
kramdown (~> 1.14)
2588
liquid (~> 4.0)
2689
mercenary (~> 0.3.3)
2790
pathutil (~> 0.9)
28-
rouge (~> 1.7)
91+
rouge (>= 1.7, < 3)
2992
safe_yaml (~> 1.0)
93+
jekyll-avatar (0.5.0)
94+
jekyll (~> 3.0)
95+
jekyll-coffeescript (1.0.2)
96+
coffee-script (~> 2.2)
97+
coffee-script-source (~> 1.11.1)
98+
jekyll-commonmark (1.1.0)
99+
commonmarker (~> 0.14)
100+
jekyll (>= 3.0, < 4.0)
101+
jekyll-commonmark-ghpages (0.1.3)
102+
commonmarker (~> 0.17.6)
103+
jekyll-commonmark (~> 1)
104+
rouge (~> 2)
105+
jekyll-default-layout (0.1.4)
106+
jekyll (~> 3.0)
107+
jekyll-feed (0.9.2)
108+
jekyll (~> 3.3)
109+
jekyll-gist (1.4.1)
110+
octokit (~> 4.2)
111+
jekyll-github-metadata (2.9.3)
112+
jekyll (~> 3.1)
113+
octokit (~> 4.0, != 4.4.0)
114+
jekyll-mentions (1.2.0)
115+
activesupport (~> 4.0)
116+
html-pipeline (~> 2.3)
117+
jekyll (~> 3.0)
118+
jekyll-optional-front-matter (0.3.0)
119+
jekyll (~> 3.0)
30120
jekyll-paginate (1.1.0)
121+
jekyll-readme-index (0.2.0)
122+
jekyll (~> 3.0)
123+
jekyll-redirect-from (0.12.1)
124+
jekyll (~> 3.3)
125+
jekyll-relative-links (0.5.2)
126+
jekyll (~> 3.3)
127+
jekyll-remote-theme (0.2.3)
128+
jekyll (~> 3.5)
129+
rubyzip (>= 1.2.1, < 3.0)
130+
typhoeus (>= 0.7, < 2.0)
31131
jekyll-sass-converter (1.5.0)
32132
sass (~> 3.4)
33-
jekyll-watch (1.5.0)
34-
listen (~> 3.0, < 3.1)
133+
jekyll-seo-tag (2.3.0)
134+
jekyll (~> 3.3)
135+
jekyll-sitemap (1.1.1)
136+
jekyll (~> 3.3)
137+
jekyll-swiss (0.4.0)
138+
jekyll-theme-architect (0.1.0)
139+
jekyll (~> 3.5)
140+
jekyll-seo-tag (~> 2.0)
141+
jekyll-theme-cayman (0.1.0)
142+
jekyll (~> 3.5)
143+
jekyll-seo-tag (~> 2.0)
144+
jekyll-theme-dinky (0.1.0)
145+
jekyll (~> 3.5)
146+
jekyll-seo-tag (~> 2.0)
147+
jekyll-theme-hacker (0.1.0)
148+
jekyll (~> 3.5)
149+
jekyll-seo-tag (~> 2.0)
150+
jekyll-theme-leap-day (0.1.0)
151+
jekyll (~> 3.5)
152+
jekyll-seo-tag (~> 2.0)
153+
jekyll-theme-merlot (0.1.0)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-midnight (0.1.0)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-minimal (0.1.0)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-modernist (0.1.0)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-primer (0.5.2)
166+
jekyll (~> 3.5)
167+
jekyll-github-metadata (~> 2.9)
168+
jekyll-seo-tag (~> 2.2)
169+
jekyll-theme-slate (0.1.0)
170+
jekyll (~> 3.5)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-tactile (0.1.0)
173+
jekyll (~> 3.5)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-time-machine (0.1.0)
176+
jekyll (~> 3.5)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-titles-from-headings (0.5.0)
179+
jekyll (~> 3.3)
180+
jekyll-watch (1.5.1)
181+
listen (~> 3.0)
35182
jemoji (0.8.1)
36183
activesupport (~> 4.0, >= 4.2.9)
37184
gemoji (~> 3.0)
38185
html-pipeline (~> 2.2)
39186
jekyll (>= 3.0)
40-
kramdown (1.15.0)
187+
kramdown (1.14.0)
41188
liquid (4.0.0)
42-
listen (3.0.8)
43-
rb-fsevent (~> 0.9, >= 0.9.4)
44-
rb-inotify (~> 0.9, >= 0.9.7)
189+
listen (3.0.6)
190+
rb-fsevent (>= 0.9.3)
191+
rb-inotify (>= 0.9.7)
45192
mercenary (0.3.6)
46193
mini_portile2 (2.3.0)
194+
minima (2.1.1)
195+
jekyll (~> 3.3)
47196
minitest (5.10.3)
197+
multipart-post (2.0.0)
198+
net-dns (0.8.0)
48199
nokogiri (1.8.1)
49200
mini_portile2 (~> 2.3.0)
50-
pathutil (0.14.0)
201+
octokit (4.7.0)
202+
sawyer (~> 0.8.0, >= 0.5.3)
203+
pathutil (0.16.1)
51204
forwardable-extended (~> 2.6)
52-
public_suffix (3.0.0)
205+
public_suffix (2.0.5)
53206
rb-fsevent (0.10.2)
54207
rb-inotify (0.9.10)
55208
ffi (>= 0.5.0, < 2)
56-
rouge (1.11.1)
209+
rouge (2.2.1)
210+
ruby-enum (0.7.1)
211+
i18n
212+
rubyzip (1.2.1)
57213
safe_yaml (1.0.4)
58-
sass (3.5.1)
214+
sass (3.5.4)
59215
sass-listen (~> 4.0.0)
60216
sass-listen (4.0.0)
61217
rb-fsevent (~> 0.9, >= 0.9.4)
62218
rb-inotify (~> 0.9, >= 0.9.7)
219+
sawyer (0.8.1)
220+
addressable (>= 2.3.5, < 2.6)
221+
faraday (~> 0.8, < 1.0)
222+
terminal-table (1.8.0)
223+
unicode-display_width (~> 1.1, >= 1.1.1)
63224
thread_safe (0.3.6)
64-
tzinfo (1.2.3)
225+
typhoeus (0.8.0)
226+
ethon (>= 0.8.0)
227+
tzinfo (1.2.4)
65228
thread_safe (~> 0.1)
229+
unicode-display_width (1.3.0)
66230

67231
PLATFORMS
68232
ruby
69233

70234
DEPENDENCIES
71-
jekyll (~> 3.5.2)
72-
jekyll-paginate
73-
jemoji
74-
75-
RUBY VERSION
76-
ruby 2.3.3p222
235+
github-pages
236+
jekyll-feed
237+
jekyll-redirect-from
238+
jekyll-seo-tag
77239

78240
BUNDLED WITH
79241
1.15.4

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright (c) 2016 浩阳
3+
Copyright (c) 2017 Jun Yang
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)