From 438ca07ff2fec6dbded2ff4c7891280cd831531f Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Sat, 9 Mar 2019 21:41:27 +0200 Subject: [PATCH] Update 'README.md' Documented icon generation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 011b812..81ae2cc 100644 --- a/README.md +++ b/README.md @@ -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 -resize 16x16 +``` + The repo contains mostly unminified files. It's recommended to run https://github.com/appleboy/minify-tool before hosting.