diff --git a/README.md b/README.md index 447e083..14ab031 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ It includes language overrides, UI template changes, and configuration adjustmen ## 📁 Project Structure ```text -gitea-custom/ -├── custom/ -│ ├── options/ -│ │ └── locale/ -│ │ └── locale_es-ES.ini # Custom templates -├── etc/ -│ └── gitea/ -│ └── app.ini # Configuration file -└── README.md +├── options +│   └── locale +│   └── locale_es-ES.ini +├── README.md +└── templates + ├── base + │   ├── footer_content.tmpl + │   └── head_navbar.tmpl + └── home.tmpl ```