2020-09-24 08:24:04 +02:00
|
|
|
---
|
|
|
|
title: "Papermod - Variables"
|
|
|
|
date: 2020-09-24T11:33:33+05:30
|
|
|
|
showToc: true
|
|
|
|
TocOpen: true
|
2020-10-27 14:16:08 +01:00
|
|
|
tags: ["PaperMod"]
|
2020-09-24 08:24:04 +02:00
|
|
|
author: "Aditya Telange"
|
|
|
|
draft: true
|
|
|
|
---
|
|
|
|
|
|
|
|
## Variables in PaperMod
|
2020-10-27 14:16:08 +01:00
|
|
|
|
2020-09-24 08:24:04 +02:00
|
|
|
Below are variables used with this theme...
|
|
|
|
|
|
|
|
### Site Variables
|
2020-10-27 14:16:08 +01:00
|
|
|
|
|
|
|
| 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 |
|
2020-09-24 08:24:04 +02:00
|
|
|
|
|
|
|
### Page Variables
|
|
|
|
|
2020-10-27 14:16:08 +01:00
|
|
|
| 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>'` |
|