Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svilenmarkov committed Dec 11, 2024
2 parents 949fde1 + 448c795 commit 01016e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ theme:
> .widget-type-rss a {
> font-size: 1.5rem;
> }
> ```
>
> In addition, you can also use the `css-class` property which is available on every widget to set custom class names for individual widgets.

Expand Down Expand Up @@ -852,7 +853,7 @@ Either a value from the table below or a URL to a custom search engine. Use `{QU
##### `new-tab`
When set to `true`, swaps the shortcuts for showing results in the same or new tab, defaulting to showing results in a new tab.

##### `new-tab`
##### `autofocus`
When set to `true`, automatically focuses the search input on page load.

##### `bangs`
Expand Down
4 changes: 4 additions & 0 deletions docs/preconfigured-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Don't want to spend time configuring pages from scratch? No problem! Simply copy

Pull requests with your page configurations are welcome!

> [!NOTE]
>
> Pages must be placed under a top level `pages:` key, you can read more about that [here](configuration.md#pages).
## Startpage

![](images/startpage-preview.png)
Expand Down

0 comments on commit 01016e0

Please sign in to comment.