mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 23:38:03 +01:00
Update demo post
This commit is contained in:
parent
d40843f4be
commit
c580730b8c
2 changed files with 11 additions and 1 deletions
|
@ -6,6 +6,7 @@ tags: []
|
||||||
|
|
||||||
# Keep description short
|
# Keep description short
|
||||||
description: "Desc Text."
|
description: "Desc Text."
|
||||||
|
summary: "Post summary"
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
image: "img url"
|
image: "img url"
|
||||||
|
|
|
@ -1,10 +1,19 @@
|
||||||
---
|
---
|
||||||
title: "Demo post"
|
title: "Demo post"
|
||||||
tags: []
|
tags: [some tag, another tag]
|
||||||
date: 2021-01-03T18:08:52.170212+00:00
|
date: 2021-01-03T18:08:52.170212+00:00
|
||||||
aliases: ["/example-should-never-be-published"]
|
aliases: ["/example-should-never-be-published"]
|
||||||
draft: true
|
draft: true
|
||||||
showtoc: true
|
showtoc: true
|
||||||
|
description: This is a demo post
|
||||||
|
summary: Post summary
|
||||||
|
weight: 1
|
||||||
|
cover:
|
||||||
|
image: "32.png"
|
||||||
|
alt: "Docker logo"
|
||||||
|
caption: "This is a demo post"
|
||||||
|
relative: true
|
||||||
|
hidden: false
|
||||||
---
|
---
|
||||||
This is a paragraph and should look like it. It is probably left align, not justified. After all, we're on the web not in a book.
|
This is a paragraph and should look like it. It is probably left align, not justified. After all, we're on the web not in a book.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue