Files
hinode/content/en/blog/emoji-support.md
2022-04-09 07:35:43 +02:00

1.2 KiB

author, title, date, description, tags, thumbnail, credits
author title date description tags thumbnail credits
Hugo Authors Emoji Support 2021-07-15 Guide to emoji usage in Hugo
emoji
img/dunes.jpg Photo by <a href="https://unsplash.com/@timdegroot">Tim de Groot</a> on <a href="https://unsplash.com/photos/yNGQ830uFB4">Unsplash</a>

Emoji can be enabled in a Hugo project in a number of ways.

The emojify function can be called directly in templates or Inline Shortcodes.

To enable emoji globally, set enableEmoji to true in your site's configuration and then you can type emoji shorthand codes directly in content files; e.g.

🙈 :see_no_evil: 🙉 :hear_no_evil: 🙊 :speak_no_evil:


The Emoji cheat sheet is a useful reference for emoji shorthand codes.