diff --git a/archetypes/posts.md b/archetypes/posts.md index 2d19ba8..f10a7cb 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -6,6 +6,7 @@ tags: [] # Keep description short description: "Desc Text." +summary: "Post summary" cover: image: "img url" diff --git a/content/posts/demo-example-should-never-be-published/index.md b/content/posts/demo-example-should-never-be-published/index.md index 42b0389..7314f18 100644 --- a/content/posts/demo-example-should-never-be-published/index.md +++ b/content/posts/demo-example-should-never-be-published/index.md @@ -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.