blog/Gemfile

11 lines
210 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org" do
gem "kramdown"
gem "jekyll-watch"
gem "mathematical"
gem "rouge"
end
git_source(:github) {|repo_name| "https://git.mzhang.me/michael/blog" }