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
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "_plugins/jekyll-multiple-languages-plugin"]
|
||||
path = _plugins/jekyll-multiple-languages-plugin
|
||||
url = git://github.com/perrywoodin/jekyll-multiple-languages-plugin.git
|
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'
|
65
Gemfile.lock
Normal file
65
Gemfile.lock
Normal file
|
@ -0,0 +1,65 @@
|
|||
GIT
|
||||
remote: https://github.com/perrywoodin/jekyll-multiple-languages-plugin.git
|
||||
revision: d72bf07e773eb17e5b85f8aa9b97d2a160f0238b
|
||||
specs:
|
||||
jekyll-multiple-languages-plugin (1.4.2)
|
||||
jekyll (>= 2.0, < 4.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
autoprefixer-rails (6.3.7)
|
||||
execjs
|
||||
classifier-reborn (2.0.4)
|
||||
fast-stemmer (~> 1.0)
|
||||
colorator (1.1.0)
|
||||
execjs (2.7.0)
|
||||
fast-stemmer (1.0.2)
|
||||
ffi (1.9.14)
|
||||
forwardable-extended (2.6.0)
|
||||
jekyll (3.2.1)
|
||||
colorator (~> 1.0)
|
||||
jekyll-sass-converter (~> 1.0)
|
||||
jekyll-watch (~> 1.1)
|
||||
kramdown (~> 1.3)
|
||||
liquid (~> 3.0)
|
||||
mercenary (~> 0.3.3)
|
||||
pathutil (~> 0.9)
|
||||
rouge (~> 1.7)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-autoprefixer (1.0.0)
|
||||
autoprefixer-rails (~> 6.3.6)
|
||||
jekyll-paginate (1.1.0)
|
||||
jekyll-sass-converter (1.4.0)
|
||||
sass (~> 3.4)
|
||||
jekyll-serve (1.0.0.rc1)
|
||||
jekyll-watch (1.5.0)
|
||||
listen (~> 3.0, < 3.1)
|
||||
kramdown (1.12.0)
|
||||
liquid (3.0.6)
|
||||
listen (3.0.8)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
mercenary (0.3.6)
|
||||
pathutil (0.14.0)
|
||||
forwardable-extended (~> 2.6)
|
||||
rb-fsevent (0.9.7)
|
||||
rb-inotify (0.9.7)
|
||||
ffi (>= 0.5.0)
|
||||
rouge (1.11.1)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.22)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
classifier-reborn
|
||||
jekyll
|
||||
jekyll-autoprefixer
|
||||
jekyll-multiple-languages-plugin!
|
||||
jekyll-paginate
|
||||
jekyll-serve
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
13
README.md
13
README.md
|
@ -7,19 +7,16 @@ https://jekyllrb.com
|
|||
### Requirements (mac)
|
||||
* Ruby: `brew install ruby`
|
||||
* Ruby Gems: https://rubygems.org/pages/download
|
||||
* NoddeJS: https://nodejs.org/en/
|
||||
* NodeJS: https://nodejs.org/en/
|
||||
* Python: `brew install python`
|
||||
* `gem install jekyll`
|
||||
* Bundler: `gem install bundler`
|
||||
|
||||
### Supporting Gems
|
||||
These Gems must also be installed on the CI server.
|
||||
|
||||
* `gem install jekyll-paginate`
|
||||
* `gem install classifier-reborn`
|
||||
* `gem install jekyll-autoprefixer`
|
||||
Simply run `bundle install` and [bundler](http://bundler.io/) will install all ruby gems/dependencies.
|
||||
Note: The Gems must also be installed on the CI server.
|
||||
|
||||
### Plugins
|
||||
* `jekyll-multiple-languages-plugin` installed as a git submodule in `_plugins/`. Documentation at https://github.com/perrywoodin/jekyll-multiple-languages-plugin. This is a modified fork that adds two new tags for outputting markdown `{% tmd key %}` or `{% translatemd key %}`
|
||||
* `jekyll-multiple-languages-plugin` installed as a gem. Documentation at https://github.com/perrywoodin/jekyll-multiple-languages-plugin. This is a modified fork that adds two new tags for outputting markdown `{% tmd key %}` or `{% translatemd key %}`
|
||||
|
||||
## Development
|
||||
`jekyll serve` Will build to the _site directory whenever a file is changed and serve via 127.0.0.1
|
||||
|
|
|
@ -25,6 +25,7 @@ autoprefixer:
|
|||
gems:
|
||||
- jekyll-paginate
|
||||
- jekyll-autoprefixer
|
||||
- jekyll-multiple-languages-plugin
|
||||
|
||||
collections:
|
||||
components: # style guide
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d72bf07e773eb17e5b85f8aa9b97d2a160f0238b
|
Loading…
Add table
Add a link
Reference in a new issue