Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Dec 16, 2023
1 parent 2e48e59 commit 0504a6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,12 @@ gallery: "assets/img/pexels"

The search feature is based on [Simple-Jekyll-search](https://github.com/christian-fei/Simple-Jekyll-Search)
there is a `search.liquid` file that will create a list of all the site posts, pages and portfolios.
Then there's a script displaying the formatted results in the _search page_.

Then there's a `search.js` displaying the formatted results in the "search page".

The search page can be hidden with the `hide` option. You can remove the icon by removing `icon`:
To exclude contents from the search add the `exclude: true` option in the markdown header.
By default, all posts, pages, and collections are available in the search.
Hide the search page from the navigation bar with the `hide: true` option.
You can remove the icon by removing `icon`:

```yml
Expand Down

0 comments on commit 0504a6f

Please sign in to comment.