New header menu with base background color

This commit is contained in:
Nuno Coração
2023-02-25 18:45:55 +00:00
parent 8f13df122e
commit adab0c27c6
5 changed files with 10 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ smartTOC = true
smartTOCHideUnfocusedChildren = true
[header]
layout = "fixed" # valid options: basic, fixed
layout = "fixed-fill" # valid options: basic, fixed, fixed-fill
[footer]
showMenu = true

View File

@@ -154,7 +154,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
| Name | Default | Description |
| --------------- | --------- | --------------------------------------------------------------------------------- |
| `header.layout` | `"basic"` | Defines the header for the entire site, supported values are `basic` and `fixed`. |
| `header.layout` | `"basic"` | Defines the header for the entire site, supported values are `basic`, `fixed`, and `fixed-fill`. |
### Footer
| Name | Default | Description |