2020-02-03 21:11:18 +00:00
|
|
|
# Gitea Matrix Template- Turn your gitea arc-green template into the matrix
|
|
|
|
## Previews:
|
|
|
|
|
2020-02-04 07:18:31 +00:00
|
|
|
![preview 1](matrix-preview.png "Preview")
|
2020-02-03 21:11:18 +00:00
|
|
|
|
2020-02-04 07:18:31 +00:00
|
|
|
![preview 2](matrix-preview-2.png "Preview")
|
2020-02-03 21:11:18 +00:00
|
|
|
|
2020-02-03 21:19:18 +00:00
|
|
|
## For Gitea Version ***1.10.3***
|
2020-02-03 21:11:18 +00:00
|
|
|
|
|
|
|
## How to use:
|
|
|
|
1. Find your gitea custom directory path in ***Site Administration > Configuration > Custom File Root Path***.
|
2020-02-04 07:18:31 +00:00
|
|
|
2. Create directorys ***templates*** and ***public/css*** if not exist.
|
|
|
|
3. Copy/Move files from this repo in there counterpart locations.
|
|
|
|
4. Add folowing lines to your gitea config:
|
|
|
|
```ini
|
|
|
|
[ui]
|
|
|
|
THEMES = gitea,arc-green,matrix
|
|
|
|
DEFAULT_THEME = matrix
|
|
|
|
```
|
|
|
|
7. Restart your Gitea Service and you are ready to go.
|
|
|
|
### Welcome to the matrix!
|
2020-02-03 21:11:18 +00:00
|
|
|
|
2020-02-04 07:18:31 +00:00
|
|
|
8. A user can still change the theme he likes in his settings avterwards
|