mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
(Update) Dependencies: Add bundler and Gemfile (#5)
* (Update) Dependencies: Add bundler and Gemfile to handle ruby dependencies * (Update) Dependencies: Move jekyll-multiple-languages-plugin into Gemfile instead of using a git submodule * (Doc) README: Adjust note about jekyll-multiple-language-plugin
This commit is contained in:
parent
aaef5715db
commit
3a0a543859
6 changed files with 78 additions and 12 deletions
7
Gemfile
Normal file
7
Gemfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'jekyll'
|
||||
gem 'jekyll-paginate'
|
||||
gem 'jekyll-autoprefixer'
|
||||
gem 'jekyll-serve'
|
||||
gem 'classifier-reborn'
|
||||
gem 'jekyll-multiple-languages-plugin', :git => 'https://github.com/perrywoodin/jekyll-multiple-languages-plugin.git'
|
Loading…
Add table
Add a link
Reference in a new issue