Skip to content

Commit

Permalink
update readme with --lsi info
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Dec 13, 2008
1 parent b1bf818 commit d6a0227
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,18 @@ h2. Run
$ cd /path/to/proto/site
$ jekyll

This will generate the site and place it in /path/to/proto/site/_site. There is an autobuild feature that will regenerate your site if any of the files change:
This will generate the site and place it in /path/to/proto/site/_site.

There is an autobuild feature that will regenerate your site if any of the files change:

$ jekyll --auto

By default, the "related posts" functionality will produce crappy results.
In order to get high quality results with a true LSI algorithm, you must
enable it (it may take some time to run if you have many posts):

$ jekyll --lsi

If you'd like the generated site placed somewhere else:

$ jekyll /path/to/place/generated/site
Expand Down

0 comments on commit d6a0227

Please sign in to comment.