From a7b29f69311a5ce8302c6a0a3ef2e531238fe0cb Mon Sep 17 00:00:00 2001 From: bt Date: Mon, 15 Jan 2024 10:39:27 -0500 Subject: --- ikiwiki/search.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ikiwiki/search.mdwn b/ikiwiki/search.mdwn index 94be2b2..659eccd 100644 --- a/ikiwiki/search.mdwn +++ b/ikiwiki/search.mdwn @@ -6,14 +6,14 @@ You will need to install/enable `xapian-omega` in order to use the default ikiwi Once that is complete, edit your `foo.setup` file and update the `omega` path to: -``` -/usr/local/www/xapian-omega/cgi-bin/omega -``` + + /usr/local/www/xapian-omega/cgi-bin/omega + Then rebuild your ikiwiki: -``` -ikiwiki --setup foo.setup -``` + + ikiwiki --setup foo.setup + Now your web search should be working! -- cgit v1.2.3-54-g00ecf