You can set the custom emoji icons in your params.toml file.
| 1
2
3
4
5
6
7
8
9
 | ...
writtenTimeIcon = "π
"
modifiedTimeIcon = "π"
readingTimeIcon = "β"
authorIcon = "βοΈ"
pagePvIcon = "π"
tagIcon = "π·οΈ"
publicationIcon = "π"
typeIcon = "π―"
 |