From fc1b60fe6cf602c0c5be2ccd0035ce4afaff4b6c Mon Sep 17 00:00:00 2001 From: koirand Date: Sat, 18 Jan 2020 11:27:26 -1000 Subject: [PATCH] Update example posts --- exampleSite/config.toml | 2 +- exampleSite/content/blog/emoji-support.md | 1 + exampleSite/content/blog/markdown-syntax.md | 6 ++++++ exampleSite/content/blog/placeholder-text.md | 1 + exampleSite/content/blog/rich-content.md | 4 ++++ 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 91d8c49..418881a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,7 +8,7 @@ hasCJKLanguage = true # googleAnalytics = "{your tracking code}" [taxonomies] - tags = "tags" + tags = "tags" [params] author = "Your Name" diff --git a/exampleSite/content/blog/emoji-support.md b/exampleSite/content/blog/emoji-support.md index 2d3d29c..226169a 100644 --- a/exampleSite/content/blog/emoji-support.md +++ b/exampleSite/content/blog/emoji-support.md @@ -2,6 +2,7 @@ title: "Emoji Support" date: 2019-03-05 draft: false +tags: [ "emoji" ] --- Emoji can be enabled in a Hugo project in a number of ways. diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md index 1500a78..eba6e91 100644 --- a/exampleSite/content/blog/markdown-syntax.md +++ b/exampleSite/content/blog/markdown-syntax.md @@ -2,6 +2,12 @@ title: "Markdown Syntax Guide" date: 2019-03-11 draft: false +tags: [ + "markdown", + "css", + "html", + "themes", +] --- 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. diff --git a/exampleSite/content/blog/placeholder-text.md b/exampleSite/content/blog/placeholder-text.md index b3c285a..067686d 100644 --- a/exampleSite/content/blog/placeholder-text.md +++ b/exampleSite/content/blog/placeholder-text.md @@ -2,6 +2,7 @@ title: "Placeholder Text" date: 2019-03-09 draft: false +tags: [ "markdown", "text", ] --- ## Mole et vultus populifer quaque primoque non diff --git a/exampleSite/content/blog/rich-content.md b/exampleSite/content/blog/rich-content.md index f3e4c80..5fc8d4e 100644 --- a/exampleSite/content/blog/rich-content.md +++ b/exampleSite/content/blog/rich-content.md @@ -2,6 +2,10 @@ title: "Rich Content" date: 2019-03-10 draft: false +tags: [ + "shortcodes", + "privacy", +] --- Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.