First commit

This commit is contained in:
Track3
2018-10-23 13:15:50 +08:00
commit 44dbcd6f34
48 changed files with 3535 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
title: "Post With Featured Image"
date: 2018-10-01T16:15:09+08:00
draft: false
featuredImg: "https://picsum.photos/1024/768/?random"
tags:
- Demo
- Image
---
Just define the image URL in the contents front matter, the featured image will be displayed as the background.
For example:
```yaml
featuredImg: "https://picsum.photos/1024/768/?random"
```