mirror of
https://github.com/minoplhy/crappy-jekyll.git
synced 2024-11-10 20:16:46 +00:00
add theme
This commit is contained in:
parent
bfc03b0f36
commit
393b8cc0d0
1
Gemfile
1
Gemfile
@ -28,3 +28,4 @@ end
|
|||||||
# Performance-booster for watching directories on Windows
|
# Performance-booster for watching directories on Windows
|
||||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||||
|
|
||||||
|
gem "jekyll-dash"
|
||||||
|
@ -29,8 +29,14 @@ GEM
|
|||||||
rouge (~> 3.0)
|
rouge (~> 3.0)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
terminal-table (~> 2.0)
|
terminal-table (~> 2.0)
|
||||||
|
jekyll-dash (2.0.0)
|
||||||
|
jekyll (~> 4.0)
|
||||||
|
jekyll-feed (~> 0.14)
|
||||||
|
jekyll-paginate
|
||||||
|
jekyll-seo-tag (~> 2.1)
|
||||||
jekyll-feed (0.15.1)
|
jekyll-feed (0.15.1)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
|
jekyll-paginate (1.1.0)
|
||||||
jekyll-sass-converter (2.1.0)
|
jekyll-sass-converter (2.1.0)
|
||||||
sassc (> 2.0.1, < 3.0)
|
sassc (> 2.0.1, < 3.0)
|
||||||
jekyll-seo-tag (2.7.1)
|
jekyll-seo-tag (2.7.1)
|
||||||
@ -70,6 +76,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (~> 4.2.0)
|
jekyll (~> 4.2.0)
|
||||||
|
jekyll-dash
|
||||||
jekyll-feed (~> 0.12)
|
jekyll-feed (~> 0.12)
|
||||||
minima (~> 2.5)
|
minima (~> 2.5)
|
||||||
tzinfo (~> 1.2)
|
tzinfo (~> 1.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user