blog/Gemfile

11 lines
210 B
Ruby
Raw Normal View History

2018-05-28 12:33:21 +00:00
# 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" }