README update
This commit is contained in:
parent
07a7a7ca16
commit
d13ab6f49d
1 changed files with 21 additions and 7 deletions
24
README.md
24
README.md
|
@ -8,14 +8,31 @@ If you find something not displayed good , feel free to contribute
|
||||||
*$GOGS_ROOT = your gogs root install location*
|
*$GOGS_ROOT = your gogs root install location*
|
||||||
|
|
||||||
|
|
||||||
|
## Velvet
|
||||||
- ````cd $GOGS_ROOT````
|
- ````cd $GOGS_ROOT````
|
||||||
- ```git clone https://github.com/Kos-M/GogsThemes.git```
|
- ```git clone https://github.com/Kos-M/GogsThemes.git```
|
||||||
- ````cat ./GogsThemes/inject/head.tmpl >> templates/inject/head.tmpl ````
|
- ````cat '<link rel="stylesheet" href="/css/themes/velvet.css">' >> templates/inject/head.tmpl````
|
||||||
|
- ```mv ./GogsThemes/themes/velvet.css public/css/themes```
|
||||||
|
- ```rm -r ./GogsThemes```
|
||||||
|
|
||||||
|
## Dark
|
||||||
|
- ````cd $GOGS_ROOT````
|
||||||
|
- ```git clone https://github.com/Kos-M/GogsThemes.git```
|
||||||
|
- ````cat '<link rel="stylesheet" href="/css/themes/dark_theme.css">' >> templates/inject/head.tmpl````
|
||||||
- ```mv ./GogsThemes/img/grad1.png public/img```
|
- ```mv ./GogsThemes/img/grad1.png public/img```
|
||||||
- ```mv ./GogsThemes/themes/dark_theme.css public/css/themes```
|
- ```mv ./GogsThemes/themes/dark_theme.css public/css/themes```
|
||||||
- ```rm -r ./GogsThemes```
|
- ```rm -r ./GogsThemes```
|
||||||
|
|
||||||
## Screens
|
## ScreensShots
|
||||||
|
|
||||||
|
## Velvet
|
||||||
|
|
||||||
|
![intro](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/intro.png) ![signup](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/signup.png)
|
||||||
|
![home](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/home.png) ![repo](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/repo.png)
|
||||||
|
![file](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/file.png)
|
||||||
|
|
||||||
|
## Dark
|
||||||
|
|
||||||
![intro](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/intro.png) ![signup](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/signup.png)
|
![intro](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/intro.png) ![signup](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/signup.png)
|
||||||
![home](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/home.png) ![repo](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/repo.png)
|
![home](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/home.png) ![repo](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/repo.png)
|
||||||
![file](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/file.png)
|
![file](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/file.png)
|
||||||
|
@ -29,6 +46,3 @@ In some low end mobile devices found it enough stressful to render quickly , i
|
||||||
### To disable a theme:
|
### To disable a theme:
|
||||||
Just open ```$GOGS_ROOT/templates/inject/head.tmpl``` and delete
|
Just open ```$GOGS_ROOT/templates/inject/head.tmpl``` and delete
|
||||||
the line contains : ``` <link rel="stylesheet" href="/css/themes/dark_theme.css">```
|
the line contains : ``` <link rel="stylesheet" href="/css/themes/dark_theme.css">```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue