remake , using sass
This commit is contained in:
65
README.md
65
README.md
@ -1,31 +1,34 @@
|
||||
# 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
|
||||
 
|
||||
 
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
### 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">```
|
||||
|
||||
|
||||
|
||||
# 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/grad1.png public/img```
|
||||
- ```mv ./GogsThemes/themes/dark_theme.css public/css/themes```
|
||||
- ```rm -r ./GogsThemes```
|
||||
|
||||
## Screens
|
||||
 
|
||||
 
|
||||

|
||||
|
||||
|
||||
## Bg Gradient
|
||||
|
||||
Main background was original generated with simple css rules from [GradientMagic](https://www.gradientmagic.com)
|
||||
In some low end mobile devices found it enough stressful to render quickly , i generated css to png from [HtmlCssToImage](https://htmlcsstoimage.com/)
|
||||
|
||||
### 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">```
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user