mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
add schema in vars
parent
e5eddb11d1
commit
2d421e5cd7
@ -35,6 +35,7 @@
|
|||||||
| `analytics.google.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Google Analytics |
|
| `analytics.google.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Google Analytics |
|
||||||
| `analytics.bing.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Bing |
|
| `analytics.bing.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Bing |
|
||||||
| `analytics.yandex.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Yandex |
|
| `analytics.yandex.SiteVerificationTag` | string | "XYZabc" | Site Verification Tag for Yandex |
|
||||||
|
| `schema` | - | - | [Details](#schema) |
|
||||||
| `fuseOpts` | - | - | [Details](#fuseOpts) |
|
| `fuseOpts` | - | - | [Details](#fuseOpts) |
|
||||||
| `socialIcons` | - | - | [Details](#socialIcons) |
|
| `socialIcons` | - | - | [Details](#socialIcons) |
|
||||||
| `label` | - | - | [Details](#label) |
|
| `label` | - | - | [Details](#label) |
|
||||||
@ -93,6 +94,13 @@ profileMode:
|
|||||||
| `cover.hiddenInList` | boolean | true \| false | To hide on list pages and home |
|
| `cover.hiddenInList` | boolean | true \| false | To hide on list pages and home |
|
||||||
| `cover.hiddenInSingle ` | boolean | true \| false | To hide on list pages and home |
|
| `cover.hiddenInSingle ` | boolean | true \| false | To hide on list pages and home |
|
||||||
|
|
||||||
|
#### schema
|
||||||
|
|
||||||
|
| name | type | example | Description |
|
||||||
|
| ---------------------- | ------ | ---------------- | ----------------------------- |
|
||||||
|
| `schema.publisherType` | string | 'Organization' | https://schema.org/publisher |
|
||||||
|
| `schema.sameAs` | list | ["URL1", "URL2"] | Set https://schema.org/sameAs |
|
||||||
|
|
||||||
#### fuseOpts
|
#### fuseOpts
|
||||||
|
|
||||||
Refer: https://fusejs.io/api/options.html
|
Refer: https://fusejs.io/api/options.html
|
||||||
|
Loading…
Reference in New Issue
Block a user