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
```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
```