Skip to content

Commit be0a5dd

Browse files
committed
Rely on the GitHub pages gem to install Jekyll
1 parent b2402ae commit be0a5dd

File tree

3,270 files changed

+620418
-19
lines changed

Some content is hidden

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

3,270 files changed

+620418
-19
lines changed

Gemfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
source 'http://rubygems.org'
22

3-
group :jekyll_plugins do
4-
gem "jekyll-feed"
5-
gem "jekyll-seo-tag"
6-
gem "jekyll-sitemap"
7-
end
3+
gem "github-pages", "~> 209", group: :jekyll_plugins
4+
# group :jekyll_plugins do
5+
# gem "jekyll-feed"
6+
# gem "jekyll-seo-tag"
7+
# gem "jekyll-sitemap"
8+
# end
89

910
gem "ffi", ">= 1.9.24"
1011

Gemfile.lock

Lines changed: 202 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,90 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4+
activesupport (6.0.3.4)
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)
410
addressable (2.7.0)
511
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)
616
colorator (1.1.0)
7-
concurrent-ruby (1.1.6)
8-
em-websocket (0.5.1)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.5)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
923
eventmachine (>= 0.12.9)
1024
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
1127
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.1.0)
30+
multipart-post (>= 1.2, < 3)
31+
ruby2_keywords
1232
ffi (1.13.1)
1333
forwardable-extended (2.6.0)
34+
gemoji (3.0.1)
35+
github-pages (209)
36+
github-pages-health-check (= 1.16.1)
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.2)
52+
jekyll-sass-converter (= 1.5.2)
53+
jekyll-seo-tag (= 2.6.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.0)
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.23.0)
78+
terminal-table (~> 1.4)
79+
github-pages-health-check (1.16.1)
80+
addressable (~> 2.3)
81+
dnsruby (~> 1.60)
82+
octokit (~> 4.0)
83+
public_suffix (~> 3.0)
84+
typhoeus (~> 1.3)
85+
html-pipeline (2.14.0)
86+
activesupport (>= 2)
87+
nokogiri (>= 1.4)
1488
http_parser.rb (0.6.0)
1589
i18n (0.9.5)
1690
concurrent-ruby (~> 1.0)
@@ -27,46 +101,162 @@ GEM
27101
pathutil (~> 0.9)
28102
rouge (>= 1.7, < 4)
29103
safe_yaml (~> 1.0)
30-
jekyll-feed (0.12.1)
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)
31111
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-default-layout (0.1.4)
117+
jekyll (~> 3.0)
118+
jekyll-feed (0.15.1)
119+
jekyll (>= 3.7, < 5.0)
120+
jekyll-gist (1.5.0)
121+
octokit (~> 4.2)
122+
jekyll-github-metadata (2.13.0)
123+
jekyll (>= 3.4, < 5.0)
124+
octokit (~> 4.0, != 4.4.0)
125+
jekyll-mentions (1.6.0)
126+
html-pipeline (~> 2.3)
127+
jekyll (>= 3.7, < 5.0)
128+
jekyll-optional-front-matter (0.3.2)
129+
jekyll (>= 3.0, < 5.0)
130+
jekyll-paginate (1.1.0)
131+
jekyll-readme-index (0.3.0)
132+
jekyll (>= 3.0, < 5.0)
133+
jekyll-redirect-from (0.16.0)
134+
jekyll (>= 3.3, < 5.0)
135+
jekyll-relative-links (0.6.1)
136+
jekyll (>= 3.3, < 5.0)
137+
jekyll-remote-theme (0.4.2)
138+
addressable (~> 2.0)
139+
jekyll (>= 3.5, < 5.0)
140+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
141+
rubyzip (>= 1.3.0, < 3.0)
32142
jekyll-sass-converter (1.5.2)
33143
sass (~> 3.4)
34-
jekyll-seo-tag (2.4.0)
35-
jekyll (~> 3.3)
36-
jekyll-sitemap (1.3.1)
144+
jekyll-seo-tag (2.6.1)
145+
jekyll (>= 3.3, < 5.0)
146+
jekyll-sitemap (1.4.0)
37147
jekyll (>= 3.7, < 5.0)
148+
jekyll-swiss (1.0.0)
149+
jekyll-theme-architect (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-cayman (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-dinky (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-hacker (0.1.2)
159+
jekyll (> 3.5, < 5.0)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-leap-day (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-merlot (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-midnight (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-minimal (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-modernist (0.1.1)
174+
jekyll (~> 3.5)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-primer (0.5.4)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-github-metadata (~> 2.9)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-slate (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-tactile (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-time-machine (0.1.1)
187+
jekyll (~> 3.5)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-titles-from-headings (0.5.3)
190+
jekyll (>= 3.3, < 5.0)
38191
jekyll-watch (2.2.1)
39192
listen (~> 3.0)
193+
jemoji (0.12.0)
194+
gemoji (~> 3.0)
195+
html-pipeline (~> 2.2)
196+
jekyll (>= 3.0, < 5.0)
40197
kramdown (2.3.0)
41198
rexml
199+
kramdown-parser-gfm (1.1.0)
200+
kramdown (~> 2.0)
42201
liquid (4.0.3)
43-
listen (3.2.1)
202+
listen (3.3.3)
44203
rb-fsevent (~> 0.10, >= 0.10.3)
45204
rb-inotify (~> 0.9, >= 0.9.10)
46205
mercenary (0.3.6)
206+
mini_portile2 (2.4.0)
207+
minima (2.5.1)
208+
jekyll (>= 3.5, < 5.0)
209+
jekyll-feed (~> 0.9)
210+
jekyll-seo-tag (~> 2.1)
211+
minitest (5.14.2)
212+
multipart-post (2.1.1)
213+
nokogiri (1.10.10)
214+
mini_portile2 (~> 2.4.0)
215+
octokit (4.19.0)
216+
faraday (>= 0.9)
217+
sawyer (~> 0.8.0, >= 0.5.3)
47218
pathutil (0.16.2)
48219
forwardable-extended (~> 2.6)
49-
public_suffix (4.0.5)
220+
public_suffix (3.1.1)
50221
rb-fsevent (0.10.4)
51222
rb-inotify (0.10.1)
52223
ffi (~> 1.0)
53224
rexml (3.2.4)
54-
rouge (3.21.0)
225+
rouge (3.23.0)
226+
ruby-enum (0.8.0)
227+
i18n
228+
ruby2_keywords (0.0.2)
229+
rubyzip (2.3.0)
55230
safe_yaml (1.0.5)
56231
sass (3.7.4)
57232
sass-listen (~> 4.0.0)
58233
sass-listen (4.0.0)
59234
rb-fsevent (~> 0.9, >= 0.9.4)
60235
rb-inotify (~> 0.9, >= 0.9.7)
236+
sawyer (0.8.2)
237+
addressable (>= 2.3.5)
238+
faraday (> 0.8, < 2.0)
239+
simpleidn (0.1.1)
240+
unf (~> 0.1.4)
241+
terminal-table (1.8.0)
242+
unicode-display_width (~> 1.1, >= 1.1.1)
243+
thread_safe (0.3.6)
244+
typhoeus (1.4.0)
245+
ethon (>= 0.9.0)
246+
tzinfo (1.2.9)
247+
thread_safe (~> 0.1)
248+
unf (0.1.4)
249+
unf_ext
250+
unf_ext (0.0.7.7)
251+
unicode-display_width (1.7.0)
252+
zeitwerk (2.4.2)
61253

62254
PLATFORMS
63255
ruby
64256

65257
DEPENDENCIES
66258
ffi (>= 1.9.24)
67-
jekyll-feed
68-
jekyll-seo-tag
69-
jekyll-sitemap
259+
github-pages (~> 209)
70260

71261
BUNDLED WITH
72262
1.16.6

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Welcome! This repository houses the code for [my blog](https://twilco.github.io
55
#### Running locally:
66

77
1. Ensure you have Ruby 2.1.0 or higher installed - `ruby --version`
8-
2. Install bundle and Jekyll - `gem install bundle jekyll`
8+
2. Install bundle and Jekyll - `gem install bundle`
99
3. Use bundler to install packages required for the project - `bundle`
10-
4. Use Jekyll to serve the site at [localhost:4000](http://localhost:4000) - `jekyll serve`
10+
4. Use Jekyll to serve the site at [localhost:4000](http://localhost:4000) - `bundle exec jekyll serve`
1111

1212
Feel free to open an issue or PR for anything you find that needs fixing, or if you enjoyed a specific post and want to see more like it.
1313

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: post
3+
title: "Whose layout is it anyways — where the margins are made up and the spec doesn't matter"
4+
date: 2020-12-18 12:42:53
5+
categories: posts
6+
description: TODO
7+
---
8+
9+
I've been [working on rebuilding Kosmonaut's layout engine](https://github.com/twilco/kosmonaut/pull/14), and in doing
10+
so uncovered a bizarre incongruence between one of the most foundational CSS specs and the actual implementation of said
11+
spec in all major browsers.
12+
13+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'commonmarker' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('commonmarker', 'commonmarker', version)
24+
else
25+
gem "commonmarker", version
26+
load Gem.bin_path("commonmarker", "commonmarker", version)
27+
end
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'gemoji' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('gemoji', 'gemoji', version)
24+
else
25+
gem "gemoji", version
26+
load Gem.bin_path("gemoji", "gemoji", version)
27+
end
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'github-pages' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
version = ">= 0.a"
12+
13+
str = ARGV.first
14+
if str
15+
str = str.b[/\A_(.*)_\z/, 1]
16+
if str and Gem::Version.correct?(str)
17+
version = str
18+
ARGV.shift
19+
end
20+
end
21+
22+
if Gem.respond_to?(:activate_bin_path)
23+
load Gem.activate_bin_path('github-pages', 'github-pages', version)
24+
else
25+
gem "github-pages", version
26+
load Gem.bin_path("github-pages", "github-pages", version)
27+
end

0 commit comments

Comments
 (0)