blog/Gemfile

13 lines
252 B
Ruby

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