https://github.com/janinawibker/gogs-reskin
The web interface of the gogs git server isn't particularly mobile friendly, this fixes this somewhat and also improves the overall design a bit
https://github.com/janinawibker/gogs-reskin
gitserver gogs-theme
Last synced: 5 months ago
JSON representation
The web interface of the gogs git server isn't particularly mobile friendly, this fixes this somewhat and also improves the overall design a bit
- Host: GitHub
- URL: https://github.com/janinawibker/gogs-reskin
- Owner: JaninaWibker
- Created: 2019-03-26T19:45:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T19:50:30.000Z (over 6 years ago)
- Last Synced: 2024-11-26T05:11:29.578Z (7 months ago)
- Topics: gitserver, gogs-theme
- Language: CSS
- Size: 229 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gogs reskin
Gogs (open source git server solution) has a somewhat outdated web interface. This repo contains modifications that I personally use to:
- make gogs look better (inputs, header bar, ...)
- make it (somewhat) mobile friendly
- replace the logo with the default git logoThe files in this repository are ment to be a replacement for many of gogs own template files. Most modifications are done through css but some did require the html to be changed somewhat (for example to add extra css classes to hook onto). Instead of just committing the changed files every template file is committed here. This means that the templates folder can be replaced as a whole.
