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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-05 07:49:02 +0300
committerDillon <dillonzq@outlook.com>2020-05-05 07:49:02 +0300
commit9bb56fd87f6a525565e51657ab110d544991be2f (patch)
tree91acae527622a7930e37fc0ba04974ae48075372 /exampleSite/content
parent97c00eb0361c709a0937ceb0ef7817fd1b0f181f (diff)
chore(docs): update emoji docs
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/posts/emoji-support.en.md7
-rw-r--r--exampleSite/content/posts/emoji-support.fr.md7
-rw-r--r--exampleSite/content/posts/emoji-support.zh-cn.md7
-rw-r--r--exampleSite/content/posts/theme-documentation-content.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-content.fr.md2
5 files changed, 2 insertions, 23 deletions
diff --git a/exampleSite/content/posts/emoji-support.en.md b/exampleSite/content/posts/emoji-support.en.md
index a3ac610..c206309 100644
--- a/exampleSite/content/posts/emoji-support.en.md
+++ b/exampleSite/content/posts/emoji-support.en.md
@@ -12,7 +12,6 @@ tags: ["emoji"]
categories: ["Markdown"]
featuredImage: "/images/emoji-support/featured-image.jpg"
-twemoji: true
lightgallery: true
---
@@ -38,12 +37,6 @@ Gone camping! :tent: Be back soon.
That is so funny! :joy:
-{{< admonition tip "Enable Twemoji" >}}
-This page enables `twemoji` to make emoji look beautiful everywhere.
-
-Set `twemoji` to `true` in your [front matter](../theme-documentation-content#front-matter) or in the `params.page` part of the [site configuration](https://gohugo.io/getting-started/configuration/) to use :(far fa-grin-tongue-wink fa-fw): Twemoji.
-{{< /admonition >}}
-
The following **cheat sheet** is a useful reference for emoji shorthand codes.
## Smileys & Emotion
diff --git a/exampleSite/content/posts/emoji-support.fr.md b/exampleSite/content/posts/emoji-support.fr.md
index eb477a6..9a0c118 100644
--- a/exampleSite/content/posts/emoji-support.fr.md
+++ b/exampleSite/content/posts/emoji-support.fr.md
@@ -12,7 +12,6 @@ tags: ["emoji"]
categories: ["Markdown"]
featuredImage: "/images/emoji-support/featured-image.jpg"
-twemoji: true
lightgallery: true
---
@@ -43,12 +42,6 @@ Gone camping! :tent: Be back soon.
That is so funny! :joy:
-{{< admonition tip "Enable Twemoji" >}}
-This page enables `twemoji` to make emoji look beautiful everywhere.
-
-Set `twemoji` to `true` in your [front matter](../theme-documentation-content#front-matter) or in the `params.page` part of the [site configuration](https://gohugo.io/getting-started/configuration/) to use :(far fa-grin-tongue-wink fa-fw): Twemoji.
-{{< /admonition >}}
-
The following **cheat sheet** is a useful reference for emoji shorthand codes.
## Smileys & Emotion
diff --git a/exampleSite/content/posts/emoji-support.zh-cn.md b/exampleSite/content/posts/emoji-support.zh-cn.md
index 8e56a78..0440983 100644
--- a/exampleSite/content/posts/emoji-support.zh-cn.md
+++ b/exampleSite/content/posts/emoji-support.zh-cn.md
@@ -12,7 +12,6 @@ tags: ["emoji"]
categories: ["Markdown"]
featuredImage: "/images/emoji-support/featured-image.jpg"
-twemoji: true
lightgallery: true
---
@@ -39,12 +38,6 @@ Emoji 可以通过多种方式在 Hugo 项目中启用.
真开心! :joy:
-{{< admonition tip "使用 Twemoji" >}}
-这个页面使用了 `twemoji` 来使 emoji 具有一致的美观性.
-
-请在文章的[前置参数](../theme-documentation-content#front-matter) 或 [网站配置](../theme-documentation-basics#site-configuration) 的 `params.page` 部分中将 `twemoji` 设置为 `true` 来使用 :(far fa-grin-tongue-wink fa-fw): Twemoji.
-{{< /admonition >}}
-
以下**符号清单**是 emoji 代码的非常有用的参考.
## 表情与情感
diff --git a/exampleSite/content/posts/theme-documentation-content.en.md b/exampleSite/content/posts/theme-documentation-content.en.md
index 651279c..54817dc 100644
--- a/exampleSite/content/posts/theme-documentation-content.en.md
+++ b/exampleSite/content/posts/theme-documentation-content.en.md
@@ -211,7 +211,7 @@ $$ c = \pm\sqrt{a^2 + b^2} $$
#### Inline Formula
-The default block delimiters are `$`/`$` and `\\(`/`\\)`:
+The default inline delimiters are `$`/`$` and `\\(`/`\\)`:
```markdown
$ c = \pm\sqrt{a^2 + b^2} $ and \\( f(x)=\int_{-\infty}^{\infty} \hat{f}(\xi) e^{2 \pi i \xi x} d \xi \\)
diff --git a/exampleSite/content/posts/theme-documentation-content.fr.md b/exampleSite/content/posts/theme-documentation-content.fr.md
index 11f5687..da11461 100644
--- a/exampleSite/content/posts/theme-documentation-content.fr.md
+++ b/exampleSite/content/posts/theme-documentation-content.fr.md
@@ -216,7 +216,7 @@ $$ c = \pm\sqrt{a^2 + b^2} $$
#### Inline Formula
-The default block delimiters are `$`/`$` and `\\(`/`\\)`:
+The default inline delimiters are `$`/`$` and `\\(`/`\\)`:
```markdown
$ c = \pm\sqrt{a^2 + b^2} $ and \\( f(x)=\int_{-\infty}^{\infty} \hat{f}(\xi) e^{2 \pi i \xi x} d \xi \\)