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>2019-03-30 17:19:25 +0300
committerkoirand <koirand.jp@gmail.com>2019-03-30 17:19:25 +0300
commit5b5a681f5a343da12acd055297f61ab17fae0471 (patch)
treee7a70d6bf21f6724e15f758f8b24e96cdf653392 /exampleSite
parent99d1d0b77161b4edb485c9cc3653101ceea533c5 (diff)
Page header should be wrote by toml style #36
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/blog/emoji-support.md10
-rw-r--r--exampleSite/content/blog/markdown-syntax.md10
-rw-r--r--exampleSite/content/blog/math-typesetting.mmark10
-rw-r--r--exampleSite/content/blog/placeholder-text.md10
-rw-r--r--exampleSite/content/blog/rich-content.md10
5 files changed, 25 insertions, 25 deletions
diff --git a/exampleSite/content/blog/emoji-support.md b/exampleSite/content/blog/emoji-support.md
index 2d3d29c..c258c58 100644
--- a/exampleSite/content/blog/emoji-support.md
+++ b/exampleSite/content/blog/emoji-support.md
@@ -1,8 +1,8 @@
----
-title: "Emoji Support"
-date: 2019-03-05
-draft: false
----
++++
+title = "Emoji Support"
+date = "2019-03-05"
+draft = false
++++
Emoji can be enabled in a Hugo project in a number of ways.
<!--more-->
diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index 1500a78..8afce05 100644
--- a/exampleSite/content/blog/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
@@ -1,8 +1,8 @@
----
-title: "Markdown Syntax Guide"
-date: 2019-03-11
-draft: false
----
++++
+title = "Markdown Syntax Guide"
+date = "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-->
diff --git a/exampleSite/content/blog/math-typesetting.mmark b/exampleSite/content/blog/math-typesetting.mmark
index feed52a..3ad6343 100644
--- a/exampleSite/content/blog/math-typesetting.mmark
+++ b/exampleSite/content/blog/math-typesetting.mmark
@@ -1,8 +1,8 @@
----
-title: "Math Typesetting"
-date: 2019-03-08
-draft: false
----
++++
+title = "Math Typesetting"
+date = "2019-03-08"
+draft = false
++++
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
<!--more-->
diff --git a/exampleSite/content/blog/placeholder-text.md b/exampleSite/content/blog/placeholder-text.md
index b3c285a..30bb40a 100644
--- a/exampleSite/content/blog/placeholder-text.md
+++ b/exampleSite/content/blog/placeholder-text.md
@@ -1,8 +1,8 @@
----
-title: "Placeholder Text"
-date: 2019-03-09
-draft: false
----
++++
+title = "Placeholder Text"
+date = "2019-03-09"
+draft = false
++++
## 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..4b9c188 100644
--- a/exampleSite/content/blog/rich-content.md
+++ b/exampleSite/content/blog/rich-content.md
@@ -1,8 +1,8 @@
----
-title: "Rich Content"
-date: 2019-03-10
-draft: false
----
++++
+title = "Rich Content"
+date = "2019-03-10"
+draft = false
++++
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.
<!--more-->