Add icons, fix #5
This commit is contained in:
18
README.md
18
README.md
@ -115,3 +115,21 @@ Verify that everything is okay with `service moshing-mammut status`.
|
||||
|
||||
The app should now be reachable on http://localhost:3000 or whatever you configured your domain to be!
|
||||
|
||||
# Icons
|
||||
|
||||
Favicon is a combination of [speaker-line by remix icon](https://remixicon.com/icon/speaker-line)
|
||||
and [the official Mastodon icon](https://joinmastodon.org/en/branding).
|
||||
|
||||
It has been mushed together by me, saved as SVG file in [icon.svg](./icon.svg)
|
||||
and turned into a slew of icons by [https://realfavicongenerator.net/](https://realfavicongenerator.net/):
|
||||
|
||||
```sh
|
||||
npm install -g cli-real-favicon
|
||||
real-favicon generate faviconDescription.json faviconData.json static
|
||||
```
|
||||
|
||||
Other icons:
|
||||
|
||||
- [error-warning-fill by remix icon](https://remixicon.com/icon/error-warning-fill)
|
||||
- [git-branch-fill by remix icon](https://remixicon.com/icon/git-branch-fill)
|
||||
- [rss-fill by remix icon](https://remixicon.com/icon/rss-line)
|
||||
|
Reference in New Issue
Block a user