aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/content/blog/markdown-syntax.md
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/blog/markdown-syntax.md')
-rw-r--r--exampleSite/content/blog/markdown-syntax.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index 4e3aa72..06990d7 100644
--- a/exampleSite/content/blog/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
@@ -1,17 +1,21 @@
+++
+author = "Hugo Authors"
title = "Markdown Syntax Guide"
-date = "2020-01-03"
+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"]
+++
-For a quick cheatsheet, check out https://simplemde.com/markdown-guide.
-
----
-
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-->