Switch themes to minimo

This commit is contained in:
Dave Gallant
2021-09-06 11:55:05 -04:00
parent 75f9797c91
commit 4ff7aec7c1
302 changed files with 17841 additions and 607 deletions

View File

@@ -0,0 +1,40 @@
---
date: 2017-09-30T14:00:00+06:00
lastmod: 2018-06-04T23:00:00+06:00
title: Cover Image
authors: ["muniftanjim"]
categories:
- features
slug: cover-image
cover:
image: /images/eden-farm-children-s-village.jpg
caption: Eden Farm Children's Village by [Gareth Harper](https://unsplash.com/photos/yACpBcInUos?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
style: full
---
You can add cover image to your contents with the **`cover`** paramameter in the content's front-matter.
You can directly provide the image url:
```yaml
---
cover: /images/eden-farm-children-s-village.jpg
---
```
- `cover` [`String`]: path/url of the cover image
Or you can provide additional information:
```yaml
---
cover:
image: /images/eden-farm-children-s-village.jpg
alternate: Picture of a yellow wall with a blue window in the upper-left corner
caption: Eden Farm Children's Village by Gareth Harper on Unsplash
style: full
---
```
- `cover` [`Map`]:
- `image` [`String`]: path/url of the cover image
- `alternate` [`String`]: alternate text for the image
- `caption` [`String`]: caption for the cover image
- `style` [`String`]: `full` / `wide` / `normal`