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.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-->