Skip to content

Commit 0b5239b

Browse files
committed
Initial commit
0 parents  commit 0b5239b

File tree

225 files changed

+26621
-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.

225 files changed

+26621
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
_site/
2+
.sass-cache/
3+
.jekyll-metadata
4+
_pdf
5+
.DS_Store
6+
.idea
7+
vendor/
8+
.bundle/

.gitlab-ci.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
image: ruby:2.3
2+
3+
variables:
4+
JEKYLL_ENV: production
5+
6+
test:
7+
stage: test
8+
script:
9+
- sh ./var/build.sh
10+
- bundle exec jekyll build -d test
11+
artifacts:
12+
paths:
13+
- test
14+
except:
15+
- master
16+
17+
pages:
18+
stage: deploy
19+
script:
20+
- sh ./var/build.sh
21+
- bundle exec jekyll build -d public
22+
artifacts:
23+
paths:
24+
- public
25+
only:
26+
- master

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"files.associations": {
4+
"*.html": "liquid"
5+
}
6+
}

404.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Page Not Found"
3+
search: exclude
4+
---
5+
6+
Sorry, but the page you were trying to view does not exist. Try searching for it or looking at the URL to see if it looks correct.

Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM jekyll/builder
2+
3+
WORKDIR /tmp
4+
ADD Gemfile /tmp/
5+
ADD Gemfile.lock /tmp/
6+
RUN bundle install
7+
8+
FROM jekyll/jekyll
9+
10+
VOLUME /src
11+
EXPOSE 4000
12+
13+
WORKDIR /src
14+
ENTRYPOINT ["jekyll", "serve", "--livereload", "-H", "0.0.0.0"]

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+
# to publish on github page
4+
gem 'github-pages', group: :jekyll_plugins
5+
6+
# to publich without github page
7+
#gem "jekyll"

Gemfile.lock

Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (8.0.2.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.2)
22+
coffee-script (2.4.1)
23+
coffee-script-source
24+
execjs
25+
coffee-script-source (1.12.2)
26+
colorator (1.1.0)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.3)
30+
csv (3.3.5)
31+
dnsruby (1.72.4)
32+
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
34+
simpleidn (~> 0.2.1)
35+
drb (2.2.3)
36+
em-websocket (0.5.3)
37+
eventmachine (>= 0.12.9)
38+
http_parser.rb (~> 0)
39+
ethon (0.17.0)
40+
ffi (>= 1.15.0)
41+
eventmachine (1.2.7)
42+
execjs (2.10.0)
43+
faraday (2.13.4)
44+
faraday-net_http (>= 2.0, < 3.5)
45+
json
46+
logger
47+
faraday-net_http (3.4.1)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.2)
50+
ffi (1.17.2-x64-mingw-ucrt)
51+
forwardable-extended (2.6.0)
52+
gemoji (4.1.0)
53+
github-pages (232)
54+
github-pages-health-check (= 1.18.2)
55+
jekyll (= 3.10.0)
56+
jekyll-avatar (= 0.8.0)
57+
jekyll-coffeescript (= 1.2.2)
58+
jekyll-commonmark-ghpages (= 0.5.1)
59+
jekyll-default-layout (= 0.1.5)
60+
jekyll-feed (= 0.17.0)
61+
jekyll-gist (= 1.5.0)
62+
jekyll-github-metadata (= 2.16.1)
63+
jekyll-include-cache (= 0.2.1)
64+
jekyll-mentions (= 1.6.0)
65+
jekyll-optional-front-matter (= 0.3.2)
66+
jekyll-paginate (= 1.1.0)
67+
jekyll-readme-index (= 0.3.0)
68+
jekyll-redirect-from (= 0.16.0)
69+
jekyll-relative-links (= 0.6.1)
70+
jekyll-remote-theme (= 0.4.3)
71+
jekyll-sass-converter (= 1.5.2)
72+
jekyll-seo-tag (= 2.8.0)
73+
jekyll-sitemap (= 1.4.0)
74+
jekyll-swiss (= 1.0.0)
75+
jekyll-theme-architect (= 0.2.0)
76+
jekyll-theme-cayman (= 0.2.0)
77+
jekyll-theme-dinky (= 0.2.0)
78+
jekyll-theme-hacker (= 0.2.0)
79+
jekyll-theme-leap-day (= 0.2.0)
80+
jekyll-theme-merlot (= 0.2.0)
81+
jekyll-theme-midnight (= 0.2.0)
82+
jekyll-theme-minimal (= 0.2.0)
83+
jekyll-theme-modernist (= 0.2.0)
84+
jekyll-theme-primer (= 0.6.0)
85+
jekyll-theme-slate (= 0.2.0)
86+
jekyll-theme-tactile (= 0.2.0)
87+
jekyll-theme-time-machine (= 0.2.0)
88+
jekyll-titles-from-headings (= 0.5.3)
89+
jemoji (= 0.13.0)
90+
kramdown (= 2.4.0)
91+
kramdown-parser-gfm (= 1.1.0)
92+
liquid (= 4.0.4)
93+
mercenary (~> 0.3)
94+
minima (= 2.5.1)
95+
nokogiri (>= 1.16.2, < 2.0)
96+
rouge (= 3.30.0)
97+
terminal-table (~> 1.4)
98+
webrick (~> 1.8)
99+
github-pages-health-check (1.18.2)
100+
addressable (~> 2.3)
101+
dnsruby (~> 1.60)
102+
octokit (>= 4, < 8)
103+
public_suffix (>= 3.0, < 6.0)
104+
typhoeus (~> 1.3)
105+
html-pipeline (2.14.3)
106+
activesupport (>= 2)
107+
nokogiri (>= 1.4)
108+
http_parser.rb (0.8.0)
109+
i18n (1.14.7)
110+
concurrent-ruby (~> 1.0)
111+
jekyll (3.10.0)
112+
addressable (~> 2.4)
113+
colorator (~> 1.0)
114+
csv (~> 3.0)
115+
em-websocket (~> 0.5)
116+
i18n (>= 0.7, < 2)
117+
jekyll-sass-converter (~> 1.0)
118+
jekyll-watch (~> 2.0)
119+
kramdown (>= 1.17, < 3)
120+
liquid (~> 4.0)
121+
mercenary (~> 0.3.3)
122+
pathutil (~> 0.9)
123+
rouge (>= 1.7, < 4)
124+
safe_yaml (~> 1.0)
125+
webrick (>= 1.0)
126+
jekyll-avatar (0.8.0)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-coffeescript (1.2.2)
129+
coffee-script (~> 2.2)
130+
coffee-script-source (~> 1.12)
131+
jekyll-commonmark (1.4.0)
132+
commonmarker (~> 0.22)
133+
jekyll-commonmark-ghpages (0.5.1)
134+
commonmarker (>= 0.23.7, < 1.1.0)
135+
jekyll (>= 3.9, < 4.0)
136+
jekyll-commonmark (~> 1.4.0)
137+
rouge (>= 2.0, < 5.0)
138+
jekyll-default-layout (0.1.5)
139+
jekyll (>= 3.0, < 5.0)
140+
jekyll-feed (0.17.0)
141+
jekyll (>= 3.7, < 5.0)
142+
jekyll-gist (1.5.0)
143+
octokit (~> 4.2)
144+
jekyll-github-metadata (2.16.1)
145+
jekyll (>= 3.4, < 5.0)
146+
octokit (>= 4, < 7, != 4.4.0)
147+
jekyll-include-cache (0.2.1)
148+
jekyll (>= 3.7, < 5.0)
149+
jekyll-mentions (1.6.0)
150+
html-pipeline (~> 2.3)
151+
jekyll (>= 3.7, < 5.0)
152+
jekyll-optional-front-matter (0.3.2)
153+
jekyll (>= 3.0, < 5.0)
154+
jekyll-paginate (1.1.0)
155+
jekyll-readme-index (0.3.0)
156+
jekyll (>= 3.0, < 5.0)
157+
jekyll-redirect-from (0.16.0)
158+
jekyll (>= 3.3, < 5.0)
159+
jekyll-relative-links (0.6.1)
160+
jekyll (>= 3.3, < 5.0)
161+
jekyll-remote-theme (0.4.3)
162+
addressable (~> 2.0)
163+
jekyll (>= 3.5, < 5.0)
164+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
165+
rubyzip (>= 1.3.0, < 3.0)
166+
jekyll-sass-converter (1.5.2)
167+
sass (~> 3.4)
168+
jekyll-seo-tag (2.8.0)
169+
jekyll (>= 3.8, < 5.0)
170+
jekyll-sitemap (1.4.0)
171+
jekyll (>= 3.7, < 5.0)
172+
jekyll-swiss (1.0.0)
173+
jekyll-theme-architect (0.2.0)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-cayman (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-dinky (0.2.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-hacker (0.2.0)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-leap-day (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-merlot (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-midnight (0.2.0)
192+
jekyll (> 3.5, < 5.0)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-minimal (0.2.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-modernist (0.2.0)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-seo-tag (~> 2.0)
200+
jekyll-theme-primer (0.6.0)
201+
jekyll (> 3.5, < 5.0)
202+
jekyll-github-metadata (~> 2.9)
203+
jekyll-seo-tag (~> 2.0)
204+
jekyll-theme-slate (0.2.0)
205+
jekyll (> 3.5, < 5.0)
206+
jekyll-seo-tag (~> 2.0)
207+
jekyll-theme-tactile (0.2.0)
208+
jekyll (> 3.5, < 5.0)
209+
jekyll-seo-tag (~> 2.0)
210+
jekyll-theme-time-machine (0.2.0)
211+
jekyll (> 3.5, < 5.0)
212+
jekyll-seo-tag (~> 2.0)
213+
jekyll-titles-from-headings (0.5.3)
214+
jekyll (>= 3.3, < 5.0)
215+
jekyll-watch (2.2.1)
216+
listen (~> 3.0)
217+
jemoji (0.13.0)
218+
gemoji (>= 3, < 5)
219+
html-pipeline (~> 2.2)
220+
jekyll (>= 3.0, < 5.0)
221+
json (2.13.2)
222+
kramdown (2.4.0)
223+
rexml
224+
kramdown-parser-gfm (1.1.0)
225+
kramdown (~> 2.0)
226+
liquid (4.0.4)
227+
listen (3.9.0)
228+
rb-fsevent (~> 0.10, >= 0.10.3)
229+
rb-inotify (~> 0.9, >= 0.9.10)
230+
logger (1.6.6)
231+
mercenary (0.3.6)
232+
mini_portile2 (2.8.9)
233+
minima (2.5.1)
234+
jekyll (>= 3.5, < 5.0)
235+
jekyll-feed (~> 0.9)
236+
jekyll-seo-tag (~> 2.1)
237+
minitest (5.25.5)
238+
net-http (0.6.0)
239+
uri
240+
nokogiri (1.18.9)
241+
mini_portile2 (~> 2.8.2)
242+
racc (~> 1.4)
243+
nokogiri (1.18.9-x64-mingw-ucrt)
244+
racc (~> 1.4)
245+
octokit (4.25.1)
246+
faraday (>= 1, < 3)
247+
sawyer (~> 0.9)
248+
pathutil (0.16.2)
249+
forwardable-extended (~> 2.6)
250+
public_suffix (5.1.1)
251+
racc (1.8.1)
252+
rb-fsevent (0.11.2)
253+
rb-inotify (0.11.1)
254+
ffi (~> 1.0)
255+
rexml (3.4.1)
256+
rouge (3.30.0)
257+
rubyzip (2.4.1)
258+
safe_yaml (1.0.5)
259+
sass (3.7.4)
260+
sass-listen (~> 4.0.0)
261+
sass-listen (4.0.0)
262+
rb-fsevent (~> 0.9, >= 0.9.4)
263+
rb-inotify (~> 0.9, >= 0.9.7)
264+
sawyer (0.9.2)
265+
addressable (>= 2.3.5)
266+
faraday (>= 0.17.3, < 3)
267+
securerandom (0.4.1)
268+
simpleidn (0.2.3)
269+
terminal-table (1.8.0)
270+
unicode-display_width (~> 1.1, >= 1.1.1)
271+
typhoeus (1.4.1)
272+
ethon (>= 0.9.0)
273+
tzinfo (2.0.6)
274+
concurrent-ruby (~> 1.0)
275+
unicode-display_width (1.8.0)
276+
uri (1.0.3)
277+
webrick (1.9.1)
278+
279+
PLATFORMS
280+
ruby
281+
x64-mingw-ucrt
282+
283+
DEPENDENCIES
284+
github-pages
285+
286+
BUNDLED WITH
287+
2.7.1

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2021 Google LLC
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
https://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

0 commit comments

Comments
 (0)