add forgejo logo #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "forgejo-logo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to generate the png logo images, the following commands were used:
In order to generate the png logo images, the following commands were used: cd assets/forgejo LOGO_NAME=logo-250px.png nix run nixpkgs#librsvg -- -w 250 -h 250 logo.svg -o $LOGO_NAME nix run nixpkgs#pngquant -- $LOGO_NAME --output $LOGO_NAME --force