Skip to content

Commit 2a99d6a

Browse files
committed
[initial] Website updated to Github pages + Jekyll
1 parent 36c0c95 commit 2a99d6a

Some content is hidden

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

41 files changed

+1440
-1593
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.sass-cache/
2+
/tmp/
3+
/_site/
4+
/.bundle/
5+
/bundler/

.jekyll-metadata

16.4 KB
Binary file not shown.

.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>docs</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

404.html

-78
This file was deleted.

404.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<div class="hero-unit">
7+
<h1>Not Found</h1>
8+
<p>Sorry we couldn't find what you were looking for. Have some yummy octopus instead:</p>
9+
<center><img src="/images/tako.jpg" width="300px"/></center>
10+
</div>

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bndtools.org
1+
bndtools.org

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'github-pages'
4+
gem 'jekyll-seo-tag'

Gemfile.lock

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

_config.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
plugins:
2+
- jekyll-seo-tag
3+
- jekyll-sitemap
4+
markdown: kramdown
5+
6+
collections:
7+
chapters:
8+
output: true
9+
10+
defaults:
11+
-
12+
scope:
13+
path: ""
14+
values:
15+
layout: default
16+
17+
exclude:
18+
- 'Gemfile'
19+
- 'Gemfile.lock'
20+
- 'README.md'
21+
- 'CONTRIBUTING.md'
22+
- 'LICENSE'
23+
- '.gitignore'
24+
- '.project'
25+
- 'build.sh'
26+
- '/examples'
27+
- '/bundler'

0 commit comments

Comments
 (0)