Skip to content

Commit fb44693

Browse files
author
Andrej Gajdos
committed
homepage update
1 parent 901fa3f commit fb44693

File tree

4 files changed

+264
-11
lines changed

4 files changed

+264
-11
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33

44
.DS_Store
55
npm-debug.log
6+
_site

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

+250
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
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+
em-websocket (0.5.1)
20+
eventmachine (>= 0.12.9)
21+
http_parser.rb (~> 0.6.0)
22+
ethon (0.11.0)
23+
ffi (>= 1.3.0)
24+
eventmachine (1.2.5)
25+
execjs (2.7.0)
26+
faraday (0.14.0)
27+
multipart-post (>= 1.2, < 3)
28+
ffi (1.9.23)
29+
forwardable-extended (2.6.0)
30+
gemoji (3.0.0)
31+
github-pages (180)
32+
activesupport (= 4.2.9)
33+
github-pages-health-check (= 1.4.0)
34+
jekyll (= 3.7.3)
35+
jekyll-avatar (= 0.5.0)
36+
jekyll-coffeescript (= 1.1.1)
37+
jekyll-commonmark-ghpages (= 0.1.5)
38+
jekyll-default-layout (= 0.1.4)
39+
jekyll-feed (= 0.9.3)
40+
jekyll-gist (= 1.5.0)
41+
jekyll-github-metadata (= 2.9.4)
42+
jekyll-mentions (= 1.3.0)
43+
jekyll-optional-front-matter (= 0.3.0)
44+
jekyll-paginate (= 1.1.0)
45+
jekyll-readme-index (= 0.2.0)
46+
jekyll-redirect-from (= 0.13.0)
47+
jekyll-relative-links (= 0.5.3)
48+
jekyll-remote-theme (= 0.2.3)
49+
jekyll-sass-converter (= 1.5.2)
50+
jekyll-seo-tag (= 2.4.0)
51+
jekyll-sitemap (= 1.2.0)
52+
jekyll-swiss (= 0.4.0)
53+
jekyll-theme-architect (= 0.1.0)
54+
jekyll-theme-cayman (= 0.1.0)
55+
jekyll-theme-dinky (= 0.1.0)
56+
jekyll-theme-hacker (= 0.1.0)
57+
jekyll-theme-leap-day (= 0.1.0)
58+
jekyll-theme-merlot (= 0.1.0)
59+
jekyll-theme-midnight (= 0.1.0)
60+
jekyll-theme-minimal (= 0.1.0)
61+
jekyll-theme-modernist (= 0.1.0)
62+
jekyll-theme-primer (= 0.5.2)
63+
jekyll-theme-slate (= 0.1.0)
64+
jekyll-theme-tactile (= 0.1.0)
65+
jekyll-theme-time-machine (= 0.1.0)
66+
jekyll-titles-from-headings (= 0.5.1)
67+
jemoji (= 0.9.0)
68+
kramdown (= 1.16.2)
69+
liquid (= 4.0.0)
70+
listen (= 3.1.5)
71+
mercenary (~> 0.3)
72+
minima (= 2.4.0)
73+
nokogiri (>= 1.8.1, < 2.0)
74+
rouge (= 2.2.1)
75+
terminal-table (~> 1.4)
76+
github-pages-health-check (1.4.0)
77+
addressable (~> 2.3)
78+
net-dns (~> 0.8)
79+
octokit (~> 4.0)
80+
public_suffix (~> 2.0)
81+
typhoeus (~> 1.3)
82+
html-pipeline (2.7.1)
83+
activesupport (>= 2)
84+
nokogiri (>= 1.4)
85+
http_parser.rb (0.6.0)
86+
i18n (0.9.5)
87+
concurrent-ruby (~> 1.0)
88+
jekyll (3.7.3)
89+
addressable (~> 2.4)
90+
colorator (~> 1.0)
91+
em-websocket (~> 0.5)
92+
i18n (~> 0.7)
93+
jekyll-sass-converter (~> 1.0)
94+
jekyll-watch (~> 2.0)
95+
kramdown (~> 1.14)
96+
liquid (~> 4.0)
97+
mercenary (~> 0.3.3)
98+
pathutil (~> 0.9)
99+
rouge (>= 1.7, < 4)
100+
safe_yaml (~> 1.0)
101+
jekyll-avatar (0.5.0)
102+
jekyll (~> 3.0)
103+
jekyll-coffeescript (1.1.1)
104+
coffee-script (~> 2.2)
105+
coffee-script-source (~> 1.11.1)
106+
jekyll-commonmark (1.2.0)
107+
commonmarker (~> 0.14)
108+
jekyll (>= 3.0, < 4.0)
109+
jekyll-commonmark-ghpages (0.1.5)
110+
commonmarker (~> 0.17.6)
111+
jekyll-commonmark (~> 1)
112+
rouge (~> 2)
113+
jekyll-default-layout (0.1.4)
114+
jekyll (~> 3.0)
115+
jekyll-feed (0.9.3)
116+
jekyll (~> 3.3)
117+
jekyll-gist (1.5.0)
118+
octokit (~> 4.2)
119+
jekyll-github-metadata (2.9.4)
120+
jekyll (~> 3.1)
121+
octokit (~> 4.0, != 4.4.0)
122+
jekyll-mentions (1.3.0)
123+
activesupport (~> 4.0)
124+
html-pipeline (~> 2.3)
125+
jekyll (~> 3.0)
126+
jekyll-optional-front-matter (0.3.0)
127+
jekyll (~> 3.0)
128+
jekyll-paginate (1.1.0)
129+
jekyll-readme-index (0.2.0)
130+
jekyll (~> 3.0)
131+
jekyll-redirect-from (0.13.0)
132+
jekyll (~> 3.3)
133+
jekyll-relative-links (0.5.3)
134+
jekyll (~> 3.3)
135+
jekyll-remote-theme (0.2.3)
136+
jekyll (~> 3.5)
137+
rubyzip (>= 1.2.1, < 3.0)
138+
typhoeus (>= 0.7, < 2.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.4.0)
142+
jekyll (~> 3.3)
143+
jekyll-sitemap (1.2.0)
144+
jekyll (~> 3.3)
145+
jekyll-swiss (0.4.0)
146+
jekyll-theme-architect (0.1.0)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.0)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.0)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.0)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.0)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.0)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.0)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.0)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.0)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.2)
174+
jekyll (~> 3.5)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.2)
177+
jekyll-theme-slate (0.1.0)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.0)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.0)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.1)
187+
jekyll (~> 3.3)
188+
jekyll-watch (2.0.0)
189+
listen (~> 3.0)
190+
jemoji (0.9.0)
191+
activesupport (~> 4.0, >= 4.2.9)
192+
gemoji (~> 3.0)
193+
html-pipeline (~> 2.2)
194+
jekyll (~> 3.0)
195+
kramdown (1.16.2)
196+
liquid (4.0.0)
197+
listen (3.1.5)
198+
rb-fsevent (~> 0.9, >= 0.9.4)
199+
rb-inotify (~> 0.9, >= 0.9.7)
200+
ruby_dep (~> 1.2)
201+
mercenary (0.3.6)
202+
mini_portile2 (2.3.0)
203+
minima (2.4.0)
204+
jekyll (~> 3.5)
205+
jekyll-feed (~> 0.9)
206+
jekyll-seo-tag (~> 2.1)
207+
minitest (5.11.3)
208+
multipart-post (2.0.0)
209+
net-dns (0.8.0)
210+
nokogiri (1.8.2)
211+
mini_portile2 (~> 2.3.0)
212+
octokit (4.8.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.0)
242+
243+
PLATFORMS
244+
ruby
245+
246+
DEPENDENCIES
247+
github-pages
248+
249+
BUNDLED WITH
250+
1.16.1

index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ <h3 id="npm">NPM</h3>
232232
</div>
233233

234234
<h3 id="usage">Usage</h3>
235-
<div class="language-js highlighter-rouge"><pre class="highlight"><code><span class="kd">var</span> <span class="nx">table</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">lib</span><span class="p">.</span><span class="nx">NestedTables</span><span class="p">(</span><span class="s2">"example"</span><span class="p">,</span> <span class="nx">data</span><span class="p">,</span> <span class="nx">settigns</span><span class="p">);</span>
235+
<div class="language-js highlighter-rouge"><pre class="highlight"><code><span class="kd">var</span> <span class="nx">table</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">nestedTables</span><span class="p">.</span><span class="nx">TableHierarchy</span><span class="p">(</span><span class="s2">"example"</span><span class="p">,</span> <span class="nx">data</span><span class="p">,</span> <span class="nx">settigns</span><span class="p">);</span>
236236
<span class="nx">table</span><span class="p">.</span><span class="nx">initializeTableHierarchy</span><span class="p">();</span>
237237
</code></pre>
238238
</div>
@@ -272,23 +272,23 @@ <h3>onShowChildHierarchy()</h3>
272272
<p>Triggered when a child hierarchy is shown</p>
273273

274274
<div class="language-js highlighter-rouge"><pre class="highlight"><code>
275-
// '#example' is wrapper ID for table hierarchy
276-
var tableEle = document.querySelector( "#example .table" );
277-
tableEle.addEventListener("onShowChildHierarchy", function(e) {
278-
console.log(e);
279-
});
275+
// '#example' is wrapper ID for table hierarchy
276+
var tableEle = document.querySelector( "#example .table" );
277+
tableEle.addEventListener("onShowChildHierarchy", function(e) {
278+
console.log(e);
279+
});
280280
</code></pre></div>
281281

282282
<h3>onHideChildHierarchy()</h3>
283283

284284
<p>Triggered when a child hierarchy is hidden</p>
285285

286286
<div class="language-js highlighter-rouge"><pre class="highlight"><code>
287-
// '#example' is wrapper ID for table hierarchy
288-
var tableEle = document.querySelector( "#example .table" );
289-
tableEle.addEventListener("onHideChildHierarchy", function(e) {
290-
console.log(e);
291-
});
287+
// '#example' is wrapper ID for table hierarchy
288+
var tableEle = document.querySelector( "#example .table" );
289+
tableEle.addEventListener("onHideChildHierarchy", function(e) {
290+
console.log(e);
291+
});
292292
</code></pre></div>
293293

294294
<h2 id="example">Example</h2>

0 commit comments

Comments
 (0)