From d6a02278db16624e7f27118bfc7ecae26db3000e Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 12 Dec 2008 21:05:58 -0800 Subject: [PATCH] update readme with --lsi info --- README.textile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 8b7b8f88..4dc02bf6 100644 --- a/README.textile +++ b/README.textile @@ -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