change to jekyll page engine

This commit is contained in:
Hiajen Hiajen 2022-01-15 22:29:17 +01:00
parent ba8b789f12
commit 74cfbc1488
19 changed files with 353 additions and 258 deletions

17
Gemfile Normal file
View file

@ -0,0 +1,17 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll"
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "webrick", "~> 1.7"