a2d0b1beda
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.
4 lines
164 B
Ruby
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'
|