README.md actualizado

This commit is contained in:
Jose 2025-05-29 21:19:08 -05:00
parent 55d5ea928f
commit c72b335cfe

View File

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