Skip to content

Commit 9950443

Browse files
committed
Trying to work with custom repository theme
1 parent d96b2f2 commit 9950443

File tree

184 files changed

+3738
-4482
lines changed

Some content is hidden

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

184 files changed

+3738
-4482
lines changed

Gemfile

100644100755
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# frozen_string_literal: true
2-
31
source "https://rubygems.org"
42

5-
# gem "rails"
6-
gem 'jekyll'
7-
gem 'jekyll-gist'
8-
3+
gem "github-pages", group: :jekyll_plugins
4+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

Gemfile.lock

100644100755
Lines changed: 224 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,289 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (7.1.5.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.0.2)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
mutex_m
15+
securerandom (>= 0.3)
16+
tzinfo (~> 2.0)
417
addressable (2.8.7)
518
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.2.0)
20+
benchmark (0.4.0)
21+
bigdecimal (3.1.9)
22+
coffee-script (2.4.1)
23+
coffee-script-source
24+
execjs
25+
coffee-script-source (1.12.2)
626
colorator (1.1.0)
27+
commonmarker (0.23.11)
728
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.0)
30+
csv (3.3.2)
31+
dnsruby (1.72.3)
32+
base64 (~> 0.2.0)
33+
simpleidn (~> 0.2.1)
34+
drb (2.2.1)
835
em-websocket (0.5.3)
936
eventmachine (>= 0.12.9)
1037
http_parser.rb (~> 0)
38+
ethon (0.16.0)
39+
ffi (>= 1.15.0)
1140
eventmachine (1.2.7)
41+
execjs (2.10.0)
1242
faraday (2.12.2)
1343
faraday-net_http (>= 2.0, < 3.5)
1444
json
1545
logger
1646
faraday-net_http (3.4.0)
1747
net-http (>= 0.5.0)
1848
ffi (1.17.1)
49+
ffi (1.17.1-arm64-darwin)
50+
ffi (1.17.1-x86_64-darwin)
1951
forwardable-extended (2.6.0)
20-
google-protobuf (3.25.5)
21-
google-protobuf (3.25.5-x86_64-linux)
52+
gemoji (4.1.0)
53+
github-pages (232)
54+
github-pages-health-check (= 1.18.2)
55+
jekyll (= 3.10.0)
56+
jekyll-avatar (= 0.8.0)
57+
jekyll-coffeescript (= 1.2.2)
58+
jekyll-commonmark-ghpages (= 0.5.1)
59+
jekyll-default-layout (= 0.1.5)
60+
jekyll-feed (= 0.17.0)
61+
jekyll-gist (= 1.5.0)
62+
jekyll-github-metadata (= 2.16.1)
63+
jekyll-include-cache (= 0.2.1)
64+
jekyll-mentions (= 1.6.0)
65+
jekyll-optional-front-matter (= 0.3.2)
66+
jekyll-paginate (= 1.1.0)
67+
jekyll-readme-index (= 0.3.0)
68+
jekyll-redirect-from (= 0.16.0)
69+
jekyll-relative-links (= 0.6.1)
70+
jekyll-remote-theme (= 0.4.3)
71+
jekyll-sass-converter (= 1.5.2)
72+
jekyll-seo-tag (= 2.8.0)
73+
jekyll-sitemap (= 1.4.0)
74+
jekyll-swiss (= 1.0.0)
75+
jekyll-theme-architect (= 0.2.0)
76+
jekyll-theme-cayman (= 0.2.0)
77+
jekyll-theme-dinky (= 0.2.0)
78+
jekyll-theme-hacker (= 0.2.0)
79+
jekyll-theme-leap-day (= 0.2.0)
80+
jekyll-theme-merlot (= 0.2.0)
81+
jekyll-theme-midnight (= 0.2.0)
82+
jekyll-theme-minimal (= 0.2.0)
83+
jekyll-theme-modernist (= 0.2.0)
84+
jekyll-theme-primer (= 0.6.0)
85+
jekyll-theme-slate (= 0.2.0)
86+
jekyll-theme-tactile (= 0.2.0)
87+
jekyll-theme-time-machine (= 0.2.0)
88+
jekyll-titles-from-headings (= 0.5.3)
89+
jemoji (= 0.13.0)
90+
kramdown (= 2.4.0)
91+
kramdown-parser-gfm (= 1.1.0)
92+
liquid (= 4.0.4)
93+
mercenary (~> 0.3)
94+
minima (= 2.5.1)
95+
nokogiri (>= 1.16.2, < 2.0)
96+
rouge (= 3.30.0)
97+
terminal-table (~> 1.4)
98+
webrick (~> 1.8)
99+
github-pages-health-check (1.18.2)
100+
addressable (~> 2.3)
101+
dnsruby (~> 1.60)
102+
octokit (>= 4, < 8)
103+
public_suffix (>= 3.0, < 6.0)
104+
typhoeus (~> 1.3)
105+
html-pipeline (2.14.3)
106+
activesupport (>= 2)
107+
nokogiri (>= 1.4)
22108
http_parser.rb (0.8.0)
23109
i18n (1.14.6)
24110
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.4)
111+
jekyll (3.10.0)
26112
addressable (~> 2.4)
27113
colorator (~> 1.0)
114+
csv (~> 3.0)
28115
em-websocket (~> 0.5)
29-
i18n (~> 1.0)
30-
jekyll-sass-converter (>= 2.0, < 4.0)
116+
i18n (>= 0.7, < 2)
117+
jekyll-sass-converter (~> 1.0)
31118
jekyll-watch (~> 2.0)
32-
kramdown (~> 2.3, >= 2.3.1)
33-
kramdown-parser-gfm (~> 1.0)
119+
kramdown (>= 1.17, < 3)
34120
liquid (~> 4.0)
35-
mercenary (>= 0.3.6, < 0.5)
121+
mercenary (~> 0.3.3)
36122
pathutil (~> 0.9)
37-
rouge (>= 3.0, < 5.0)
123+
rouge (>= 1.7, < 4)
38124
safe_yaml (~> 1.0)
39-
terminal-table (>= 1.8, < 4.0)
40-
webrick (~> 1.7)
125+
webrick (>= 1.0)
126+
jekyll-avatar (0.8.0)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-coffeescript (1.2.2)
129+
coffee-script (~> 2.2)
130+
coffee-script-source (~> 1.12)
131+
jekyll-commonmark (1.4.0)
132+
commonmarker (~> 0.22)
133+
jekyll-commonmark-ghpages (0.5.1)
134+
commonmarker (>= 0.23.7, < 1.1.0)
135+
jekyll (>= 3.9, < 4.0)
136+
jekyll-commonmark (~> 1.4.0)
137+
rouge (>= 2.0, < 5.0)
138+
jekyll-default-layout (0.1.5)
139+
jekyll (>= 3.0, < 5.0)
140+
jekyll-feed (0.17.0)
141+
jekyll (>= 3.7, < 5.0)
41142
jekyll-gist (1.5.0)
42143
octokit (~> 4.2)
43-
jekyll-sass-converter (3.0.0)
44-
sass-embedded (~> 1.54)
144+
jekyll-github-metadata (2.16.1)
145+
jekyll (>= 3.4, < 5.0)
146+
octokit (>= 4, < 7, != 4.4.0)
147+
jekyll-include-cache (0.2.1)
148+
jekyll (>= 3.7, < 5.0)
149+
jekyll-mentions (1.6.0)
150+
html-pipeline (~> 2.3)
151+
jekyll (>= 3.7, < 5.0)
152+
jekyll-optional-front-matter (0.3.2)
153+
jekyll (>= 3.0, < 5.0)
154+
jekyll-paginate (1.1.0)
155+
jekyll-readme-index (0.3.0)
156+
jekyll (>= 3.0, < 5.0)
157+
jekyll-redirect-from (0.16.0)
158+
jekyll (>= 3.3, < 5.0)
159+
jekyll-relative-links (0.6.1)
160+
jekyll (>= 3.3, < 5.0)
161+
jekyll-remote-theme (0.4.3)
162+
addressable (~> 2.0)
163+
jekyll (>= 3.5, < 5.0)
164+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
165+
rubyzip (>= 1.3.0, < 3.0)
166+
jekyll-sass-converter (1.5.2)
167+
sass (~> 3.4)
168+
jekyll-seo-tag (2.8.0)
169+
jekyll (>= 3.8, < 5.0)
170+
jekyll-sitemap (1.4.0)
171+
jekyll (>= 3.7, < 5.0)
172+
jekyll-swiss (1.0.0)
173+
jekyll-theme-architect (0.2.0)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-cayman (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-dinky (0.2.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-hacker (0.2.0)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-leap-day (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-merlot (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-midnight (0.2.0)
192+
jekyll (> 3.5, < 5.0)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-minimal (0.2.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-modernist (0.2.0)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-seo-tag (~> 2.0)
200+
jekyll-theme-primer (0.6.0)
201+
jekyll (> 3.5, < 5.0)
202+
jekyll-github-metadata (~> 2.9)
203+
jekyll-seo-tag (~> 2.0)
204+
jekyll-theme-slate (0.2.0)
205+
jekyll (> 3.5, < 5.0)
206+
jekyll-seo-tag (~> 2.0)
207+
jekyll-theme-tactile (0.2.0)
208+
jekyll (> 3.5, < 5.0)
209+
jekyll-seo-tag (~> 2.0)
210+
jekyll-theme-time-machine (0.2.0)
211+
jekyll (> 3.5, < 5.0)
212+
jekyll-seo-tag (~> 2.0)
213+
jekyll-titles-from-headings (0.5.3)
214+
jekyll (>= 3.3, < 5.0)
45215
jekyll-watch (2.2.1)
46216
listen (~> 3.0)
217+
jemoji (0.13.0)
218+
gemoji (>= 3, < 5)
219+
html-pipeline (~> 2.2)
220+
jekyll (>= 3.0, < 5.0)
47221
json (2.9.1)
48-
kramdown (2.5.1)
49-
rexml (>= 3.3.9)
222+
kramdown (2.4.0)
223+
rexml
50224
kramdown-parser-gfm (1.1.0)
51225
kramdown (~> 2.0)
52226
liquid (4.0.4)
53227
listen (3.9.0)
54228
rb-fsevent (~> 0.10, >= 0.10.3)
55229
rb-inotify (~> 0.9, >= 0.9.10)
56230
logger (1.6.5)
57-
mercenary (0.4.0)
231+
mercenary (0.3.6)
232+
minima (2.5.1)
233+
jekyll (>= 3.5, < 5.0)
234+
jekyll-feed (~> 0.9)
235+
jekyll-seo-tag (~> 2.1)
236+
minitest (5.25.4)
237+
mutex_m (0.3.0)
58238
net-http (0.6.0)
59239
uri
240+
nokogiri (1.17.2-arm64-darwin)
241+
racc (~> 1.4)
242+
nokogiri (1.17.2-x86_64-darwin)
243+
racc (~> 1.4)
244+
nokogiri (1.17.2-x86_64-linux)
245+
racc (~> 1.4)
60246
octokit (4.25.1)
61247
faraday (>= 1, < 3)
62248
sawyer (~> 0.9)
63249
pathutil (0.16.2)
64250
forwardable-extended (~> 2.6)
65-
public_suffix (6.0.1)
66-
rake (13.0.6)
251+
public_suffix (5.1.1)
252+
racc (1.8.1)
67253
rb-fsevent (0.11.2)
68254
rb-inotify (0.11.1)
69255
ffi (~> 1.0)
70256
rexml (3.4.0)
71-
rouge (4.5.1)
257+
rouge (3.30.0)
258+
rubyzip (2.4.1)
72259
safe_yaml (1.0.5)
73-
sass-embedded (1.69.5)
74-
google-protobuf (~> 3.23)
75-
rake (>= 13.0.0)
260+
sass (3.7.4)
261+
sass-listen (~> 4.0.0)
262+
sass-listen (4.0.0)
263+
rb-fsevent (~> 0.9, >= 0.9.4)
264+
rb-inotify (~> 0.9, >= 0.9.7)
76265
sawyer (0.9.2)
77266
addressable (>= 2.3.5)
78267
faraday (>= 0.17.3, < 3)
79-
terminal-table (3.0.2)
80-
unicode-display_width (>= 1.1.1, < 3)
81-
unicode-display_width (2.6.0)
268+
securerandom (0.3.2)
269+
simpleidn (0.2.3)
270+
terminal-table (1.8.0)
271+
unicode-display_width (~> 1.1, >= 1.1.1)
272+
typhoeus (1.4.1)
273+
ethon (>= 0.9.0)
274+
tzinfo (2.0.6)
275+
concurrent-ruby (~> 1.0)
276+
unicode-display_width (1.8.0)
82277
uri (1.0.2)
83-
webrick (1.7.0)
278+
webrick (1.9.1)
84279

85280
PLATFORMS
86-
ruby
281+
arm64-darwin
282+
x86_64-darwin
87283
x86_64-linux
88284

89285
DEPENDENCIES
90-
jekyll
91-
jekyll-gist
286+
github-pages
92287

93288
BUNDLED WITH
94289
2.5.23

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow the official instructions to test GitHub Pages sites with [Jekyll](https:
5454
gem 'jekyll'
5555
gem 'jekyll-gist'
5656
```
57-
4. Create a _config.yml file in the root of your project with the following basic configuration:
57+
4. Create a _config.yml (see /test/ folder) file in the root of your project with the following basic configuration:
5858
```yml
5959
title: agarnung.github.io
6060
description: My personal portfolio

0 commit comments

Comments
 (0)