Skip to content

Commit 119dcfa

Browse files
committed
u
1 parent 0cd3300 commit 119dcfa

69 files changed

Lines changed: 2692 additions & 1321 deletions

Some content is hidden

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

.gitattributes

Lines changed: 17 additions & 0 deletions
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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
_site
2-
.DS_Store
3-
.jekyll
4-
.jekyll-metadata
5-
.bundle
62
.sass-cache
7-
Gemfile
8-
Gemfile.lock
9-
node_modules
10-
package.json
3+
.jekyll-metadata
4+
.idea

404.md

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

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rough'
4+
gem 'jekyll-paginate'
5+
gem 'jekyll-geo-pattern'
6+
gem 'kramdown'
7+
gem 'jekyll-github-metadata'

Gemfile.lock

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (4.2.6)
5+
actionpack (= 4.2.6)
6+
actionview (= 4.2.6)
7+
activejob (= 4.2.6)
8+
mail (~> 2.5, >= 2.5.4)
9+
rails-dom-testing (~> 1.0, >= 1.0.5)
10+
actionpack (4.2.6)
11+
actionview (= 4.2.6)
12+
activesupport (= 4.2.6)
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.2)
17+
actionview (4.2.6)
18+
activesupport (= 4.2.6)
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.2)
23+
activejob (4.2.6)
24+
activesupport (= 4.2.6)
25+
globalid (>= 0.3.0)
26+
activemodel (4.2.6)
27+
activesupport (= 4.2.6)
28+
builder (~> 3.1)
29+
activerecord (4.2.6)
30+
activemodel (= 4.2.6)
31+
activesupport (= 4.2.6)
32+
arel (~> 6.0)
33+
activesupport (4.2.6)
34+
i18n (~> 0.7)
35+
json (~> 1.7, >= 1.7.7)
36+
minitest (~> 5.1)
37+
thread_safe (~> 0.3, >= 0.3.4)
38+
tzinfo (~> 1.1)
39+
addressable (2.4.0)
40+
arel (6.0.3)
41+
builder (3.2.2)
42+
color (1.8)
43+
colorator (0.1)
44+
concurrent-ruby (1.0.2)
45+
erubis (2.7.0)
46+
faraday (0.9.2)
47+
multipart-post (>= 1.2, < 3)
48+
ffi (1.9.10)
49+
ffi (1.9.10-x64-mingw32)
50+
geo_pattern (1.2.1)
51+
color (~> 1.5)
52+
globalid (0.3.6)
53+
activesupport (>= 4.1.0)
54+
i18n (0.7.0)
55+
jekyll (3.0.1)
56+
colorator (~> 0.1)
57+
jekyll-sass-converter (~> 1.0)
58+
jekyll-watch (~> 1.1)
59+
kramdown (~> 1.3)
60+
liquid (~> 3.0)
61+
mercenary (~> 0.3.3)
62+
rouge (~> 1.7)
63+
safe_yaml (~> 1.0)
64+
jekyll-geo-pattern (0.4.1)
65+
geo_pattern (~> 1.2.1)
66+
jekyll
67+
jekyll-github-metadata (1.11.1)
68+
octokit (~> 4.0)
69+
jekyll-paginate (1.1.0)
70+
jekyll-sass-converter (1.3.0)
71+
sass (~> 3.2)
72+
jekyll-watch (1.3.0)
73+
listen (~> 3.0)
74+
json (1.8.3)
75+
kramdown (1.9.0)
76+
liquid (3.0.6)
77+
listen (3.0.5)
78+
rb-fsevent (>= 0.9.3)
79+
rb-inotify (>= 0.9)
80+
loofah (2.0.3)
81+
nokogiri (>= 1.5.9)
82+
mail (2.6.4)
83+
mime-types (>= 1.16, < 4)
84+
mercenary (0.3.5)
85+
middleware (0.1.0)
86+
mime-types (3.0)
87+
mime-types-data (~> 3.2015)
88+
mime-types-data (3.2016.0221)
89+
mini_portile2 (2.0.0)
90+
minitest (5.8.3)
91+
multipart-post (2.0.0)
92+
nokogiri (1.6.7)
93+
mini_portile2 (~> 2.0.0.rc2)
94+
nokogiri (1.6.7-x64-mingw32)
95+
mini_portile2 (~> 2.0.0.rc2)
96+
octokit (4.3.0)
97+
sawyer (~> 0.7.0, >= 0.5.3)
98+
protobuf (3.6.7)
99+
activesupport (>= 3.2)
100+
middleware
101+
thor
102+
thread_safe
103+
rack (1.6.4)
104+
rack-test (0.6.3)
105+
rack (>= 1.0)
106+
rails (4.2.6)
107+
actionmailer (= 4.2.6)
108+
actionpack (= 4.2.6)
109+
actionview (= 4.2.6)
110+
activejob (= 4.2.6)
111+
activemodel (= 4.2.6)
112+
activerecord (= 4.2.6)
113+
activesupport (= 4.2.6)
114+
bundler (>= 1.3.0, < 2.0)
115+
railties (= 4.2.6)
116+
sprockets-rails
117+
rails-deprecated_sanitizer (1.0.3)
118+
activesupport (>= 4.2.0.alpha)
119+
rails-dom-testing (1.0.7)
120+
activesupport (>= 4.2.0.beta, < 5.0)
121+
nokogiri (~> 1.6.0)
122+
rails-deprecated_sanitizer (>= 1.0.1)
123+
rails-html-sanitizer (1.0.3)
124+
loofah (~> 2.0)
125+
railties (4.2.6)
126+
actionpack (= 4.2.6)
127+
activesupport (= 4.2.6)
128+
rake (>= 0.8.7)
129+
thor (>= 0.18.1, < 2.0)
130+
rake (0.9.6)
131+
rb-fsevent (0.9.6)
132+
rb-inotify (0.9.7)
133+
ffi (>= 0.5.0)
134+
rouge (1.10.1)
135+
rough (0.2.5)
136+
protobuf (~> 3.4)
137+
rails (~> 4.1)
138+
safe_yaml (1.0.4)
139+
sass (3.4.20)
140+
sawyer (0.7.0)
141+
addressable (>= 2.3.5, < 2.5)
142+
faraday (~> 0.8, < 0.10)
143+
sprockets (3.6.0)
144+
concurrent-ruby (~> 1.0)
145+
rack (> 1, < 3)
146+
sprockets-rails (3.0.4)
147+
actionpack (>= 4.0)
148+
activesupport (>= 4.0)
149+
sprockets (>= 3.0.0)
150+
thor (0.19.1)
151+
thread_safe (0.3.5)
152+
tzinfo (1.2.2)
153+
thread_safe (~> 0.1)
154+
155+
PLATFORMS
156+
ruby
157+
x64-mingw32
158+
159+
DEPENDENCIES
160+
jekyll-geo-pattern
161+
jekyll-github-metadata
162+
jekyll-paginate
163+
kramdown
164+
rough
165+
166+
BUNDLED WITH
167+
1.12.4

0 commit comments

Comments
 (0)