Add preview picture and README.md

Add preview picture and README.md
This commit is contained in:
孟繁阳 2020-02-08 19:09:24 +08:00
parent 5f181ae439
commit 88b12539af
10 changed files with 42 additions and 0 deletions

42
README.md Normal file
View File

@ -0,0 +1,42 @@
# Gitea Matrix Template - Make your Gitea cooler
## Previews:
![preview 1](preview\homepage.png "Preview")
![preview 2](preview\explore.png "Preview")
![preview 3](preview\login.png "Preview")
![preview 4](preview\signedhomepage.png "Preview")
![preview 5](preview\repopage.png "Preview")
![preview 6](preview\markdowneditor.png "Preview")
![preview 7](preview\profilepage.png "Preview")
![preview 8](preview\settingpage.png "Preview")
## For Gitea Version ***1.11.0-rc2***
## How to use:
1. Find your gitea custom directory path in ***Site Administration > Configuration > Custom File Root Path***.
2. Create directories: ***templates*** and ***public/css*** within the directory, if it does not already exist. But please empty any previous files as they may create a conflict or unexpected behaviour.
3. Clone then Copy/Move files from this repo into the custom directory location.
4. Add folowing lines to your gitea config:
```ini
[ui]
THEMES = gitea,arc-green,matrix
DEFAULT_THEME = matrix
```
5. Restart your Gitea Service and you are ready to go.
### Welcome to the matrix!
### Special Notes:
- A user can still change the theme settings.

BIN
preview/explore.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
preview/file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
preview/homepage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 KiB

BIN
preview/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
preview/markdowneditor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
preview/profilepage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

BIN
preview/repopage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 KiB

BIN
preview/settingpage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
preview/signedhomepage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB