Skip to content

Commit 381c0e6

Browse files
committed
init
1 parent 63c8259 commit 381c0e6

File tree

731 files changed

+21456
-7995
lines changed

Some content is hidden

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

731 files changed

+21456
-7995
lines changed

.gitignore

+5-48
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,5 @@
1-
# Windows image file caches
2-
Thumbs.db
3-
ehthumbs.db
4-
5-
# Folder config file
6-
Desktop.ini
7-
8-
# Recycle Bin used on file shares
9-
$RECYCLE.BIN/
10-
11-
# Windows Installer files
12-
*.cab
13-
*.msi
14-
*.msm
15-
*.msp
16-
17-
# Windows shortcuts
18-
*.lnk
19-
20-
# =========================
21-
# Operating System Files
22-
# =========================
23-
24-
# OSX
25-
# =========================
26-
27-
.DS_Store
28-
.AppleDouble
29-
.LSOverride
30-
31-
# Thumbnails
32-
._*
33-
34-
# Files that might appear in the root of a volume
35-
.DocumentRevisions-V100
36-
.fseventsd
37-
.Spotlight-V100
38-
.TemporaryItems
39-
.Trashes
40-
.VolumeIcon.icns
41-
42-
# Directories potentially created on remote AFP share
43-
.AppleDB
44-
.AppleDesktop
45-
Network Trash Folder
46-
Temporary Items
47-
.apdisk
48-
*.lock
1+
_site
2+
_drafts
3+
.sass-cache
4+
.jekyll-metadata
5+
.idea

404.html

-8
This file was deleted.

404.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: page
3+
permalink: /404.html
4+
---
5+
6+
# 404
7+
8+
Page not found! :(
9+
10+
11+
<h2><a href="http://www.ityouknow.com/blog">您来到了宇宙的边缘,请<span style="color:#00FF00">点我</span>返回地球 :)</a></h2>

Gemfile.lock

+14-21
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GEM
3636
minitest (~> 5.1)
3737
thread_safe (~> 0.3, >= 0.3.4)
3838
tzinfo (~> 1.1)
39-
addressable (2.4.0)
39+
addressable (2.5.1)
4040
arel (6.0.3)
4141
builder (3.2.2)
4242
color (1.8)
@@ -47,14 +47,14 @@ GEM
4747
multipart-post (>= 1.2, < 3)
4848
ffi (1.9.14)
4949
ffi (1.9.14-x64-mingw32)
50-
ffi (1.9.14-x86-mingw32)
5150
forwardable-extended (2.6.0)
5251
geo_pattern (1.2.1)
5352
color (~> 1.5)
5453
globalid (0.3.7)
5554
activesupport (>= 4.1.0)
5655
i18n (0.7.0)
57-
jekyll (3.2.1)
56+
jekyll (3.5.2)
57+
addressable (~> 2.4)
5858
colorator (~> 1.0)
5959
jekyll-sass-converter (~> 1.0)
6060
jekyll-watch (~> 1.1)
@@ -67,17 +67,17 @@ GEM
6767
jekyll-geo-pattern (0.4.1)
6868
geo_pattern (~> 1.2.1)
6969
jekyll
70-
jekyll-github-metadata (2.0.2)
70+
jekyll-github-metadata (2.1.1)
7171
jekyll (~> 3.1)
7272
octokit (~> 4.0)
7373
jekyll-paginate (1.1.0)
74-
jekyll-sass-converter (1.4.0)
74+
jekyll-sass-converter (1.5.0)
7575
sass (~> 3.4)
7676
jekyll-watch (1.5.0)
7777
listen (~> 3.0, < 3.1)
78-
json (1.8.3)
79-
kramdown (1.12.0)
80-
liquid (3.0.6)
78+
json (2.1.0)
79+
kramdown (1.14.0)
80+
liquid (4.0.0)
8181
listen (3.0.8)
8282
rb-fsevent (~> 0.9, >= 0.9.4)
8383
rb-inotify (~> 0.9, >= 0.9.7)
@@ -91,22 +91,16 @@ GEM
9191
mime-types-data (~> 3.2015)
9292
mime-types-data (3.2016.0521)
9393
mini_portile2 (2.1.0)
94-
minitest (5.9.0)
94+
minitest (5.9.1)
9595
multipart-post (2.0.0)
96-
nokogiri (1.6.7)
96+
nokogiri (1.6.8.1)
9797
mini_portile2 (~> 2.1.0)
98-
pkg-config (~> 1.1.7)
99-
nokogiri (1.6.7-x64-mingw32)
98+
nokogiri (1.6.8.1-x64-mingw32)
10099
mini_portile2 (~> 2.1.0)
101-
pkg-config (~> 1.1.7)
102-
nokogiri (1.6.7-x86-mingw32)
103-
mini_portile2 (~> 2.1.0)
104-
pkg-config (~> 1.1.7)
105100
octokit (4.3.0)
106101
sawyer (~> 0.7.0, >= 0.5.3)
107102
pathutil (0.14.0)
108103
forwardable-extended (~> 2.6)
109-
pkg-config (1.1.7)
110104
protobuf (3.6.12)
111105
activesupport (>= 3.2)
112106
middleware
@@ -139,7 +133,7 @@ GEM
139133
activesupport (= 4.2.7.1)
140134
rake (>= 0.8.7)
141135
thor (>= 0.18.1, < 2.0)
142-
rake (11.2.2)
136+
rake (11.3.0)
143137
rb-fsevent (0.9.7)
144138
rb-inotify (0.9.7)
145139
ffi (>= 0.5.0)
@@ -148,7 +142,7 @@ GEM
148142
protobuf (>= 3.4)
149143
rails (~> 4.1)
150144
safe_yaml (1.0.4)
151-
sass (3.4.22)
145+
sass (3.5.1)
152146
sawyer (0.7.0)
153147
addressable (>= 2.3.5, < 2.5)
154148
faraday (~> 0.8, < 0.10)
@@ -167,7 +161,6 @@ GEM
167161
PLATFORMS
168162
ruby
169163
x64-mingw32
170-
x86-mingw32
171164

172165
DEPENDENCIES
173166
jekyll-geo-pattern
@@ -177,4 +170,4 @@ DEPENDENCIES
177170
rough
178171

179172
BUNDLED WITH
180-
1.13.1
173+
1.12.5

README.md

-14
This file was deleted.

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ company_url: https://github.com/cloudfavorites
1515
github_url: https://github.com/ityouknow # ex. https://github.com/DONGChuan
1616
cnblog_url: http://www.cnblogs.com/ityouknow
1717
description: the world is colorful
18+
1819
favicon: favicon.png # Image must be in assets/images
1920
repository: ityouknow/ityouknow.github.io # ex. DONGChuan/DONGChuan.github.io
2021

2122
# The base hostname & protocol for your site
2223
# For local test, please use http://localhost:4000
2324
# For production, use your github page url. ex. http://dongchuan.github.io
2425
url: http://ityouknow.com
26+
enforce_ssl: ityouknow.com
2527

2628
## Gem
2729
gems:

_includes/aboutold.html

-83
This file was deleted.

_includes/blog-page.html

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<!-- Comments -->
2222
{% include disqus-comments.html %}
23+
2324
</div>
2425

2526
<div class="col-md-3">

_includes/footer.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
<div class="site-footer">
44

5-
<a href="https://github.com/ityouknow" target="_blank" aria-label="view source code">
5+
<div class="pull-left">
6+
<span class="meta-info hvr-grow">
7+
<span class="octicon octicon-rss"></span>
8+
<a href="{{ site.url }}\feed.xml"> Subscribe Via RSS</a><br/>
9+
Power by <a href="https://github.com/DONGChuan/Yummy-Jekyll">Yummy Jekyll</a>
10+
</span>
11+
</div>
12+
13+
<a href="{{ site.github_url }}" target="_blank" aria-label="view source code">
614
<span class="mega-octicon octicon-mark-github" title="GitHub"></span>
715
</a>
816

9-
<div class="pull-right">
17+
<div class="copyright pull-right">
1018
<a href="javascript:window.scrollTo(0,0)" >TOP</a>
1119
</div>
1220

@@ -30,7 +38,7 @@
3038
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
3139
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
3240
33-
ga('create', 'UA-72165600-1', 'auto');
41+
ga('create', '{{ site.analytics.google.tracking_id }}', 'auto');
3442
ga('send', 'pageview');
3543
3644
</script>

_includes/gentie-comments.html

-12
This file was deleted.

_includes/head.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
<head>
2+
<script type="text/javascript">
3+
var host = "ityouknow.com";
4+
if ((host == window.location.host) && (window.location.protocol != "http:"))
5+
window.location.protocol = "https";
6+
</script>
27
<meta charset="utf-8">
38
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
410
<meta name="viewport" content="width=device-width, initial-scale=1">
511

612
<!-- Favicon Icon -->
713
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/{{ site.favicon }}">
814

9-
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
15+
<title>{% if page.titlebar %} {{ page.titlebar | escape }} - ityouknow's Blog {% elsif page.title %} {{ page.title | escape }} - ityouknow's Blog {% else %}{{ site.title | escape }}{% endif %}</title>
16+
1017
<meta name="description"
1118
content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
1219

_includes/jumbotron.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section class="jumbotron geopattern" data-pattern-id="{{ page.title }}">
22
<div class="container">
3-
<div id="jumbotron-meta-info">
3+
<div id="jumbotron-meta-info">
44
<h1>{{ page.title }}</h1>
55
<span class="meta-info">
66
{% if page.subtitle %}

_includes/sidebar-blogroll.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h3 class="sidebar-title">Friends</h3>
2+
<div id="lists">
3+
<ul class="list-group">
4+
<li><a href="https://im.librazy.org/">Librazy</a></li>
5+
<li><a href="https://renesmt.blog.ustc.edu.cn/">Renesmt</a></li>
6+
7+
</ul>
8+
</div>

0 commit comments

Comments
 (0)