Skip to content

Conversation

lsolesen
Copy link
Contributor

I think the pagefind search from Cloudcannon works very fast and is easy to implement. And then it is free.

Summary

Just another search engine possibility added, which works better than lunrjs.

Context

First you build your site like normal, and then afterwards you run the following command.

```bash
npx -y pagefind --site public
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the default output directory really public for Jekyll?

npx -y pagefind --site public
```

It is important that you run the script after you have build your site (and everytime you rebuild). You can read more in the [Pagefind docs](https://pagefind.app/docs/).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either "you have built" or "you build". This is currently wrong English grammar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants