···1#!/usr/bin/env fish
23# This can be used to generate the correct `CUSTOM_EMOJIS = …` config flag based on a directory. it supports sub-directories too.
4-# Once generated and pasted
056function help
7 printf %s\n "just run forgejo_emotes.fish <path to emoji>"
···1#!/usr/bin/env fish
23# This can be used to generate the correct `CUSTOM_EMOJIS = …` config flag based on a directory. it supports sub-directories too.
4+# Once generated and pasted, paste your emoji to $CUSTOM_PATH/public/assets/img/emoji/*.png
5+# By default this is /var/lib/forgejo/custom/public/assets/img/emoji
67function help
8 printf %s\n "just run forgejo_emotes.fish <path to emoji>"