fudge / README.md
Commits | bovarysme Release v0.4.0 Committed on Dec 25, 2019
739 B | Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# fudge  The delicious Git WebUI.  ## Usage - Move `config.example.yml` to `config.yml` and edit it. - Run `go run main.go`. ## License This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for details. The colours used in [syntax.go](util/syntax.go) are taken from the [ayu](https://github.com/dempfi/ayu) theme, licensed under the terms of the MIT license by Ike Ku. The images [blob.svg](static/img/blob.svg) and [tree.svg](static/img/tree.svg) are licensed under the terms of the CC-BY 4.0 license by Twitter, Inc and other contributors. See [LICENSE-TWEMOJI](LICENSE-TWEMOJI) for details. |