lsi and jekyll

Published on 09 Jul 2010 | Under | Comments

Tweet

Slowly porting red91 to atompad.com, it’s new home and with that over to Jekyll too. Along the way I wanted to have a better way to create related-posts within the blog with Jekyll provides, but it’s not particularly reliable.

However if you enable LSI within your Jekyll config and install these tools it get’s a lot better.

sudo apt-get install libgsl0-dev gsl-bin
sudo gem install classifier

Then inside your _config.yml add,

lsi: true

Regenerate your site (which will take a while if you’ve got a lot of posts)

jekyll

And away you go.

…more about Jekyll

blog comments powered by Disqus Back to Top
Fork me on GitHub