From 50fe5d104555a4b64e2e0aade41f2d510a88063f Mon Sep 17 00:00:00 2001 From: Track3 Date: Sat, 1 Dec 2018 13:24:28 +0800 Subject: Add shorthand emoji support by default * Add enableEmoji option in example config.toml * Update the demo content * Closes #7 --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7ba5c78..683622a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -8,6 +8,7 @@ pygmentsUseClasses = true hasCJKLanguage = true # If there're Chinese/Japanese/Korean Languages in the content, enable this. rssLimit = 10 # Maximum number of items in the RSS feed. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template. +enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/functions/emojify/ # googleAnalytics = "UA-123-45" # disqusShortname = "yourdiscussshortname" -- cgit v1.2.3