mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
update variables table
parent
82c96e5563
commit
8e164b4090
60
Variables.md
60
Variables.md
@ -27,24 +27,48 @@
|
|||||||
| socialIcons | | | |
|
| socialIcons | | | |
|
||||||
| analytics.google.SiteVerificationTag | string | "XYZabc" | |
|
| analytics.google.SiteVerificationTag | string | "XYZabc" | |
|
||||||
| | | | |
|
| | | | |
|
||||||
| label.text | string | 'Home' | To display different label text other than title |
|
| label | - | - | [Details](#label) |
|
||||||
| label.icon | string | '/apple-touch-icon.png' | To display a logo image in label |
|
| assets | - | - | [Details](#assets) |
|
||||||
| label.iconHeight | integer | 35 | To set size of label logo image |
|
| cover | - | - | [Details](#cover) |
|
||||||
| assets.favicon | string | 'icon.ico' | To set favicon, can be path or external link |
|
| profileMode | - | - | [Details](#profilemode) |
|
||||||
| assets.disableHLJS | | | |
|
|
||||||
| assets.disableFingerprinting | | | |
|
#### label
|
||||||
| cover.linkFullImages | boolean | true \| false | To open full size cover images on click on cover |
|
|
||||||
| cover.responsiveImages | boolean | true \| false | To enable/disable generation of responsive cover images |
|
| name | type | example | Description |
|
||||||
| cover.hidden | | | |
|
| ---------------- | ------- | ----------------------- | ------------------------------------------------ |
|
||||||
| cover.hiddenInList | | | |
|
| label.text | string | 'Home' | To display different label text other than title |
|
||||||
| cover.hiddenInSingle | | | |
|
| label.icon | string | '/apple-touch-icon.png' | To display a logo image in label |
|
||||||
| profileMode.enabled | | | |
|
| label.iconHeight | integer | 35 | To set size of label logo image |
|
||||||
| profileMode.title | | | |
|
|
||||||
| profileMode.imageUrl | | | |
|
#### profileMode
|
||||||
| profileMode.imageWidth | | | |
|
|
||||||
| profileMode.imageHeight | | | |
|
| name | type | example | Description |
|
||||||
| profileMode.imageTitle | | | |
|
| ----------------------- | ---- | ------- | ----------- |
|
||||||
| profileMode.buttons | | | |
|
| profileMode.enabled | | | |
|
||||||
|
| profileMode.title | | | |
|
||||||
|
| profileMode.imageUrl | | | |
|
||||||
|
| profileMode.imageWidth | | | |
|
||||||
|
| profileMode.imageHeight | | | |
|
||||||
|
| profileMode.imageTitle | | | |
|
||||||
|
| profileMode.buttons | | | |
|
||||||
|
|
||||||
|
#### assets
|
||||||
|
|
||||||
|
| name | type | example | Description |
|
||||||
|
| ---------------------------- | ------ | ---------- | -------------------------------------------- |
|
||||||
|
| assets.favicon | string | 'icon.ico' | To set favicon, can be path or external link |
|
||||||
|
| assets.disableHLJS | | | |
|
||||||
|
| assets.disableFingerprinting | | | |
|
||||||
|
|
||||||
|
#### cover
|
||||||
|
|
||||||
|
| name | type | example | Description |
|
||||||
|
| ---------------------- | ------- | ------------- | ------------------------------------------------------- |
|
||||||
|
| cover.linkFullImages | boolean | true \| false | To open full size cover images on click on cover |
|
||||||
|
| cover.responsiveImages | boolean | true \| false | To enable/disable generation of responsive cover images |
|
||||||
|
| cover.hidden | | | |
|
||||||
|
| cover.hiddenInList | | | |
|
||||||
|
| cover.hiddenInSingle | | | |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user