mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 08:49:50 +00:00
9 lines
213 B
Ruby
9 lines
213 B
Ruby
source "https://rubygems.org"
|
|
|
|
# use local theme gem for testing
|
|
gem "minimal-mistakes-jekyll", path: "../"
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-algolia', '~> 1.0'
|
|
end
|
|
|
|
gem "wdm", "~> 0.1.0" if Gem.win_platform? |