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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier DOSSMANN <git@dossmann.net>2020-07-22 22:03:21 +0300
committerOlivier DOSSMANN <git@dossmann.net>2020-07-22 22:03:21 +0300
commit833afe6cfde2d6c574645fc10876432dd12ed96c (patch)
tree3a2378d355438aeab24a41e7782a773273c54476
parent4e014f1d44ca45172f7f3fbd9c8cbc4c7e6a6ab0 (diff)
Fix #8 - Activate Emojis in config.toml files
* Enables Emoji in config.toml.example. * Enables Emoji in exampleSite/config.toml
-rw-r--r--README.md2
-rw-r--r--config.toml.example2
-rw-r--r--exampleSite/config.toml2
3 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b9e2ae..8adf786 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Check [Hugo Installation Guide](https://gohugo.io/getting-started/installing/) f
## Configuration
-It's hardly recommended to check the `config.toml.example` file. Especially to configure the table of content via `[markup]` section, the name of each menu and some other example.
+It's hardly recommended to check the `config.toml.example` file. Especially to configure the table of content via `[markup]` section, the name of each menu, enable Emoji, etc.
### Table of content
diff --git a/config.toml.example b/config.toml.example
index be710a0..574586b 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -1,6 +1,8 @@
baseURL = "https://example.org"
theme = "hugo_theme_adam_eve"
DefaultContentLanguage = "en"
+# Enable Emoji, regarding https://www.webfx.com/tools/emoji-cheat-sheet/
+enableEmoji = true
[Languages]
[Languages.fr]
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 373abb7..9b85f59 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,8 @@
baseURL = "https://example.org"
theme = "hugo_theme_adam_eve"
DefaultContentLanguage = "en"
+# Enable Emoji, regarding https://www.webfx.com/tools/emoji-cheat-sheet/
+enableEmoji = true
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
[Languages]