Update to Jekyll 3

main
Thomas Ba. 10 years ago
parent 66a8ad8d3f
commit 041fef3ce1

@ -2,5 +2,7 @@ set expandtab
set shiftwidth=2 set shiftwidth=2
set tabstop=2 set tabstop=2
set softtabstop=2 set softtabstop=2
set ff=unix if &modifiable
set eol set ff=unix
set eol
endif

@ -1,7 +1,8 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'jekyll' gem 'jekyll', '~>3.0.0.pre.beta9'
gem 'i18n' gem 'i18n'
gem 'redcarpet'
group :jekyll_plugins do group :jekyll_plugins do
gem 'jekyll-paginate' gem 'jekyll-paginate'

@ -1,20 +1,12 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
blankslate (2.1.2.4)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
colorator (0.1) colorator (0.1)
css_press (0.3.2) css_press (0.3.2)
csspool-st (= 3.1.2) csspool-st (= 3.1.2)
json json
csspool-st (3.1.2) csspool-st (3.1.2)
execjs (2.6.0) execjs (2.6.0)
fast-stemmer (1.0.2)
ffi (1.9.10) ffi (1.9.10)
html_press (0.8.2) html_press (0.8.2)
htmlentities htmlentities
@ -22,24 +14,15 @@ GEM
multi_js (>= 0.1.0) multi_js (>= 0.1.0)
htmlentities (4.3.4) htmlentities (4.3.4)
i18n (0.7.0) i18n (0.7.0)
jekyll (2.5.3) jekyll (3.0.0.pre.beta9)
classifier-reborn (~> 2.0)
colorator (~> 0.1) colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0) jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1) jekyll-watch (~> 1.1)
kramdown (~> 1.3) kramdown (~> 1.3)
liquid (~> 2.6.1) liquid (~> 3.0)
mercenary (~> 0.3.3) mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0) rouge (~> 1.7)
redcarpet (~> 3.1)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.3.4)
jekyll-minify-html (1.1.0) jekyll-minify-html (1.1.0)
html_press (~> 0.8.2) html_press (~> 0.8.2)
jekyll (>= 0.12) jekyll (>= 0.12)
@ -49,8 +32,8 @@ GEM
jekyll-watch (1.3.0) jekyll-watch (1.3.0)
listen (~> 3.0) listen (~> 3.0)
json (1.8.3) json (1.8.3)
kramdown (1.8.0) kramdown (1.9.0)
liquid (2.6.3) liquid (3.0.6)
listen (3.0.3) listen (3.0.3)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
@ -59,33 +42,26 @@ GEM
css_press css_press
multi_js (0.1.0) multi_js (0.1.0)
uglifier (~> 2) uglifier (~> 2)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.6) rb-fsevent (0.9.6)
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.3.2) redcarpet (3.3.3)
rouge (1.10.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.18) sass (3.4.18)
toml (0.1.2)
parslet (~> 1.5.0)
uglifier (2.7.2) uglifier (2.7.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
yajl-ruby (1.2.1)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
i18n i18n
jekyll jekyll (~> 3.0.0.pre.beta9)
jekyll-minify-html jekyll-minify-html
jekyll-paginate jekyll-paginate
redcarpet
BUNDLED WITH BUNDLED WITH
1.10.6 1.10.6

@ -12,7 +12,7 @@ highlighter: pygments
source: . source: .
destination: ./_site destination: ./_site
plugins: ./_plugins plugins_dir: ./_plugins
include: ['.htaccess'] include: ['.htaccess']
exclude: ['recipes.sublime-project','recipes.sublime-workspace', 'vendor', 'Gemfile', 'Gemfile.lock', 'Makefile'] exclude: ['recipes.sublime-project','recipes.sublime-workspace', 'vendor', 'Gemfile', 'Gemfile.lock', 'Makefile']
paginate: 10 paginate: 10

@ -1 +1 @@
Subproject commit 37339b388873886d7be467b8654b5d4aa0b5cf6f Subproject commit ec2b2cd8dd8d622d3ada6bb1171a1f5c187c8448

@ -6,7 +6,8 @@ title: Archiv
<div id="home"> <div id="home">
<h1>Archiv</h1> <h1>Archiv</h1>
<ul class="posts"> <ul class="posts">
{% for post in site.posts | sort: 'title' %} {% assign aposts = site.posts | sort: 'title' %}
{% for post in aposts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li> <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>

Loading…
Cancel
Save