added Readme and screenshots

This commit is contained in:
KosM 2019-08-09 21:14:13 +03:00
parent 4e9053f00c
commit 1ac9cd2021
7 changed files with 31 additions and 0 deletions

31
README.md Normal file
View file

@ -0,0 +1,31 @@
# Welcome to GogsThemes!
This repo contains styles/themes for well known self hosted git service [Gogs](https://gogs.io/).
If you find something not displayed good , feel free to contribute
to make it together even better!!
## Steps to activate a theme:
*$GOGS_ROOT = your gogs root install location*
- ````cd $GOGS_ROOT````
- ```git clone https://github.com/Kos-M/GogsThemes.git```
- ````cat ./GogsThemes/inject/head.tmpl >> templates/inject/head.tmpl ````
- ```mv ./GogsThemes/img/bg.jpg ./GogsThemes/img/wool.png public/img```
- ```mv ./GogsThemes/themes/dark_theme.css public/css/themes```
- ```rm -r ./GogsThemes```
## Screens
![intro]( ) ![signup]( )
![home]( ) ![repo]( )
![file]( )
### To disable a theme:
Just open ```$GOGS_ROOT/templates/inject/head.tmpl``` and delete
the line contains : ``` <link rel="stylesheet" href="/css/themes/dark_theme.css">```

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
img/screenShots/file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

BIN
img/screenShots/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

BIN
img/screenShots/intro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 KiB

BIN
img/screenShots/repo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 KiB

BIN
img/screenShots/signup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 KiB