File tree Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Expand file tree Collapse file tree 4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 11gem 'github-pages'
2+ gem 'jekyll-press'
23source 'https://rubygems.org'
Original file line number Diff line number Diff line change 1414 execjs
1515 coffee-script-source (1.10.0 )
1616 colorator (0.1 )
17+ css_press (0.3.2 )
18+ csspool-st (= 3.1.2 )
19+ json
20+ csspool-st (3.1.2 )
1721 ethon (0.8.1 )
1822 ffi (>= 1.3.0 )
1923 execjs (2.6.0 )
5256 html-pipeline (2.3.0 )
5357 activesupport (>= 2 , < 5 )
5458 nokogiri (>= 1.4 )
59+ html_press (0.8.2 )
60+ htmlentities
61+ multi_css (>= 0.1.0 )
62+ multi_js (>= 0.1.0 )
63+ htmlentities (4.3.4 )
5564 i18n (0.7.0 )
5665 jekyll (3.0.3 )
5766 colorator (~> 0.1 )
7180 html-pipeline (~> 2.3 )
7281 jekyll (~> 3.0 )
7382 jekyll-paginate (1.1.0 )
83+ jekyll-press (0.2.1 )
84+ html_press (>= 0.8.2 )
85+ jekyll
86+ multi_css (>= 0.1.0 )
87+ multi_js (>= 0.1.0 )
7488 jekyll-redirect-from (0.9.1 )
7589 jekyll (>= 2.0 )
7690 jekyll-sass-converter (1.3.0 )
95109 mercenary (0.3.5 )
96110 mini_portile2 (2.0.0 )
97111 minitest (5.8.4 )
112+ multi_css (0.1.0 )
113+ css_press
114+ multi_js (0.1.0 )
115+ uglifier (~> 2 )
98116 multipart-post (2.0.0 )
99117 net-dns (0.8.0 )
100118 nokogiri (1.6.7.2 )
@@ -119,12 +137,16 @@ GEM
119137 ethon (>= 0.8.0 )
120138 tzinfo (1.2.2 )
121139 thread_safe (~> 0.1 )
140+ uglifier (2.7.2 )
141+ execjs (>= 0.3.0 )
142+ json (>= 1.8.0 )
122143
123144PLATFORMS
124145 ruby
125146
126147DEPENDENCIES
127148 github-pages
149+ jekyll-press
128150
129151BUNDLED WITH
130152 1.11.2
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ atomVersion: 0.5.4
1212cliVersion : 0.3.26
1313video : DbLpdgrYVOU
1414
15+ jekyll-press :
16+ exclude : ' sitemap.xml' # Exclude files from processing - file name, glob pattern or array of file names and glob patterns
17+ js_options : {} # js minifier options
18+ css_options : {} # css minifier options
19+ html_options : {}
20+
1521# ----------------------- #
1622# Jekyll & Plugins #
1723# ----------------------- #
@@ -23,7 +29,6 @@ kramdown:
2329 syntax_highlighter : rouge
2430permalink : pretty
2531
26-
2732# ----------------------- #
2833# 3rd Party Settings #
2934# ----------------------- #
Original file line number Diff line number Diff line change 1+ # _plugins/bundler.rb
2+ require "rubygems"
3+ require "bundler/setup"
4+ Bundler . require ( :default )
You can’t perform that action at this time.
0 commit comments