blog/Gemfile
Michael Zhang 9fbc74abd4
initial
2018-05-28 07:33:21 -05:00

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" }