Initial commit

This commit is contained in:
Łukasz Skotarek 2023-01-05 19:02:49 +01:00 committed by GitHub
commit fa52922077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 1802 additions and 0 deletions

10
Gemfile Normal file
View file

@ -0,0 +1,10 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.0"
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
gem "webrick", "~> 1.7"
gem "nokogiri"