mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	Update documentation of cover images (#53)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
| @@ -24,4 +26,7 @@ Below are variables used with this theme... | ||||
| | - | - | - | | ||||
| | showtoc | boolean | true \| false | | ||||
| | tocopen | boolean | true \| false | | ||||
| | hidemeta | boolean | true \| false | | ||||
| | hidemeta | boolean | true \| false | | ||||
| | cover.image | string | `'featured.jpg'` | | ||||
| | cover.caption | string | `'<text>'` | | ||||
| | cover.alt | string | `'<alt text>'` | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Niek Blankers
					Niek Blankers