diff --git a/README.md b/README.md new file mode 100644 index 0000000..08dc8f3 --- /dev/null +++ b/README.md @@ -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 : ``` ``` + + + diff --git a/img/bg.jpg.jpg b/img/bg.jpg similarity index 100% rename from img/bg.jpg.jpg rename to img/bg.jpg diff --git a/img/screenShots/file.png b/img/screenShots/file.png new file mode 100644 index 0000000..8ce28b0 Binary files /dev/null and b/img/screenShots/file.png differ diff --git a/img/screenShots/home.png b/img/screenShots/home.png new file mode 100644 index 0000000..dc25bf8 Binary files /dev/null and b/img/screenShots/home.png differ diff --git a/img/screenShots/intro.png b/img/screenShots/intro.png new file mode 100644 index 0000000..0885d6d Binary files /dev/null and b/img/screenShots/intro.png differ diff --git a/img/screenShots/repo.png b/img/screenShots/repo.png new file mode 100644 index 0000000..40fd9ba Binary files /dev/null and b/img/screenShots/repo.png differ diff --git a/img/screenShots/signup.png b/img/screenShots/signup.png new file mode 100644 index 0000000..41dd75d Binary files /dev/null and b/img/screenShots/signup.png differ