mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-23 03:06:54 -04:00
Update documentation of cover images (#53)
This commit is contained in:
parent
874528deaf
commit
9c5abbe7fa
2 changed files with 23 additions and 2 deletions
|
@ -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
|
||||
|
@ -209,4 +225,4 @@ Displays a Scroll-to-Top button in right-bottom corner
|
|||
|
||||
#### RSS feeds
|
||||
|
||||
#### Multilingual Support
|
||||
#### Multilingual Support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue