Git init
This commit is contained in:
commit
210c0f0191
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# ✨ Gitea Customization Project
|
||||||
|
|
||||||
|
This repository contains personal customizations for a self-hosted [Gitea](https://www.jtea.lat/) instance.
|
||||||
|
It includes language overrides, UI template changes, and configuration adjustments — all version-controlled and isolated from the Gitea core.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📁 Project Structure
|
||||||
|
|
||||||
|
```text
|
||||||
|
gitea-custom/
|
||||||
|
├── custom/
|
||||||
|
│ ├── options/
|
||||||
|
│ │ └── locale/
|
||||||
|
│ │ └── locale_es-ES.ini # Custom templates
|
||||||
|
├── etc/
|
||||||
|
│ └── gitea/
|
||||||
|
│ └── app.ini # Configuration file
|
||||||
|
└── README.md
|
||||||
|
```
|
1
options/locale/locale_es-ES.ini
Normal file
1
options/locale/locale_es-ES.ini
Normal file
@ -0,0 +1 @@
|
|||||||
|
locale_es-ES.ini
|
Loading…
x
Reference in New Issue
Block a user