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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2020-01-19 00:27:26 +0300
committerkoirand <koirand.jp@gmail.com>2020-01-19 00:27:26 +0300
commitfc1b60fe6cf602c0c5be2ccd0035ce4afaff4b6c (patch)
tree9c2b251b6ad71ddb947d11d6be30dbea34c9bdbc /exampleSite
parent16d05fc1f416143ff990e2541511244db0fa8580 (diff)
Update example posts
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/blog/emoji-support.md1
-rw-r--r--exampleSite/content/blog/markdown-syntax.md6
-rw-r--r--exampleSite/content/blog/placeholder-text.md1
-rw-r--r--exampleSite/content/blog/rich-content.md4
5 files changed, 13 insertions, 1 deletions
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.