How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "zn6t3s/jekyll"
config.vm.box_version = "20220116"
end
vagrant init zn6t3s/jekyll \
--box-version 20220116
vagrant up
This version was created almost 2 years ago.
There isn't a description.