aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/blog/markdown-syntax.md
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-10 18:27:36 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-10 18:27:36 -0300
commit8f8169ac5b16598fe43d160737f95fe81c29a6c1 (patch)
treeac14b8b54273696176f74d1adba7fe2cb37354cc /exampleSite/content/blog/markdown-syntax.md
parent70e60e7605b8b86d7ca607f8144f7d1d4b98ba89 (diff)
downloadhugo-bearcub-8f8169ac5b16598fe43d160737f95fe81c29a6c1.tar.gz
hugo-bearcub-8f8169ac5b16598fe43d160737f95fe81c29a6c1.tar.bz2
More default posts
Diffstat (limited to 'exampleSite/content/blog/markdown-syntax.md')
-rw-r--r--exampleSite/content/blog/markdown-syntax.md27
1 files changed, 17 insertions, 10 deletions
diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index c16ae67..06990d7 100644
--- a/exampleSite/content/blog/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
@@ -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-->