Skip to content

Commit 7d830af

Browse files
committed
document excluding pages
1 parent 0782dca commit 7d830af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,15 @@ The `query` URL search parameter can be provided to automatically populate and f
8888
```none
8989
https://your-website.com?query=hello+world
9090
```
91+
92+
### Excluding pages from search
93+
94+
You can exclude pages from search suggestions by adding `search: false` to a page's fontmatter:
95+
96+
```none
97+
---
98+
search: false
99+
---
100+
101+
<!-- page content -->
102+
```

0 commit comments

Comments
 (0)