Skip to content

Commit 760545c

Browse files
authored
Merge pull request #130 from cxharris/master
github pages content
2 parents 405838b + 0356c94 commit 760545c

File tree

159 files changed

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

159 files changed

+19912
-0
lines changed

docs/.gitignore

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

docs/.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

docs/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.

docs/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", "-H", "0.0.0.0"]

docs/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem 'github-pages', group: :jekyll_plugins

docs/Gemfile.lock

Lines changed: 253 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,253 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
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)
15+
colorator (1.1.0)
16+
commonmarker (0.17.13)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.1.3)
19+
dnsruby (1.61.2)
20+
addressable (~> 2.5)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.11.0)
25+
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
27+
eventmachine (1.2.7-x64-mingw32)
28+
execjs (2.7.0)
29+
faraday (0.15.3)
30+
multipart-post (>= 1.2, < 3)
31+
ffi (1.9.25)
32+
ffi (1.9.25-x64-mingw32)
33+
forwardable-extended (2.6.0)
34+
gemoji (3.0.0)
35+
github-pages (193)
36+
activesupport (= 4.2.10)
37+
github-pages-health-check (= 1.8.1)
38+
jekyll (= 3.7.4)
39+
jekyll-avatar (= 0.6.0)
40+
jekyll-coffeescript (= 1.1.1)
41+
jekyll-commonmark-ghpages (= 0.1.5)
42+
jekyll-default-layout (= 0.1.4)
43+
jekyll-feed (= 0.11.0)
44+
jekyll-gist (= 1.5.0)
45+
jekyll-github-metadata (= 2.9.4)
46+
jekyll-mentions (= 1.4.1)
47+
jekyll-optional-front-matter (= 0.3.0)
48+
jekyll-paginate (= 1.1.0)
49+
jekyll-readme-index (= 0.2.0)
50+
jekyll-redirect-from (= 0.14.0)
51+
jekyll-relative-links (= 0.5.3)
52+
jekyll-remote-theme (= 0.3.1)
53+
jekyll-sass-converter (= 1.5.2)
54+
jekyll-seo-tag (= 2.5.0)
55+
jekyll-sitemap (= 1.2.0)
56+
jekyll-swiss (= 0.4.0)
57+
jekyll-theme-architect (= 0.1.1)
58+
jekyll-theme-cayman (= 0.1.1)
59+
jekyll-theme-dinky (= 0.1.1)
60+
jekyll-theme-hacker (= 0.1.1)
61+
jekyll-theme-leap-day (= 0.1.1)
62+
jekyll-theme-merlot (= 0.1.1)
63+
jekyll-theme-midnight (= 0.1.1)
64+
jekyll-theme-minimal (= 0.1.1)
65+
jekyll-theme-modernist (= 0.1.1)
66+
jekyll-theme-primer (= 0.5.3)
67+
jekyll-theme-slate (= 0.1.1)
68+
jekyll-theme-tactile (= 0.1.1)
69+
jekyll-theme-time-machine (= 0.1.1)
70+
jekyll-titles-from-headings (= 0.5.1)
71+
jemoji (= 0.10.1)
72+
kramdown (= 1.17.0)
73+
liquid (= 4.0.0)
74+
listen (= 3.1.5)
75+
mercenary (~> 0.3)
76+
minima (= 2.5.0)
77+
nokogiri (>= 1.8.2, < 2.0)
78+
rouge (= 2.2.1)
79+
terminal-table (~> 1.4)
80+
github-pages-health-check (1.8.1)
81+
addressable (~> 2.3)
82+
dnsruby (~> 1.60)
83+
octokit (~> 4.0)
84+
public_suffix (~> 2.0)
85+
typhoeus (~> 1.3)
86+
html-pipeline (2.9.1)
87+
activesupport (>= 2)
88+
nokogiri (>= 1.4)
89+
http_parser.rb (0.6.0)
90+
i18n (0.9.5)
91+
concurrent-ruby (~> 1.0)
92+
jekyll (3.7.4)
93+
addressable (~> 2.4)
94+
colorator (~> 1.0)
95+
em-websocket (~> 0.5)
96+
i18n (~> 0.7)
97+
jekyll-sass-converter (~> 1.0)
98+
jekyll-watch (~> 2.0)
99+
kramdown (~> 1.14)
100+
liquid (~> 4.0)
101+
mercenary (~> 0.3.3)
102+
pathutil (~> 0.9)
103+
rouge (>= 1.7, < 4)
104+
safe_yaml (~> 1.0)
105+
jekyll-avatar (0.6.0)
106+
jekyll (~> 3.0)
107+
jekyll-coffeescript (1.1.1)
108+
coffee-script (~> 2.2)
109+
coffee-script-source (~> 1.11.1)
110+
jekyll-commonmark (1.2.0)
111+
commonmarker (~> 0.14)
112+
jekyll (>= 3.0, < 4.0)
113+
jekyll-commonmark-ghpages (0.1.5)
114+
commonmarker (~> 0.17.6)
115+
jekyll-commonmark (~> 1)
116+
rouge (~> 2)
117+
jekyll-default-layout (0.1.4)
118+
jekyll (~> 3.0)
119+
jekyll-feed (0.11.0)
120+
jekyll (~> 3.3)
121+
jekyll-gist (1.5.0)
122+
octokit (~> 4.2)
123+
jekyll-github-metadata (2.9.4)
124+
jekyll (~> 3.1)
125+
octokit (~> 4.0, != 4.4.0)
126+
jekyll-mentions (1.4.1)
127+
html-pipeline (~> 2.3)
128+
jekyll (~> 3.0)
129+
jekyll-optional-front-matter (0.3.0)
130+
jekyll (~> 3.0)
131+
jekyll-paginate (1.1.0)
132+
jekyll-readme-index (0.2.0)
133+
jekyll (~> 3.0)
134+
jekyll-redirect-from (0.14.0)
135+
jekyll (~> 3.3)
136+
jekyll-relative-links (0.5.3)
137+
jekyll (~> 3.3)
138+
jekyll-remote-theme (0.3.1)
139+
jekyll (~> 3.5)
140+
rubyzip (>= 1.2.1, < 3.0)
141+
jekyll-sass-converter (1.5.2)
142+
sass (~> 3.4)
143+
jekyll-seo-tag (2.5.0)
144+
jekyll (~> 3.3)
145+
jekyll-sitemap (1.2.0)
146+
jekyll (~> 3.3)
147+
jekyll-swiss (0.4.0)
148+
jekyll-theme-architect (0.1.1)
149+
jekyll (~> 3.5)
150+
jekyll-seo-tag (~> 2.0)
151+
jekyll-theme-cayman (0.1.1)
152+
jekyll (~> 3.5)
153+
jekyll-seo-tag (~> 2.0)
154+
jekyll-theme-dinky (0.1.1)
155+
jekyll (~> 3.5)
156+
jekyll-seo-tag (~> 2.0)
157+
jekyll-theme-hacker (0.1.1)
158+
jekyll (~> 3.5)
159+
jekyll-seo-tag (~> 2.0)
160+
jekyll-theme-leap-day (0.1.1)
161+
jekyll (~> 3.5)
162+
jekyll-seo-tag (~> 2.0)
163+
jekyll-theme-merlot (0.1.1)
164+
jekyll (~> 3.5)
165+
jekyll-seo-tag (~> 2.0)
166+
jekyll-theme-midnight (0.1.1)
167+
jekyll (~> 3.5)
168+
jekyll-seo-tag (~> 2.0)
169+
jekyll-theme-minimal (0.1.1)
170+
jekyll (~> 3.5)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-modernist (0.1.1)
173+
jekyll (~> 3.5)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-primer (0.5.3)
176+
jekyll (~> 3.5)
177+
jekyll-github-metadata (~> 2.9)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-slate (0.1.1)
180+
jekyll (~> 3.5)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-tactile (0.1.1)
183+
jekyll (~> 3.5)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-time-machine (0.1.1)
186+
jekyll (~> 3.5)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-titles-from-headings (0.5.1)
189+
jekyll (~> 3.3)
190+
jekyll-watch (2.1.2)
191+
listen (~> 3.0)
192+
jemoji (0.10.1)
193+
gemoji (~> 3.0)
194+
html-pipeline (~> 2.2)
195+
jekyll (~> 3.0)
196+
kramdown (1.17.0)
197+
liquid (4.0.0)
198+
listen (3.1.5)
199+
rb-fsevent (~> 0.9, >= 0.9.4)
200+
rb-inotify (~> 0.9, >= 0.9.7)
201+
ruby_dep (~> 1.2)
202+
mercenary (0.3.6)
203+
mini_portile2 (2.3.0)
204+
minima (2.5.0)
205+
jekyll (~> 3.5)
206+
jekyll-feed (~> 0.9)
207+
jekyll-seo-tag (~> 2.1)
208+
minitest (5.11.3)
209+
multipart-post (2.0.0)
210+
nokogiri (1.8.5)
211+
mini_portile2 (~> 2.3.0)
212+
nokogiri (1.8.5-x64-mingw32)
213+
mini_portile2 (~> 2.3.0)
214+
octokit (4.13.0)
215+
sawyer (~> 0.8.0, >= 0.5.3)
216+
pathutil (0.16.2)
217+
forwardable-extended (~> 2.6)
218+
public_suffix (2.0.5)
219+
rb-fsevent (0.10.3)
220+
rb-inotify (0.9.10)
221+
ffi (>= 0.5.0, < 2)
222+
rouge (2.2.1)
223+
ruby-enum (0.7.2)
224+
i18n
225+
ruby_dep (1.5.0)
226+
rubyzip (1.2.2)
227+
safe_yaml (1.0.4)
228+
sass (3.7.2)
229+
sass-listen (~> 4.0.0)
230+
sass-listen (4.0.0)
231+
rb-fsevent (~> 0.9, >= 0.9.4)
232+
rb-inotify (~> 0.9, >= 0.9.7)
233+
sawyer (0.8.1)
234+
addressable (>= 2.3.5, < 2.6)
235+
faraday (~> 0.8, < 1.0)
236+
terminal-table (1.8.0)
237+
unicode-display_width (~> 1.1, >= 1.1.1)
238+
thread_safe (0.3.6)
239+
typhoeus (1.3.1)
240+
ethon (>= 0.9.0)
241+
tzinfo (1.2.5)
242+
thread_safe (~> 0.1)
243+
unicode-display_width (1.4.0)
244+
245+
PLATFORMS
246+
ruby
247+
x64-mingw32
248+
249+
DEPENDENCIES
250+
github-pages
251+
252+
BUNDLED WITH
253+
1.17.1

0 commit comments

Comments
 (0)