Skip to content

Commit

Permalink
chore: add doc for search
Browse files Browse the repository at this point in the history
  • Loading branch information
not-matthias committed Jan 10, 2025
1 parent ebfed27 commit e96444b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/posts/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ comment = true

# Site Configuration

## Search (`build_search_index`)

Enables or disables the search functionality for your blog.

- Type: Boolean
- Default: false
- Usage: `build_search_index = false`

When enabled, a search index will be generated for your blog, allowing visitors to search for specific content.
Additionally, a search button will be displayed in the navigation bar.

## Theme Mode (`theme`)

Sets the color theme for your blog.
Expand Down

0 comments on commit e96444b

Please sign in to comment.