Skip to content

Commit 10d265b

Browse files
committed
Initial commit
0 parents  commit 10d265b

Some content is hidden

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

49 files changed

+3893
-0
lines changed

.bundle/config

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "vendor/bundle"

.gitignore

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Ignore docs files
2+
_gh_pages
3+
_site
4+
_drafts
5+
.ruby-version
6+
7+
# Numerous always-ignore extensions
8+
*.diff
9+
*.err
10+
*.orig
11+
*.log
12+
*.rej
13+
*.swo
14+
*.swp
15+
*.vi
16+
*~
17+
18+
# OS or Editor folders
19+
.DS_Store
20+
._*
21+
Thumbs.db
22+
.cache
23+
.project
24+
.settings
25+
.tmproj
26+
*.esproj
27+
nbproject
28+
*.sublime-project
29+
*.sublime-workspace
30+
.idea
31+
32+
# Komodo
33+
*.komodoproject
34+
.komodotools
35+
36+
# grunt-html-validation
37+
validation-status.json
38+
validation-report.json
39+
40+
# Folders to ignore
41+
node_modules
42+
package*.json
43+
vendor
44+
.sass-cache
45+
.jekyll-metadata
46+
.jekyll-cache
47+
*.gem
48+
_zip
49+
/stats.json
50+
/dist
51+
/build
52+
53+
/assets/js/*hydejack-*
54+
/_sass/*/__*__/*

404.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: not-found
3+
permalink: 404.html
4+
---

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fosslight.org

Gemfile

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 3.8"
12+
13+
# A JavaScript runtime for ruby that helps with running the katex gem above.
14+
gem "duktape"
15+
16+
group :jekyll_plugins do
17+
gem "github-pages"
18+
gem "jekyll-include-cache"
19+
gem "jekyll-compose"
20+
end
21+
22+
gem 'wdm' if Gem.win_platform?
23+
gem "tzinfo-data" if Gem.win_platform?

Gemfile.lock

+272
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,272 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (3.2.22.5)
5+
i18n (~> 0.6, >= 0.6.4)
6+
multi_json (~> 1.0)
7+
addressable (2.7.0)
8+
public_suffix (>= 2.0.2, < 5.0)
9+
coffee-script (2.4.1)
10+
coffee-script-source
11+
execjs
12+
coffee-script-source (1.11.1)
13+
colorator (1.1.0)
14+
commonmarker (0.17.13)
15+
ruby-enum (~> 0.5)
16+
concurrent-ruby (1.1.8)
17+
dnsruby (1.61.5)
18+
simpleidn (~> 0.1)
19+
duktape (2.6.0.0)
20+
em-websocket (0.5.2)
21+
eventmachine (>= 0.12.9)
22+
http_parser.rb (~> 0.6.0)
23+
ethon (0.13.0)
24+
ffi (>= 1.15.0)
25+
eventmachine (1.2.7-x64-mingw32)
26+
execjs (2.7.0)
27+
faraday (1.3.0)
28+
faraday-net_http (~> 1.0)
29+
multipart-post (>= 1.2, < 3)
30+
ruby2_keywords
31+
faraday-net_http (1.0.1)
32+
ffi (1.15.0-x64-mingw32)
33+
forwardable-extended (2.6.0)
34+
gemoji (3.0.1)
35+
github-pages (214)
36+
github-pages-health-check (= 1.17.0)
37+
jekyll (= 3.9.0)
38+
jekyll-avatar (= 0.7.0)
39+
jekyll-coffeescript (= 1.1.1)
40+
jekyll-commonmark-ghpages (= 0.1.6)
41+
jekyll-default-layout (= 0.1.4)
42+
jekyll-feed (= 0.15.1)
43+
jekyll-gist (= 1.5.0)
44+
jekyll-github-metadata (= 2.13.0)
45+
jekyll-mentions (= 1.6.0)
46+
jekyll-optional-front-matter (= 0.3.2)
47+
jekyll-paginate (= 1.1.0)
48+
jekyll-readme-index (= 0.3.0)
49+
jekyll-redirect-from (= 0.16.0)
50+
jekyll-relative-links (= 0.6.1)
51+
jekyll-remote-theme (= 0.4.3)
52+
jekyll-sass-converter (= 1.5.2)
53+
jekyll-seo-tag (= 2.7.1)
54+
jekyll-sitemap (= 1.4.0)
55+
jekyll-swiss (= 1.0.0)
56+
jekyll-theme-architect (= 0.1.1)
57+
jekyll-theme-cayman (= 0.1.1)
58+
jekyll-theme-dinky (= 0.1.1)
59+
jekyll-theme-hacker (= 0.1.2)
60+
jekyll-theme-leap-day (= 0.1.1)
61+
jekyll-theme-merlot (= 0.1.1)
62+
jekyll-theme-midnight (= 0.1.1)
63+
jekyll-theme-minimal (= 0.1.1)
64+
jekyll-theme-modernist (= 0.1.1)
65+
jekyll-theme-primer (= 0.5.4)
66+
jekyll-theme-slate (= 0.1.1)
67+
jekyll-theme-tactile (= 0.1.1)
68+
jekyll-theme-time-machine (= 0.1.1)
69+
jekyll-titles-from-headings (= 0.5.3)
70+
jemoji (= 0.12.0)
71+
kramdown (= 2.3.1)
72+
kramdown-parser-gfm (= 1.1.0)
73+
liquid (= 4.0.3)
74+
mercenary (~> 0.3)
75+
minima (= 2.5.1)
76+
nokogiri (>= 1.10.4, < 2.0)
77+
rouge (= 3.26.0)
78+
terminal-table (~> 1.4)
79+
github-pages-health-check (1.17.0)
80+
addressable (~> 2.3)
81+
dnsruby (~> 1.60)
82+
octokit (~> 4.0)
83+
public_suffix (>= 2.0.2, < 5.0)
84+
typhoeus (~> 1.3)
85+
html-pipeline (2.14.0)
86+
activesupport (>= 2)
87+
nokogiri (>= 1.4)
88+
http_parser.rb (0.6.0)
89+
i18n (0.9.5)
90+
concurrent-ruby (~> 1.0)
91+
jekyll (3.9.0)
92+
addressable (~> 2.4)
93+
colorator (~> 1.0)
94+
em-websocket (~> 0.5)
95+
i18n (~> 0.7)
96+
jekyll-sass-converter (~> 1.0)
97+
jekyll-watch (~> 2.0)
98+
kramdown (>= 1.17, < 3)
99+
liquid (~> 4.0)
100+
mercenary (~> 0.3.3)
101+
pathutil (~> 0.9)
102+
rouge (>= 1.7, < 4)
103+
safe_yaml (~> 1.0)
104+
jekyll-avatar (0.7.0)
105+
jekyll (>= 3.0, < 5.0)
106+
jekyll-coffeescript (1.1.1)
107+
coffee-script (~> 2.2)
108+
coffee-script-source (~> 1.11.1)
109+
jekyll-commonmark (1.3.1)
110+
commonmarker (~> 0.14)
111+
jekyll (>= 3.7, < 5.0)
112+
jekyll-commonmark-ghpages (0.1.6)
113+
commonmarker (~> 0.17.6)
114+
jekyll-commonmark (~> 1.2)
115+
rouge (>= 2.0, < 4.0)
116+
jekyll-compose (0.12.0)
117+
jekyll (>= 3.7, < 5.0)
118+
jekyll-default-layout (0.1.4)
119+
jekyll (~> 3.0)
120+
jekyll-feed (0.15.1)
121+
jekyll (>= 3.7, < 5.0)
122+
jekyll-gist (1.5.0)
123+
octokit (~> 4.2)
124+
jekyll-github-metadata (2.13.0)
125+
jekyll (>= 3.4, < 5.0)
126+
octokit (~> 4.0, != 4.4.0)
127+
jekyll-include-cache (0.2.1)
128+
jekyll (>= 3.7, < 5.0)
129+
jekyll-mentions (1.6.0)
130+
html-pipeline (~> 2.3)
131+
jekyll (>= 3.7, < 5.0)
132+
jekyll-optional-front-matter (0.3.2)
133+
jekyll (>= 3.0, < 5.0)
134+
jekyll-paginate (1.1.0)
135+
jekyll-readme-index (0.3.0)
136+
jekyll (>= 3.0, < 5.0)
137+
jekyll-redirect-from (0.16.0)
138+
jekyll (>= 3.3, < 5.0)
139+
jekyll-relative-links (0.6.1)
140+
jekyll (>= 3.3, < 5.0)
141+
jekyll-remote-theme (0.4.3)
142+
addressable (~> 2.0)
143+
jekyll (>= 3.5, < 5.0)
144+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
145+
rubyzip (>= 1.3.0, < 3.0)
146+
jekyll-sass-converter (1.5.2)
147+
sass (~> 3.4)
148+
jekyll-seo-tag (2.7.1)
149+
jekyll (>= 3.8, < 5.0)
150+
jekyll-sitemap (1.4.0)
151+
jekyll (>= 3.7, < 5.0)
152+
jekyll-swiss (1.0.0)
153+
jekyll-theme-architect (0.1.1)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-cayman (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-dinky (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-hacker (0.1.2)
163+
jekyll (> 3.5, < 5.0)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-leap-day (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-merlot (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-midnight (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-minimal (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-modernist (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-primer (0.5.4)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-github-metadata (~> 2.9)
183+
jekyll-seo-tag (~> 2.0)
184+
jekyll-theme-slate (0.1.1)
185+
jekyll (~> 3.5)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-tactile (0.1.1)
188+
jekyll (~> 3.5)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-time-machine (0.1.1)
191+
jekyll (~> 3.5)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-titles-from-headings (0.5.3)
194+
jekyll (>= 3.3, < 5.0)
195+
jekyll-watch (2.2.1)
196+
listen (~> 3.0)
197+
jemoji (0.12.0)
198+
gemoji (~> 3.0)
199+
html-pipeline (~> 2.2)
200+
jekyll (>= 3.0, < 5.0)
201+
kramdown (2.3.1)
202+
rexml
203+
kramdown-parser-gfm (1.1.0)
204+
kramdown (~> 2.0)
205+
liquid (4.0.3)
206+
listen (3.5.1)
207+
rb-fsevent (~> 0.10, >= 0.10.3)
208+
rb-inotify (~> 0.9, >= 0.9.10)
209+
mercenary (0.3.6)
210+
minima (2.5.1)
211+
jekyll (>= 3.5, < 5.0)
212+
jekyll-feed (~> 0.9)
213+
jekyll-seo-tag (~> 2.1)
214+
multi_json (1.15.0)
215+
multipart-post (2.1.1)
216+
nokogiri (1.11.3-x64-mingw32)
217+
racc (~> 1.4)
218+
octokit (4.20.0)
219+
faraday (>= 0.9)
220+
sawyer (~> 0.8.0, >= 0.5.3)
221+
pathutil (0.16.2)
222+
forwardable-extended (~> 2.6)
223+
public_suffix (4.0.6)
224+
racc (1.5.2)
225+
rb-fsevent (0.10.4)
226+
rb-inotify (0.10.1)
227+
ffi (~> 1.0)
228+
rexml (3.2.5)
229+
rouge (3.26.0)
230+
ruby-enum (0.9.0)
231+
i18n
232+
ruby2_keywords (0.0.4)
233+
rubyzip (2.3.0)
234+
safe_yaml (1.0.5)
235+
sass (3.7.4)
236+
sass-listen (~> 4.0.0)
237+
sass-listen (4.0.0)
238+
rb-fsevent (~> 0.9, >= 0.9.4)
239+
rb-inotify (~> 0.9, >= 0.9.7)
240+
sawyer (0.8.2)
241+
addressable (>= 2.3.5)
242+
faraday (> 0.8, < 2.0)
243+
simpleidn (0.2.1)
244+
unf (~> 0.1.4)
245+
terminal-table (1.8.0)
246+
unicode-display_width (~> 1.1, >= 1.1.1)
247+
typhoeus (1.4.0)
248+
ethon (>= 0.9.0)
249+
tzinfo (2.0.4)
250+
concurrent-ruby (~> 1.0)
251+
tzinfo-data (1.2021.1)
252+
tzinfo (>= 1.0.0)
253+
unf (0.1.4)
254+
unf_ext
255+
unf_ext (0.0.7.7-x64-mingw32)
256+
unicode-display_width (1.7.0)
257+
wdm (0.1.1)
258+
259+
PLATFORMS
260+
x64-mingw32
261+
262+
DEPENDENCIES
263+
duktape
264+
github-pages
265+
jekyll (~> 3.8)
266+
jekyll-compose
267+
jekyll-include-cache
268+
tzinfo-data
269+
wdm
270+
271+
BUNDLED WITH
272+
2.2.16

0 commit comments

Comments
 (0)