Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
468d682085 | ||
|
|
615928453d |
1 changed files with 5 additions and 0 deletions
|
|
@ -119,6 +119,11 @@ in
|
|||
mkdir -p $out/public/assets/css
|
||||
cp ${../forge-theme/theme-catppuccin-vibec0re.css} \
|
||||
$out/public/assets/css/theme-catppuccin-vibec0re.css
|
||||
# Replace the default Forgejo logo + favicon with the hyperhive
|
||||
# mark. Files in public/assets/img/ are served before built-ins.
|
||||
mkdir -p $out/public/assets/img
|
||||
cp ${../../branding/hyperhive.svg} $out/public/assets/img/logo.svg
|
||||
cp ${../../branding/hyperhive.svg} $out/public/assets/img/favicon.svg
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue