.github
_data
_includes
_layouts
_sass
assets
docs
test
_data
_pages
_pets
_portfolio
_posts
_recipes
assets
Gemfile
_config.yml
index.html
.editorconfig
.gitattributes
.gitignore
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
_config.yml
banner.js
index.html
minimal-mistakes-jekyll.gemspec
package.json
screenshot-layouts.png
screenshot.png
staticman.yml

* Support Lunr and Algolia search providers * Document search providers and configuration * Update CHANGELOG and history close #1416
10 lines
214 B
Ruby
10 lines
214 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? |