Merge branch 'master' of github.com:2martens/2martens.de
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-02 10:17:02 +02:00
4 changed files with 820 additions and 644 deletions

View File

@ -33,7 +33,7 @@ gem 'kramdown'
gem 'liquid' gem 'liquid'
gem 'listen' gem 'listen'
gem 'mercenary' gem 'mercenary'
gem 'rack', '~> 3.0.10' gem 'rack', '~> 3.0.11'
gem 'railties', '>= 5.2.2.1' gem 'railties', '>= 5.2.2.1'
gem 'rouge' gem 'rouge'
gem 'rubocop' gem 'rubocop'

View File

@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/jekyll/minima remote: https://github.com/jekyll/minima
revision: 10124515953527c8990a2de99ae4ddb2a81ffee3 revision: 1d5286cf9a1aae34078420d183d560dd673d98b5
specs: specs:
minima (3.0.0.dev) minima (3.0.0.dev)
jekyll (>= 3.5, < 5.0) jekyll (>= 3.5, < 5.0)
@ -18,9 +18,9 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
Ascii85 (1.1.0) Ascii85 (1.1.0)
actionpack (7.1.3.2) actionpack (7.1.3.3)
actionview (= 7.1.3.2) actionview (= 7.1.3.3)
activesupport (= 7.1.3.2) activesupport (= 7.1.3.3)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
racc racc
rack (>= 2.2.4) rack (>= 2.2.4)
@ -28,13 +28,13 @@ GEM
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
actionview (7.1.3.2) actionview (7.1.3.3)
activesupport (= 7.1.3.2) activesupport (= 7.1.3.3)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
activesupport (7.1.3.2) activesupport (7.1.3.3)
base64 base64
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
@ -54,7 +54,7 @@ GEM
io-event (~> 1.1) io-event (~> 1.1)
timers (~> 4.1) timers (~> 4.1)
base64 (0.2.0) base64 (0.2.0)
bigdecimal (3.1.6) bigdecimal (3.1.8)
builder (3.2.4) builder (3.2.4)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
@ -62,7 +62,7 @@ GEM
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
colorator (1.1.0) colorator (1.1.0)
commonmarker (0.23.10) commonmarker (0.23.10)
concurrent-ruby (1.2.3) concurrent-ruby (1.3.1)
connection_pool (2.4.1) connection_pool (2.4.1)
console (1.18.0) console (1.18.0)
fiber-annotation fiber-annotation
@ -87,8 +87,12 @@ GEM
fiber-local (1.0.0) fiber-local (1.0.0)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
gemoji (4.1.0) gemoji (4.1.0)
google-protobuf (3.25.1) google-protobuf (4.27.0)
google-protobuf (3.25.1-x86_64-linux) bigdecimal
rake (>= 13)
google-protobuf (4.27.0-x86_64-linux)
bigdecimal
rake (>= 13)
hashery (2.1.2) hashery (2.1.2)
html-pipeline (2.14.3) html-pipeline (2.14.3)
activesupport (>= 2) activesupport (>= 2)
@ -103,12 +107,12 @@ GEM
yell (~> 2.0) yell (~> 2.0)
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.14.1) i18n (1.14.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-console (0.7.2) io-console (0.7.2)
io-event (1.2.2) io-event (1.2.2)
irb (1.11.2) irb (1.13.1)
rdoc rdoc (>= 4.0.0)
reline (>= 0.4.2) reline (>= 0.4.2)
jekyll (4.3.3) jekyll (4.3.3)
addressable (~> 2.4) addressable (~> 2.4)
@ -162,7 +166,7 @@ GEM
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-titles-from-headings (0.5.3) jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0) jekyll (>= 3.3, < 5.0)
jekyll-toc (0.18.0) jekyll-toc (0.19.0)
jekyll (>= 3.9) jekyll (>= 3.9)
nokogiri (~> 1.12) nokogiri (~> 1.12)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
@ -187,10 +191,10 @@ GEM
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mercenary (0.4.0) mercenary (0.4.0)
mini_portile2 (2.8.6) mini_portile2 (2.8.7)
mini_racer (0.12.0) mini_racer (0.12.0)
libv8-node (~> 21.7.2.0) libv8-node (~> 21.7.2.0)
minitest (5.22.2) minitest (5.23.1)
mutex_m (0.2.0) mutex_m (0.2.0)
nokogiri (1.16.5) nokogiri (1.16.5)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
@ -203,7 +207,7 @@ GEM
faraday (>= 1, < 3) faraday (>= 1, < 3)
sawyer (~> 0.9) sawyer (~> 0.9)
parallel (1.24.0) parallel (1.24.0)
parser (3.3.1.0) parser (3.3.2.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pathutil (0.16.2) pathutil (0.16.2)
@ -216,9 +220,9 @@ GEM
ttfunk ttfunk
psych (5.1.2) psych (5.1.2)
stringio stringio
public_suffix (5.0.4) public_suffix (5.0.5)
racc (1.7.3) racc (1.8.0)
rack (3.0.10) rack (3.0.11)
rack-session (2.0.0) rack-session (2.0.0)
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.1.0) rack-test (2.1.0)
@ -233,28 +237,28 @@ GEM
rails-html-sanitizer (1.6.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.21) loofah (~> 2.21)
nokogiri (~> 1.14) nokogiri (~> 1.14)
railties (7.1.3.2) railties (7.1.3.3)
actionpack (= 7.1.3.2) actionpack (= 7.1.3.3)
activesupport (= 7.1.3.2) activesupport (= 7.1.3.3)
irb irb
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0, >= 1.2.2) thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.1.0) rake (13.2.1)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.11.1)
ffi (~> 1.0) ffi (~> 1.0)
rdoc (6.6.3.1) rdoc (6.7.0)
psych (>= 4.0.0) psych (>= 4.0.0)
regexp_parser (2.9.0) regexp_parser (2.9.2)
reline (0.4.3) reline (0.5.8)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.2.8) rexml (3.2.8)
strscan (>= 3.0.9) strscan (>= 3.0.9)
rouge (4.2.1) rouge (4.2.1)
rubocop (1.63.4) rubocop (1.64.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -272,13 +276,13 @@ GEM
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
rubyzip (2.3.2) rubyzip (2.3.2)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass-embedded (1.69.7) sass-embedded (1.77.4)
google-protobuf (~> 3.25) google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0) rake (>= 13)
sass-embedded (1.69.7-arm-linux-gnueabihf) sass-embedded (1.77.4-arm-linux-gnueabihf)
google-protobuf (~> 3.25) google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.69.7-x86_64-linux-gnu) sass-embedded (1.77.4-x86_64-linux-gnu)
google-protobuf (~> 3.25) google-protobuf (>= 3.25, < 5.0)
sawyer (0.9.2) sawyer (0.9.2)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3) faraday (>= 0.17.3, < 3)
@ -296,7 +300,7 @@ GEM
unicode-display_width (2.5.0) unicode-display_width (2.5.0)
webrick (1.8.1) webrick (1.8.1)
yell (2.2.2) yell (2.2.2)
zeitwerk (2.6.13) zeitwerk (2.6.15)
PLATFORMS PLATFORMS
arm64-linux arm64-linux
@ -334,7 +338,7 @@ DEPENDENCIES
mini_racer (~> 0.12.0) mini_racer (~> 0.12.0)
minima! minima!
nokogiri (>= 1.10.4) nokogiri (>= 1.10.4)
rack (~> 3.0.10) rack (~> 3.0.11)
railties (>= 5.2.2.1) railties (>= 5.2.2.1)
rouge rouge
rubocop rubocop

View File

@ -12,9 +12,9 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.5", "@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5", "@babel/preset-env": "^7.24.6",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"braces": "^3.0.2", "braces": "^3.0.3",
"browser-sync": "^3.0.2", "browser-sync": "^3.0.2",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"core-js": "^3.37.0", "core-js": "^3.37.0",
@ -25,7 +25,7 @@
"gulp-babel": "^8.0.0", "gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0", "gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-imagemin": "^9.0.0", "gulp-imagemin": "^9.1.0",
"gulp-notify": "^4.0.0", "gulp-notify": "^4.0.0",
"gulp-postcss": "^10.0.0", "gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.0",
@ -36,12 +36,12 @@
"localtunnel": "^2.0.2", "localtunnel": "^2.0.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"micromatch": "^4.0.5", "micromatch": "^4.0.7",
"mixin-deep": "^2.0.1", "mixin-deep": "^2.0.1",
"node-sass": "^9.0.0", "node-sass": "^9.0.0",
"postcss": "^8.4.34", "postcss": "^8.4.34",
"regenerator-runtime": "^0.14.1", "regenerator-runtime": "^0.14.1",
"sass": "^1.76.0", "sass": "^1.77.4",
"set-value": "^4.1.0" "set-value": "^4.1.0"
}, },
"resolutions": { "resolutions": {

1370
yarn.lock

File diff suppressed because it is too large Load Diff