More default posts

This commit is contained in:
C. Lente 2023-02-10 18:27:36 -03:00
parent 70e60e7605
commit 8f8169ac5b
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
9 changed files with 201 additions and 169 deletions

View file

@ -1,13 +1,20 @@
---
title: "Markdown Syntax Guide"
date: "2020-01-03"
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags: ["markdown", "syntax"]
---
For a quick cheatsheet, check out https://simplemde.com/markdown-guide.
---
+++
author = "Hugo Authors"
title = "Markdown Syntax Guide"
date = "2019-03-11"
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags = [
"markdown",
"css",
"html",
]
categories = [
"themes",
"syntax",
]
series = ["Themes Guide"]
aliases = ["migrate-from-jekyl"]
+++
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
<!--more-->