feat: initial commit
Some checks failed
Build and publish docker image / build-site (push) Failing after 3s
Build and publish docker image / build-docker (push) Has been skipped

This commit is contained in:
Radu C. Martin 2025-04-04 21:36:39 +02:00
commit 60fbb8d189
27 changed files with 836 additions and 0 deletions

14
Gemfile Normal file
View file

@ -0,0 +1,14 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.4"
gem "html-proofer", "~> 5.0", group: :test
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]