update ReadMe

This commit is contained in:
6543 2020-02-04 08:18:31 +01:00
parent e6d04738a5
commit 2b43f73d6a
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
3 changed files with 13 additions and 13 deletions

View File

@ -1,23 +1,23 @@
# Gitea Matrix Template- Turn your gitea arc-green template into the matrix
## Previews:
![preview 1](images/matrix-preview.png "Logo Title Text 1")
![preview 1](matrix-preview.png "Preview")
![preview 2](images/matrix-preview-2.png "Logo Title Text 1")
![preview 2](matrix-preview-2.png "Preview")
## For Gitea Version ***1.10.3***
## How to use:
1. Find your gitea custom directory path in ***Site Administration > Configuration > Custom File Root Path***.
2. Create a new directory in your custom root path called ***templates***.
3. Create another directory and it's child in your custom root path called ***public/css***.
4. Clone this repo on your gitea server and move all the files except gitea-matrix-theme.css to the templates directory in your custom root path that you created in step 2.
5. Move the gitea-matrix-theme.css into the public/css/ folder you created in step 3.
6. Set the ***arc-green*** built-in gitea theme active under ***Settings*** or set is as the default theme by finding your ***Site Administration > Configuration > Configuration File Path*** usually ***/.../gitea/app.ini***. Edit it to add this code to the last part of the file and save it:
`[ui]`
`DEFAULT_THEME = arc-green`
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!
8. A user can still change the theme he likes in his settings avterwards

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 505 KiB

After

Width:  |  Height:  |  Size: 505 KiB