From eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 16 Apr 2020 15:34:39 +0800 Subject: i18n support --- exampleSite/content/post/emoji-support.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'exampleSite/content/post/emoji-support.md') diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md index 22d5344..9b43a3e 100644 --- a/exampleSite/content/post/emoji-support.md +++ b/exampleSite/content/post/emoji-support.md @@ -7,15 +7,15 @@ tags = [ ] +++ -Emoji can be enabled in a Hugo project in a number of ways. - -The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). +Emoji can be enabled in a Hugo project in a number of ways. + +The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). To enable emoji globally, set `enableEmoji` to `true` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g. +```:s ee_no_evil:[Remove the space]``` :see_no_evil: ```:h ear_no_evil:[Remove the space]``` :hear_no_evil: ```:s peak_no_evil:[Remove the space]``` :speak_no_evil: -

πŸ™ˆ :see_no_evil: πŸ™‰ :hear_no_evil: πŸ™Š :speak_no_evil:

-
+ The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. -- cgit v1.2.3