Skip to content

Commit 3568e57

Browse files
committed
(付政委)<配置更新> #构建博客系统
1 parent d9b3185 commit 3568e57

File tree

1,542 files changed

+138049
-0
lines changed

Some content is hidden

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

1,542 files changed

+138049
-0
lines changed

.gitattributes

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
7+
# Standard to msysgit
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
10+
*.docx diff=astextplain
11+
*.DOCX diff=astextplain
12+
*.dot diff=astextplain
13+
*.DOT diff=astextplain
14+
*.pdf diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
_site
2+
_drafts
3+
.sass-cache
4+
.jekyll-metadata
5+
.idea
6+
assets/images/.DS_Store
7+
_posts/.DS_Store
8+
.DS_Store

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.itwanger.com

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source 'http://gems.ruby-china.com'
2+
3+
gem 'rough'
4+
gem 'jekyll-paginate'
5+
gem 'jekyll-geo-pattern'
6+
gem 'kramdown'
7+
gem 'jekyll-github-metadata'
8+
gem 'jekyll-octicons'

Gemfile.lock

+182
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
GEM
2+
remote: http://gems.ruby-china.com/
3+
specs:
4+
actionmailer (4.2.10)
5+
actionpack (= 4.2.10)
6+
actionview (= 4.2.10)
7+
activejob (= 4.2.10)
8+
mail (~> 2.5, >= 2.5.4)
9+
rails-dom-testing (~> 1.0, >= 1.0.5)
10+
actionpack (4.2.10)
11+
actionview (= 4.2.10)
12+
activesupport (= 4.2.10)
13+
rack (~> 1.6)
14+
rack-test (~> 0.6.2)
15+
rails-dom-testing (~> 1.0, >= 1.0.5)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.4)
17+
actionview (4.2.10)
18+
activesupport (= 4.2.10)
19+
builder (~> 3.1)
20+
erubis (~> 2.7.0)
21+
rails-dom-testing (~> 1.0, >= 1.0.5)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.4)
23+
activejob (4.2.10)
24+
activesupport (= 4.2.10)
25+
globalid (>= 0.3.0)
26+
activemodel (4.2.10)
27+
activesupport (= 4.2.10)
28+
builder (~> 3.1)
29+
activerecord (4.2.10)
30+
activemodel (= 4.2.10)
31+
activesupport (= 4.2.10)
32+
arel (~> 6.0)
33+
activesupport (4.2.10)
34+
i18n (~> 0.7)
35+
minitest (~> 5.1)
36+
thread_safe (~> 0.3, >= 0.3.4)
37+
tzinfo (~> 1.1)
38+
addressable (2.5.2)
39+
public_suffix (>= 2.0.2, < 4.0)
40+
arel (6.0.4)
41+
builder (3.2.3)
42+
color (1.8)
43+
colorator (1.1.0)
44+
concurrent-ruby (1.0.5)
45+
crass (1.0.4)
46+
erubis (2.7.0)
47+
faraday (0.13.1)
48+
multipart-post (>= 1.2, < 3)
49+
ffi (1.9.24-x64-mingw32)
50+
forwardable-extended (2.6.0)
51+
geo_pattern (1.2.1)
52+
color (~> 1.5)
53+
globalid (0.4.1)
54+
activesupport (>= 4.2.0)
55+
i18n (0.9.1)
56+
concurrent-ruby (~> 1.0)
57+
jekyll (3.6.2)
58+
addressable (~> 2.4)
59+
colorator (~> 1.0)
60+
jekyll-sass-converter (~> 1.0)
61+
jekyll-watch (~> 1.1)
62+
kramdown (~> 1.14)
63+
liquid (~> 4.0)
64+
mercenary (~> 0.3.3)
65+
pathutil (~> 0.9)
66+
rouge (>= 1.7, < 3)
67+
safe_yaml (~> 1.0)
68+
jekyll-geo-pattern (0.4.1)
69+
geo_pattern (~> 1.2.1)
70+
jekyll
71+
jekyll-github-metadata (2.9.4)
72+
jekyll (~> 3.1)
73+
octokit (~> 4.0, != 4.4.0)
74+
jekyll-octicons (4.2.0)
75+
jekyll (~> 3.1)
76+
octicons (= 5.2.0)
77+
jekyll-paginate (1.1.0)
78+
jekyll-sass-converter (1.5.1)
79+
sass (~> 3.4)
80+
jekyll-watch (1.5.1)
81+
listen (~> 3.0)
82+
kramdown (1.16.2)
83+
liquid (4.0.0)
84+
listen (3.1.5)
85+
rb-fsevent (~> 0.9, >= 0.9.4)
86+
rb-inotify (~> 0.9, >= 0.9.7)
87+
ruby_dep (~> 1.2)
88+
loofah (2.2.2)
89+
crass (~> 1.0.2)
90+
nokogiri (>= 1.5.9)
91+
mail (2.7.0)
92+
mini_mime (>= 0.1.1)
93+
mercenary (0.3.6)
94+
middleware (0.1.0)
95+
mini_mime (1.0.0)
96+
mini_portile2 (2.3.0)
97+
minitest (5.10.3)
98+
multipart-post (2.0.0)
99+
nokogiri (1.8.2-x64-mingw32)
100+
mini_portile2 (~> 2.3.0)
101+
octicons (5.2.0)
102+
nokogiri (>= 1.8.2)
103+
octokit (4.7.0)
104+
sawyer (~> 0.8.0, >= 0.5.3)
105+
pathutil (0.16.1)
106+
forwardable-extended (~> 2.6)
107+
protobuf (3.8.1)
108+
activesupport (>= 3.2)
109+
middleware
110+
thor
111+
thread_safe
112+
public_suffix (3.0.2)
113+
rack (1.6.8)
114+
rack-test (0.6.3)
115+
rack (>= 1.0)
116+
rails (4.2.10)
117+
actionmailer (= 4.2.10)
118+
actionpack (= 4.2.10)
119+
actionview (= 4.2.10)
120+
activejob (= 4.2.10)
121+
activemodel (= 4.2.10)
122+
activerecord (= 4.2.10)
123+
activesupport (= 4.2.10)
124+
bundler (>= 1.3.0, < 2.0)
125+
railties (= 4.2.10)
126+
sprockets-rails
127+
rails-deprecated_sanitizer (1.0.3)
128+
activesupport (>= 4.2.0.alpha)
129+
rails-dom-testing (1.0.8)
130+
activesupport (>= 4.2.0.beta, < 5.0)
131+
nokogiri (~> 1.8.2)
132+
rails-deprecated_sanitizer (>= 1.0.1)
133+
rails-html-sanitizer (1.0.4)
134+
loofah (~> 2.2.1)
135+
railties (4.2.10)
136+
actionpack (= 4.2.10)
137+
activesupport (= 4.2.10)
138+
rake (>= 0.8.7)
139+
thor (>= 0.18.1, < 2.0)
140+
rake (12.3.0)
141+
rb-fsevent (0.10.2)
142+
rb-inotify (0.9.10)
143+
ffi (>= 0.5.0, < 2)
144+
rouge (2.2.1)
145+
rough (0.2.6)
146+
protobuf (>= 3.4)
147+
rails (~> 4.1)
148+
ruby_dep (1.5.0)
149+
safe_yaml (1.0.4)
150+
sass (3.5.3)
151+
sass-listen (~> 4.0.0)
152+
sass-listen (4.0.0)
153+
rb-fsevent (~> 0.9, >= 0.9.4)
154+
rb-inotify (~> 0.9, >= 0.9.7)
155+
sawyer (0.8.1)
156+
addressable (>= 2.3.5, < 2.6)
157+
faraday (~> 0.8, < 1.0)
158+
sprockets (3.7.2)
159+
concurrent-ruby (~> 1.0)
160+
rack (> 1, < 3)
161+
sprockets-rails (3.2.1)
162+
actionpack (>= 4.0)
163+
activesupport (>= 4.0)
164+
sprockets (>= 3.7.2)
165+
thor (0.20.0)
166+
thread_safe (0.3.6)
167+
tzinfo (1.2.4)
168+
thread_safe (~> 0.1)
169+
170+
PLATFORMS
171+
x64-mingw32
172+
173+
DEPENDENCIES
174+
jekyll-geo-pattern
175+
jekyll-github-metadata
176+
jekyll-octicons
177+
jekyll-paginate
178+
kramdown
179+
rough
180+
181+
BUNDLED WITH
182+
1.16.1

0 commit comments

Comments
 (0)