bovarys.me/fudge@v0.4.0/README.md (about)

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