11 lines
210 B
Text
11 lines
210 B
Text
|
# 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" }
|