Skip to content

Commit e8fa0b9

Browse files
committed
Let's use bulma clean theme 🎉
1 parent d70f056 commit e8fa0b9

File tree

240 files changed

+52369
-285
lines changed

Some content is hidden

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

240 files changed

+52369
-285
lines changed

Gemfile

+8-27
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
1+
# frozen_string_literal: true
2+
13
source "https://rubygems.org"
2-
# Hello! This is where you manage which Jekyll version is used to run.
3-
# When you want to use a different version, change it below, save the
4-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5-
#
6-
# bundle exec jekyll serve
7-
#
8-
# This will help ensure the proper Jekyll version is running.
9-
# Happy Jekylling!
10-
# gem "jekyll", "~> 4.2.0"
11-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima", "~> 2.5"
13-
# gem "bulma-clean-theme"
14-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
15-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
16-
gem "github-pages", "~> 215", group: :jekyll_plugins
17-
# If you have any plugins, put them here!
18-
group :jekyll_plugins do
19-
gem "jekyll-feed", "~> 0.12"
20-
end
4+
gemspec
215

22-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23-
# and associated library.
24-
platforms :mingw, :x64_mingw, :mswin, :jruby do
25-
gem "tzinfo", "~> 1.2"
26-
gem "tzinfo-data"
6+
group :jekyll_plugins do
7+
gem "jekyll-feed", "~> 0.6"
8+
gem "jekyll-sitemap"
9+
gem "jekyll-paginate"
10+
gem "jekyll-seo-tag"
2711
end
2812

29-
# Performance-booster for watching directories on Windows
30-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
31-

Gemfile.lock

+19-205
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,27 @@
1+
PATH
2+
remote: .
3+
specs:
4+
bulma-clean-theme (0.11.1)
5+
jekyll (~> 3.9)
6+
jekyll-feed (~> 0.15)
7+
jekyll-paginate (~> 1.1)
8+
jekyll-seo-tag (~> 2.6)
9+
jekyll-sitemap (~> 1.4)
10+
kramdown-parser-gfm (~> 1.1)
11+
112
GEM
213
remote: https://rubygems.org/
314
specs:
4-
activesupport (6.0.3.7)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
1015
addressable (2.7.0)
1116
public_suffix (>= 2.0.2, < 5.0)
12-
coffee-script (2.4.1)
13-
coffee-script-source
14-
execjs
15-
coffee-script-source (1.11.1)
1617
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
1918
concurrent-ruby (1.1.9)
20-
dnsruby (1.61.5)
21-
simpleidn (~> 0.1)
2219
em-websocket (0.5.2)
2320
eventmachine (>= 0.12.9)
2421
http_parser.rb (~> 0.6.0)
25-
ethon (0.14.0)
26-
ffi (>= 1.15.0)
2722
eventmachine (1.2.7)
28-
execjs (2.8.1)
29-
faraday (1.4.2)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-net_http (~> 1.0)
34-
faraday-net_http_persistent (~> 1.1)
35-
multipart-post (>= 1.2, < 3)
36-
ruby2_keywords (>= 0.0.4)
37-
faraday-em_http (1.0.0)
38-
faraday-em_synchrony (1.0.0)
39-
faraday-excon (1.1.0)
40-
faraday-net_http (1.0.1)
41-
faraday-net_http_persistent (1.1.0)
4223
ffi (1.15.1)
4324
forwardable-extended (2.6.0)
44-
gemoji (3.0.1)
45-
github-pages (215)
46-
github-pages-health-check (= 1.17.2)
47-
jekyll (= 3.9.0)
48-
jekyll-avatar (= 0.7.0)
49-
jekyll-coffeescript (= 1.1.1)
50-
jekyll-commonmark-ghpages (= 0.1.6)
51-
jekyll-default-layout (= 0.1.4)
52-
jekyll-feed (= 0.15.1)
53-
jekyll-gist (= 1.5.0)
54-
jekyll-github-metadata (= 2.13.0)
55-
jekyll-mentions (= 1.6.0)
56-
jekyll-optional-front-matter (= 0.3.2)
57-
jekyll-paginate (= 1.1.0)
58-
jekyll-readme-index (= 0.3.0)
59-
jekyll-redirect-from (= 0.16.0)
60-
jekyll-relative-links (= 0.6.1)
61-
jekyll-remote-theme (= 0.4.3)
62-
jekyll-sass-converter (= 1.5.2)
63-
jekyll-seo-tag (= 2.7.1)
64-
jekyll-sitemap (= 1.4.0)
65-
jekyll-swiss (= 1.0.0)
66-
jekyll-theme-architect (= 0.1.1)
67-
jekyll-theme-cayman (= 0.1.1)
68-
jekyll-theme-dinky (= 0.1.1)
69-
jekyll-theme-hacker (= 0.1.2)
70-
jekyll-theme-leap-day (= 0.1.1)
71-
jekyll-theme-merlot (= 0.1.1)
72-
jekyll-theme-midnight (= 0.1.1)
73-
jekyll-theme-minimal (= 0.1.1)
74-
jekyll-theme-modernist (= 0.1.1)
75-
jekyll-theme-primer (= 0.5.4)
76-
jekyll-theme-slate (= 0.1.1)
77-
jekyll-theme-tactile (= 0.1.1)
78-
jekyll-theme-time-machine (= 0.1.1)
79-
jekyll-titles-from-headings (= 0.5.3)
80-
jemoji (= 0.12.0)
81-
kramdown (= 2.3.1)
82-
kramdown-parser-gfm (= 1.1.0)
83-
liquid (= 4.0.3)
84-
mercenary (~> 0.3)
85-
minima (= 2.5.1)
86-
nokogiri (>= 1.10.4, < 2.0)
87-
rouge (= 3.26.0)
88-
terminal-table (~> 1.4)
89-
github-pages-health-check (1.17.2)
90-
addressable (~> 2.3)
91-
dnsruby (~> 1.60)
92-
octokit (~> 4.0)
93-
public_suffix (>= 2.0.2, < 5.0)
94-
typhoeus (~> 1.3)
95-
html-pipeline (2.14.0)
96-
activesupport (>= 2)
97-
nokogiri (>= 1.4)
9825
http_parser.rb (0.6.0)
9926
i18n (0.9.5)
10027
concurrent-ruby (~> 1.0)
@@ -111,99 +38,17 @@ GEM
11138
pathutil (~> 0.9)
11239
rouge (>= 1.7, < 4)
11340
safe_yaml (~> 1.0)
114-
jekyll-avatar (0.7.0)
115-
jekyll (>= 3.0, < 5.0)
116-
jekyll-coffeescript (1.1.1)
117-
coffee-script (~> 2.2)
118-
coffee-script-source (~> 1.11.1)
119-
jekyll-commonmark (1.3.1)
120-
commonmarker (~> 0.14)
121-
jekyll (>= 3.7, < 5.0)
122-
jekyll-commonmark-ghpages (0.1.6)
123-
commonmarker (~> 0.17.6)
124-
jekyll-commonmark (~> 1.2)
125-
rouge (>= 2.0, < 4.0)
126-
jekyll-default-layout (0.1.4)
127-
jekyll (~> 3.0)
12841
jekyll-feed (0.15.1)
12942
jekyll (>= 3.7, < 5.0)
130-
jekyll-gist (1.5.0)
131-
octokit (~> 4.2)
132-
jekyll-github-metadata (2.13.0)
133-
jekyll (>= 3.4, < 5.0)
134-
octokit (~> 4.0, != 4.4.0)
135-
jekyll-mentions (1.6.0)
136-
html-pipeline (~> 2.3)
137-
jekyll (>= 3.7, < 5.0)
138-
jekyll-optional-front-matter (0.3.2)
139-
jekyll (>= 3.0, < 5.0)
14043
jekyll-paginate (1.1.0)
141-
jekyll-readme-index (0.3.0)
142-
jekyll (>= 3.0, < 5.0)
143-
jekyll-redirect-from (0.16.0)
144-
jekyll (>= 3.3, < 5.0)
145-
jekyll-relative-links (0.6.1)
146-
jekyll (>= 3.3, < 5.0)
147-
jekyll-remote-theme (0.4.3)
148-
addressable (~> 2.0)
149-
jekyll (>= 3.5, < 5.0)
150-
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
151-
rubyzip (>= 1.3.0, < 3.0)
15244
jekyll-sass-converter (1.5.2)
15345
sass (~> 3.4)
15446
jekyll-seo-tag (2.7.1)
15547
jekyll (>= 3.8, < 5.0)
15648
jekyll-sitemap (1.4.0)
15749
jekyll (>= 3.7, < 5.0)
158-
jekyll-swiss (1.0.0)
159-
jekyll-theme-architect (0.1.1)
160-
jekyll (~> 3.5)
161-
jekyll-seo-tag (~> 2.0)
162-
jekyll-theme-cayman (0.1.1)
163-
jekyll (~> 3.5)
164-
jekyll-seo-tag (~> 2.0)
165-
jekyll-theme-dinky (0.1.1)
166-
jekyll (~> 3.5)
167-
jekyll-seo-tag (~> 2.0)
168-
jekyll-theme-hacker (0.1.2)
169-
jekyll (> 3.5, < 5.0)
170-
jekyll-seo-tag (~> 2.0)
171-
jekyll-theme-leap-day (0.1.1)
172-
jekyll (~> 3.5)
173-
jekyll-seo-tag (~> 2.0)
174-
jekyll-theme-merlot (0.1.1)
175-
jekyll (~> 3.5)
176-
jekyll-seo-tag (~> 2.0)
177-
jekyll-theme-midnight (0.1.1)
178-
jekyll (~> 3.5)
179-
jekyll-seo-tag (~> 2.0)
180-
jekyll-theme-minimal (0.1.1)
181-
jekyll (~> 3.5)
182-
jekyll-seo-tag (~> 2.0)
183-
jekyll-theme-modernist (0.1.1)
184-
jekyll (~> 3.5)
185-
jekyll-seo-tag (~> 2.0)
186-
jekyll-theme-primer (0.5.4)
187-
jekyll (> 3.5, < 5.0)
188-
jekyll-github-metadata (~> 2.9)
189-
jekyll-seo-tag (~> 2.0)
190-
jekyll-theme-slate (0.1.1)
191-
jekyll (~> 3.5)
192-
jekyll-seo-tag (~> 2.0)
193-
jekyll-theme-tactile (0.1.1)
194-
jekyll (~> 3.5)
195-
jekyll-seo-tag (~> 2.0)
196-
jekyll-theme-time-machine (0.1.1)
197-
jekyll (~> 3.5)
198-
jekyll-seo-tag (~> 2.0)
199-
jekyll-titles-from-headings (0.5.3)
200-
jekyll (>= 3.3, < 5.0)
20150
jekyll-watch (2.2.1)
20251
listen (~> 3.0)
203-
jemoji (0.12.0)
204-
gemoji (~> 3.0)
205-
html-pipeline (~> 2.2)
206-
jekyll (>= 3.0, < 5.0)
20752
kramdown (2.3.1)
20853
rexml
20954
kramdown-parser-gfm (1.1.0)
@@ -213,64 +58,33 @@ GEM
21358
rb-fsevent (~> 0.10, >= 0.10.3)
21459
rb-inotify (~> 0.9, >= 0.9.10)
21560
mercenary (0.3.6)
216-
minima (2.5.1)
217-
jekyll (>= 3.5, < 5.0)
218-
jekyll-feed (~> 0.9)
219-
jekyll-seo-tag (~> 2.1)
220-
minitest (5.14.4)
221-
multipart-post (2.1.1)
222-
nokogiri (1.11.7-x86_64-linux)
223-
racc (~> 1.4)
224-
octokit (4.21.0)
225-
faraday (>= 0.9)
226-
sawyer (~> 0.8.0, >= 0.5.3)
22761
pathutil (0.16.2)
22862
forwardable-extended (~> 2.6)
22963
public_suffix (4.0.6)
230-
racc (1.5.2)
64+
rake (12.3.1)
23165
rb-fsevent (0.11.0)
23266
rb-inotify (0.10.1)
23367
ffi (~> 1.0)
23468
rexml (3.2.5)
23569
rouge (3.26.0)
236-
ruby-enum (0.9.0)
237-
i18n
238-
ruby2_keywords (0.0.4)
239-
rubyzip (2.3.0)
24070
safe_yaml (1.0.5)
24171
sass (3.7.4)
24272
sass-listen (~> 4.0.0)
24373
sass-listen (4.0.0)
24474
rb-fsevent (~> 0.9, >= 0.9.4)
24575
rb-inotify (~> 0.9, >= 0.9.7)
246-
sawyer (0.8.2)
247-
addressable (>= 2.3.5)
248-
faraday (> 0.8, < 2.0)
249-
simpleidn (0.2.1)
250-
unf (~> 0.1.4)
251-
terminal-table (1.8.0)
252-
unicode-display_width (~> 1.1, >= 1.1.1)
253-
thread_safe (0.3.6)
254-
typhoeus (1.4.0)
255-
ethon (>= 0.9.0)
256-
tzinfo (1.2.9)
257-
thread_safe (~> 0.1)
258-
unf (0.1.4)
259-
unf_ext
260-
unf_ext (0.0.7.7)
261-
unicode-display_width (1.7.0)
262-
zeitwerk (2.4.2)
26376

26477
PLATFORMS
26578
x86_64-linux
26679

26780
DEPENDENCIES
268-
github-pages (~> 215)
269-
jekyll-feed (~> 0.12)
270-
minima (~> 2.5)
271-
tzinfo (~> 1.2)
272-
tzinfo-data
273-
wdm (~> 0.1.1)
81+
bulma-clean-theme!
82+
bundler (~> 2.0)
83+
jekyll-feed (~> 0.6)
84+
jekyll-paginate
85+
jekyll-seo-tag
86+
jekyll-sitemap
87+
rake (~> 12.0)
27488

27589
BUNDLED WITH
27690
2.2.20

LICENSE.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2018 chrisrhymes
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

0 commit comments

Comments
 (0)