diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 19:45:24 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 19:45:24 -0700 |
commit | dafe4b4e40e7a4d7c9719aecd73f5fc5f80c7207 (patch) | |
tree | 8f489c0739c9a5d9bc132f4a60f7cc342aedf069 /source/img/README.rst | |
parent | e25302f0f580fd7d5bf6bfc1bcd8c04e6197e31b (diff) | |
download | my_new_personal_website-dafe4b4e40e7a4d7c9719aecd73f5fc5f80c7207.tar.xz my_new_personal_website-dafe4b4e40e7a4d7c9719aecd73f5fc5f80c7207.zip |
narrow theme: 200x200 icon => 150x150
200x200 icon wastes too much valuable screen estate on a smart phone.
Diffstat (limited to 'source/img/README.rst')
-rw-r--r-- | source/img/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/img/README.rst b/source/img/README.rst index 9e07d93a..f8dceeee 100644 --- a/source/img/README.rst +++ b/source/img/README.rst @@ -3,7 +3,7 @@ The icon and favicon files are generated via the following commands: :: cd source/img xelatex icon.tex xelatex icon-square.tex - for size in 100 200 400 2048; do convert icon.pdf -density 400 -resize $sizex$size icon-$size.png; done + for size in 100 150 200 300 400 2048; do convert icon.pdf -density 400 -resize $sizex$size icon-$size.png; done for size in 16 32 48 144; do convert icon.pdf -density 400 -resize $sizex$size favicon-$size.png; done convert icon-square.pdf -density 400 -resize 152x152 apple-touch-icon-152.png optipng favicon-*.png icon-*.png apple-touch-icon-152.png |