1
branding
Jonathan Miller edited this page 2026-06-27 00:38:01 +00:00

Branding

Custom branding and visual identity for the MokoGitea instance.

Custom Templates

Custom templates are stored in {data}/custom/templates/ and survive image upgrades. Key customization points:

  • Logo: {data}/custom/public/assets/img/logo.svg
  • Favicon: {data}/custom/public/assets/img/favicon.svg
  • Footer: {data}/custom/templates/custom/footer.tmpl
  • Header: {data}/custom/templates/custom/header.tmpl
  • Homepage: {data}/custom/templates/custom/body_outer_pre.tmpl

Configuration

Branding settings in app.ini:

[ui]
DEFAULT_THEME = gitea-dark

[ui.meta]
AUTHOR = Moko Consulting
DESCRIPTION = MokoGitea - Self-hosted Git service

Authored by Jonathan Miller (@jmiller)