Guide_Wii/Gemfile
lifehackerhansol a2d0b1beda
treewide: move everything theme related to submodule
All themes are moved to `_theme` submodule, which will be shared with
other websites on hacks.guide.

Repository-specific files can be overlayed after the fact, such as
additional languages, custom JavaScript, progress table paths and the
like.
2024-01-16 12:34:41 -08:00

4 lines
164 B
Ruby

source "https://rubygems.org"
gem "jekyll-sass-converter", "~>2.2"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem 'minimal-mistakes-hacks-guide', :path => '_theme'