Skip to content

Commit

Permalink
no more lsi
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Dec 16, 2015
1 parent 6b91cb0 commit b4d5861
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'

ruby "2.2.3"

gem 'classifier-reborn'
gem 'git'
gem 'jekyll'
gem 'logger'
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
@@ -1,10 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
classifier-reborn (2.0.4)
fast-stemmer (~> 1.0)
colorator (0.1)
fast-stemmer (1.0.2)
ffi (1.9.10)
git (1.2.9.1)
jekyll (3.0.1)
Expand Down Expand Up @@ -40,7 +37,6 @@ PLATFORMS
ruby

DEPENDENCIES
classifier-reborn
git
jekyll
logger
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ J=bundle exec jekyll
all: site

site: clean
$J build --lsi
$J build
chmod -R a+rx ./_site/

clean:
Expand Down
3 changes: 0 additions & 3 deletions _config.yml
Expand Up @@ -8,6 +8,3 @@ permalink: pretty

# Deal with source code?
highlighter: 'rouge'

# better relevent post section? Overwrite with --lsi
lsi: false # so sad this doesn't work on github

0 comments on commit b4d5861

Please sign in to comment.