mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-23 03:06:54 -04:00
lint
This commit is contained in:
parent
28c5a7d97a
commit
fa4aec4086
13 changed files with 198 additions and 145 deletions
|
@ -3,30 +3,32 @@ title: "Papermod - Variables"
|
|||
date: 2020-09-24T11:33:33+05:30
|
||||
showToc: true
|
||||
TocOpen: true
|
||||
tags: ['PaperMod']
|
||||
tags: ["PaperMod"]
|
||||
author: "Aditya Telange"
|
||||
draft: true
|
||||
---
|
||||
|
||||
## Variables in PaperMod
|
||||
|
||||
Below are variables used with this theme...
|
||||
|
||||
### Site Variables
|
||||
| name | type | example |
|
||||
| - | - | - |
|
||||
| ShowReadingTime | boolean | true \| false |
|
||||
| defaultTheme | string | light \| dark \| auto |
|
||||
| ShowShareButtons | boolean | true \| false |
|
||||
| cover.linkFullImages | boolean | true \| false |
|
||||
| cover.responsiveImages | boolean | true \| false |
|
||||
|
||||
| name | type | example |
|
||||
| ---------------------- | ------- | --------------------- |
|
||||
| ShowReadingTime | boolean | true \| false |
|
||||
| defaultTheme | string | light \| dark \| auto |
|
||||
| ShowShareButtons | boolean | true \| false |
|
||||
| cover.linkFullImages | boolean | true \| false |
|
||||
| cover.responsiveImages | boolean | true \| false |
|
||||
|
||||
### Page Variables
|
||||
|
||||
| name | type | example |
|
||||
| - | - | - |
|
||||
| showtoc | boolean | true \| false |
|
||||
| tocopen | boolean | true \| false |
|
||||
| hidemeta | boolean | true \| false |
|
||||
| cover.image | string | `'featured.jpg'` |
|
||||
| cover.caption | string | `'<text>'` |
|
||||
| cover.alt | string | `'<alt text>'` |
|
||||
| name | type | example |
|
||||
| ------------- | ------- | ---------------- |
|
||||
| showtoc | boolean | true \| false |
|
||||
| tocopen | boolean | true \| false |
|
||||
| hidemeta | boolean | true \| false |
|
||||
| cover.image | string | `'featured.jpg'` |
|
||||
| cover.caption | string | `'<text>'` |
|
||||
| cover.alt | string | `'<alt text>'` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue