mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Add support for Twemoji * Add post on Twemoji support * Regenrate CSS files * Fix missing backtick in twemoji-support.md * Rename useTwemoji to enableTwemoji * Move Twemoji script tag into head tag * Fix markdown link sytnax in twemoji-support * Fix typo in Twemoji Support post
23 lines
794 B
Markdown
23 lines
794 B
Markdown
+++
|
|
date = "2020-05-25"
|
|
title = "Twemoji Support 🤩"
|
|
description = "The post demonstrates Twemoji support"
|
|
series = ["Theme", "Hugo"]
|
|
+++
|
|
|
|
If you want to use Twitter's [Twemoji](https://twemoji.twitter.com/) across your website, enable it in your `config.toml`
|
|
```toml
|
|
[params]
|
|
enableTwemoji = true
|
|
```
|
|
|
|
This will not only give your website unified emojis across all platforms. It will also give you [the latest Unicode 13 emoji set](https://blog.emojipedia.org/twemoji-13-0-emoji-changelog/), such as 🧋🫕🛻🪗🪞.
|
|
|
|
# Emoji size changes with text size 🤩
|
|
## Emoji size changes with text size 🤩
|
|
### Emoji size changes with text size 🤩
|
|
#### Emoji size changes with text size 🤩
|
|
##### Emoji size changes with text size 🤩
|
|
###### Emoji size changes with text size 🤩
|
|
|
|
--- |