Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/posts/markdown-syntax.md')
-rw-r--r--exampleSite/content/posts/markdown-syntax.md33
1 files changed, 20 insertions, 13 deletions
diff --git a/exampleSite/content/posts/markdown-syntax.md b/exampleSite/content/posts/markdown-syntax.md
index 299b561..9398797 100644
--- a/exampleSite/content/posts/markdown-syntax.md
+++ b/exampleSite/content/posts/markdown-syntax.md
@@ -1,16 +1,23 @@
-+++
-title = "Markdown Syntax Guide"
-description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
-summary = ""
-toc = true
-authors = ["Hugo Authors"]
-tags = ["markdown", "css", "html", "themes"]
-categories = ["themes", "syntax"]
-series = ["Themes Guide"]
-date = "2019-03-11"
-lastmod = "2019-03-11"
-draft = false
-+++
+---
+title: Markdown Syntax Guide
+description: Sample article showcasing basic Markdown syntax and formatting for HTML elements.
+toc: true
+authors:
+ - Hugo Authors
+tags:
+ - markdown
+ - css
+ - html
+ - themes
+categories:
+ - themes
+ - syntax
+series:
+ - Themes Guide
+date: '2019-03-11'
+lastmod: '2019-03-11'
+draft: false
+---
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-->