Clone
Contents
Table of Contents
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)