Update README.md
This commit is contained in:
parent
a2bee67757
commit
98eccea2b5
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -1,5 +1,12 @@
|
|||
# Dashboard
|
||||
|
||||
[![CircleCI][shield-circleci]][circleci]
|
||||
[![Docker Cloud Build Status][shield-docker]][docker]
|
||||
[![Docker Image Size (latest)][shield-docker-image]][docker]
|
||||
[![codecov][shield-codecov]][codecov]
|
||||
[![Dependencies][shield-deps]][repo]
|
||||
[![GitHub license][shield-license]][license]
|
||||
|
||||
![Alt text](/screenshot.png?raw=true "screenshot")
|
||||
|
||||
Dashboard is just that - a dashboard. It's inspired by [SUI](https://github.com/jeroenpardon/sui) and has all the same features as SUI, such as simple customization through JSON-files and a handy search bar to search the internet more efficiently.
|
||||
|
@ -199,3 +206,15 @@ In order for the imprint-modal to show up, make sure your `imprint.json` resembl
|
|||
```
|
||||
|
||||
> :exclamation: I haven't quite tested this. I'm not a lawyer and I'm not responsible if you're sued for using this incorrectly.
|
||||
|
||||
[docker]: https://hub.docker.com/r/phntxx/dashboard
|
||||
[codecov]: https://codecov.io/gh/phntxx/dashboard
|
||||
[repo]: https://github.com/phntxx/dashboard
|
||||
[license]: https://github.com/phntxx/dashboard/LICENSE
|
||||
[circleci]: https://circleci.com/gh/phntxx/dashboard
|
||||
[shield-docker]: https://img.shields.io/docker/cloud/build/phntxx/dashboard
|
||||
[shield-docker-image]: https://img.shields.io/docker/image-size/phntxx/dashboard/latest
|
||||
[shield-circleci]: https://circleci.com/gh/phntxx/dashboard.svg?style=shield
|
||||
[shield-codecov]: https://codecov.io/gh/phntxx/dashboard/branch/master/graph/badge.svg
|
||||
[shield-license]: https://img.shields.io/github/license/phntxx/dashboard.svg
|
||||
[shield-deps]: https://img.shields.io/david/phntxx/dashboard
|
||||
|
|
Loading…
Reference in a new issue