feat: add optional cover image

This commit is contained in:
st1020 2023-12-04 19:33:22 +08:00
parent 9c8ad9fd2d
commit c900940ca2
7 changed files with 97 additions and 56 deletions

View file

@ -6,6 +6,7 @@ description = "Sample article showcasing basic Markdown syntax and formatting fo
tags = ["markdown", "css", "html"]
[extra]
mermaid = true
cover_image = "images/markdown-content.png"
+++
This article offers a sample of basic Markdown syntax that can be used in Zola content files, also it shows whether basic HTML elements are decorated with CSS in a Zola theme.