Update table
This commit is contained in:
parent
817d2bb71b
commit
f1f34ee654
1 changed files with 12 additions and 12 deletions
|
@ -219,12 +219,12 @@ header:
|
||||||
|
|
||||||
To overlay text on top of a header image you have a few more options:
|
To overlay text on top of a header image you have a few more options:
|
||||||
|
|
||||||
| Front Matter variable | Description |
|
| Name | Description | Default |
|
||||||
| --------------------- | ----------- |
|
| ---- | ----------- | ------- |
|
||||||
| `overlay_image` | Header image you'd like to overlay. Same rules as `header.image` from above. |
|
| **overlay_image** | Header image you'd like to overlay. Same rules as `header.image` from above. | |
|
||||||
| `excerpt` | Auto-generated page excerpt is added to the overlay text or can be overridden. |
|
| **excerpt** | Auto-generated page excerpt is added to the overlay text or can be overridden. | |
|
||||||
| `cta_label` | Call to action button text label (default is `more_label` in UI Text data file). |
|
| **cta_label** | Call to action button text label. | `more_label` in UI Text data file |
|
||||||
| `cta_url` | Call to action button URL. |
|
| **cta_url** | Call to action button URL. | |
|
||||||
|
|
||||||
With this YAML Front Matter:
|
With this YAML Front Matter:
|
||||||
|
|
||||||
|
@ -282,12 +282,12 @@ defaults:
|
||||||
|
|
||||||
Blocks of content can be added by using the following under `sidebar`:
|
Blocks of content can be added by using the following under `sidebar`:
|
||||||
|
|
||||||
| Front Matter variable | Description |
|
| Name | Description |
|
||||||
| --------------------- | ----------- |
|
| ---- | ----------- |
|
||||||
| `title` | Title or heading. |
|
| **title** | Title or heading. |
|
||||||
| `image` | Image path placed in `/images/` folder or an external URL. |
|
| **image** | Image path placed in `/images/` folder or an external URL. |
|
||||||
| `image_alt` | Alternate description for image. |
|
| **image_alt** | Alternate description for image. |
|
||||||
| `text` | Markdown supported text. |
|
| **text** | Text. Markdown is allowed. |
|
||||||
|
|
||||||
Multiple blocks can also be added by following the example below:
|
Multiple blocks can also be added by following the example below:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue