mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Update documentation of cover images (#53)
This commit is contained in:
parent
874528deaf
commit
9c5abbe7fa
@ -126,6 +126,22 @@ cover:
|
||||
caption: '<text>'
|
||||
```
|
||||
|
||||
When you include images in the [Page Bundle](https://gohugo.io/content-management/page-bundles/), multiple sizes of the image will automatically be provided using the HTML5 `srcset` field.
|
||||
|
||||
To reduce generation time and size of the site, you can disable this feature using
|
||||
```yml
|
||||
params:
|
||||
cover:
|
||||
responsiveImages: false
|
||||
```
|
||||
|
||||
To enable hyperlinks to the full image size on post pages, use
|
||||
```yml
|
||||
params:
|
||||
cover:
|
||||
linkFullImages: true
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Share Buttons on post
|
||||
|
@ -17,6 +17,8 @@ Below are variables used with this theme...
|
||||
| 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
|
||||
|
||||
@ -25,3 +27,6 @@ Below are variables used with this theme...
|
||||
| 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…
Reference in New Issue
Block a user