aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:05:10 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 17:05:10 -0300
commit4b84339a4f58fec235845e4d1e56cd4667879526 (patch)
treef38873dc29bba52678f03a7008353f43f90f5032 /exampleSite
parent1c249d7b3f96c4b577a6474376bb756c48e4797d (diff)
downloadhugo-bearcub-4b84339a4f58fec235845e4d1e56cd4667879526.tar.gz
hugo-bearcub-4b84339a4f58fec235845e4d1e56cd4667879526.tar.bz2
YAML header on posts
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content.pt/blog/markdown-syntax.md15
-rw-r--r--exampleSite/content/blog/markdown-syntax.md15
2 files changed, 12 insertions, 18 deletions
diff --git a/exampleSite/content.pt/blog/markdown-syntax.md b/exampleSite/content.pt/blog/markdown-syntax.md
index 4158548..59d8dd5 100644
--- a/exampleSite/content.pt/blog/markdown-syntax.md
+++ b/exampleSite/content.pt/blog/markdown-syntax.md
@@ -1,12 +1,9 @@
-+++
-title = "Guia da sintaxe markdown"
-date = "2020-01-03"
-description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
-tags = [
- "markdown",
- "syntax",
-]
-+++
+---
+title: "Guia da sintaxe markdown"
+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.
diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index 4e3aa72..c16ae67 100644
--- a/exampleSite/content/blog/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
@@ -1,12 +1,9 @@
-+++
-title = "Markdown Syntax Guide"
-date = "2020-01-03"
-description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
-tags = [
- "markdown",
- "syntax",
-]
-+++
+---
+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.