vampysite/Gemfile

9 lines
168 B
Ruby
Raw Normal View History

2022-03-04 15:29:02 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll", "~> 4.2"
gem "kramdown-math-katex", "~> 1.0"
gem "rouge", "~> 3.27"
gem "webrick", "~> 1.7"