Initial commit

This commit is contained in:
2023-11-12 11:51:39 +01:00
parent dfeb535db1
commit 5445a8a8f7
14 changed files with 629 additions and 7 deletions

12
Gemfile Normal file
View File

@ -0,0 +1,12 @@
# 2023-11-11
source 'https://rubygems.org'
gem 'rake'
# Specify your gem's dependencies in jekyll-webp.gemspec
gemspec
if ENV["JEKYLL_VERSION"]
gem "jekyll", "~> #{ENV["JEKYLL_VERSION"]}"
end