Update 'README.md'

Documented icon generation
This commit is contained in:
Abhorrent_Anger 2019-03-09 21:41:27 +02:00
parent 9e2b2b15ee
commit 438ca07ff2
1 changed files with 7 additions and 0 deletions

View File

@ -8,4 +8,11 @@ Dump the files from the repo into DocumentRoot, "docs" folder can and should be
```git update-index --assume-unchanged docs/*
git rm -r docs
```
## Adding your own services
Site's design expects a 16x16 icon for each service. For the sake of consistency, it's recommended to use Imagemagick.
```
convert <original.file> -resize 16x16 <icon.file>
```
The repo contains mostly unminified files. It's recommended to run https://github.com/appleboy/minify-tool before hosting.