mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +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
|
||||
description: "Desc Text."
|
||||
summary: "Post summary"
|
||||
|
||||
cover:
|
||||
image: "img url"
|
||||
|
|
|
@ -1,10 +1,19 @@
|
|||
---
|
||||
title: "Demo post"
|
||||
tags: []
|
||||
tags: [some tag, another tag]
|
||||
date: 2021-01-03T18:08:52.170212+00:00
|
||||
aliases: ["/example-should-never-be-published"]
|
||||
draft: 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue