add related posts
This commit is contained in:
parent
b5837e5a11
commit
7ea9cb4340
1
Gemfile
1
Gemfile
@ -1,4 +1,5 @@
|
|||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "jekyll"
|
gem "jekyll"
|
||||||
|
gem "gsl"
|
||||||
gem "susy"
|
gem "susy"
|
||||||
|
51
Gemfile.lock
51
Gemfile.lock
@ -1,60 +1,61 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
chunky_png (1.2.9)
|
blankslate (2.1.2.4)
|
||||||
classifier (1.3.3)
|
classifier (1.3.4)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (>= 1.0.0)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
commander (4.1.5)
|
commander (4.1.6)
|
||||||
highline (~> 1.6.11)
|
highline (~> 1.6.11)
|
||||||
compass (0.12.2)
|
|
||||||
chunky_png (~> 1.2)
|
|
||||||
fssm (>= 0.2.7)
|
|
||||||
sass (~> 3.1)
|
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
ffi (1.9.3)
|
ffi (1.9.3)
|
||||||
fssm (0.2.10)
|
gsl (1.15.3)
|
||||||
highline (1.6.20)
|
narray (>= 0.5.9)
|
||||||
jekyll (1.3.0)
|
highline (1.6.21)
|
||||||
|
jekyll (1.4.3)
|
||||||
classifier (~> 1.3)
|
classifier (~> 1.3)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
commander (~> 4.1.3)
|
commander (~> 4.1.3)
|
||||||
liquid (~> 2.5.2)
|
liquid (~> 2.5.5)
|
||||||
listen (~> 1.3)
|
listen (~> 1.3)
|
||||||
maruku (~> 0.6.0)
|
maruku (~> 0.7.0)
|
||||||
pygments.rb (~> 0.5.0)
|
pygments.rb (~> 0.5.0)
|
||||||
redcarpet (~> 2.3.0)
|
redcarpet (~> 2.3.0)
|
||||||
safe_yaml (~> 0.9.7)
|
safe_yaml (~> 0.9.7)
|
||||||
liquid (2.5.3)
|
toml (~> 0.1.0)
|
||||||
|
liquid (2.5.5)
|
||||||
listen (1.3.1)
|
listen (1.3.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
rb-kqueue (>= 0.2)
|
rb-kqueue (>= 0.2)
|
||||||
maruku (0.6.1)
|
maruku (0.7.1)
|
||||||
syntax (>= 1.0.0)
|
narray (0.6.0.8)
|
||||||
posix-spawn (0.3.6)
|
parslet (1.5.0)
|
||||||
|
blankslate (~> 2.0)
|
||||||
|
posix-spawn (0.3.8)
|
||||||
pygments.rb (0.5.4)
|
pygments.rb (0.5.4)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
rake (10.1.0)
|
rake (10.1.1)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.2)
|
rb-inotify (0.9.3)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rb-kqueue (0.2.0)
|
rb-kqueue (0.2.2)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (2.3.0)
|
redcarpet (2.3.0)
|
||||||
safe_yaml (0.9.7)
|
safe_yaml (0.9.7)
|
||||||
sass (3.2.12)
|
sass (3.3.2)
|
||||||
susy (1.0.9)
|
susy (2.1.1)
|
||||||
compass (>= 0.12.2)
|
sass (~> 3.3.0)
|
||||||
sass (>= 3.2.0)
|
toml (0.1.1)
|
||||||
syntax (1.0.0)
|
parslet (~> 1.5.0)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
gsl
|
||||||
jekyll
|
jekyll
|
||||||
rake
|
rake
|
||||||
susy
|
susy
|
||||||
|
@ -4,7 +4,7 @@ description: "James Walker is an independent developer and hacker"
|
|||||||
url: http://walkah.net
|
url: http://walkah.net
|
||||||
|
|
||||||
pygments: true
|
pygments: true
|
||||||
lsi: false
|
lsi: true
|
||||||
markdown: redcarpet
|
markdown: redcarpet
|
||||||
permalink: blog/:title
|
permalink: blog/:title
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -5,3 +5,9 @@ layout: default
|
|||||||
{% include post.html %}
|
{% include post.html %}
|
||||||
|
|
||||||
{% include vcard.html %}
|
{% include vcard.html %}
|
||||||
|
|
||||||
|
<h3>related posts</h3>
|
||||||
|
{% for post in site.related_posts limit:5 %}
|
||||||
|
{% include article_list.html %}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user