mirror of
https://github.com/Xevion/glance.git
synced 2026-01-31 12:24:24 -06:00
Merge branch 'main' into dev
This commit is contained in:
@@ -356,7 +356,7 @@ pages:
|
||||
### Properties
|
||||
| Name | Type | Required | Default |
|
||||
| ---- | ---- | -------- | ------- |
|
||||
| title | string | yes | |
|
||||
| name | string | yes | |
|
||||
| slug | string | no | |
|
||||
| width | string | no | |
|
||||
| center-vertically | boolean | no | false |
|
||||
@@ -374,7 +374,7 @@ The URL friendly version of the title which is used to access the page. For exam
|
||||
#### `width`
|
||||
The maximum width of the page on desktop. Possible values are `slim` and `wide`.
|
||||
|
||||
* default: `1600px`
|
||||
* default: `1600px` (when no value is specified)
|
||||
* slim: `1100px`
|
||||
* wide: `1920px`
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
@@ -53,6 +53,16 @@ theme:
|
||||
primary-color: 97 13 80
|
||||
```
|
||||
|
||||
### Gruvbox Dark
|
||||

|
||||
```yaml
|
||||
theme:
|
||||
background-color: 0 0 16
|
||||
primary-color: 43 59 81
|
||||
positive-color: 61 66 44
|
||||
negative-color: 6 96 59
|
||||
```
|
||||
|
||||
### Kanagawa Dark
|
||||

|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user