Skip to content

Commit 4957f43

Browse files
committed
Issue billw2#3: Add GitHub Pages configuration for the site.
1 parent e6e5a29 commit 4957f43

File tree

6 files changed

+424
-0
lines changed

6 files changed

+424
-0
lines changed

docs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

docs/404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

docs/Gemfile

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.9.0"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
gem "github-pages", "~> 228", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
# and associated library.
27+
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
28+
gem "tzinfo", "~> 1.2"
29+
gem "tzinfo-data"
30+
end
31+
32+
# Performance-booster for watching directories on Windows
33+
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
34+
35+
# kramdown v2 ships without the gfm parser by default. If you're using
36+
# kramdown v1, comment out this line.
37+
gem "kramdown-parser-gfm"
38+

docs/Gemfile.lock

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

docs/_config.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: rpi-clone
17+
description: >-
18+
A shell script to clone a booted disk on a Raspberry Pi.
19+
baseurl: ''
20+
domain: "rpi-clone.github.io"
21+
url: "https://rpi-clone.github.io"
22+
23+
# Build settings
24+
markdown: kramdown
25+
theme: minima
26+
plugins: []
27+
28+
# Exclude from processing.
29+
# The following items will not be processed, by default. Create a custom list
30+
# to override the default setting.
31+
# exclude:
32+
# - Gemfile
33+
# - Gemfile.lock
34+
# - node_modules
35+
# - vendor/bundle/
36+
# - vendor/cache/
37+
# - vendor/gems/
38+
# - vendor/ruby/

0 commit comments

Comments
 (0)