-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit rendering of search results to 50 items (#12)
This speeds up page loads for large indexes.
- Loading branch information
Showing
4 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
baseURL = 'http://sigma.velocidex.com/' | ||
languageCode = 'en-us' | ||
title = 'Velociraptor Sigma Rules' | ||
title = 'Velociraptor Curated Sigma' | ||
|
||
[module] | ||
[[module.imports]] | ||
path = 'github.com/alex-shpak/hugo-book' | ||
|
||
|
||
[params] | ||
BookTheme = 'light' | ||
BookTheme = 'light' | ||
BookSearch = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: "Indexes" | ||
date: 2023-10-15T00:14:44+10:00 | ||
weight: 20 | ||
--- | ||
|
||
# Search rule sets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: "Sigma In Velociraptor" | ||
date: 2023-10-15T00:14:44+10:00 | ||
weight: 10 | ||
--- | ||
|
||
# Sigma In Velociraptor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters