diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 03:59:16 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 03:59:16 -0700 |
commit | d8af6b0a14c66aa55561eea9161854a337610c84 (patch) | |
tree | 031c19d6cbf56863af02d052d40f5823311b3d9d /source/img/README.rst | |
parent | 82371e351a35363a8b493d0063e925dce1d27008 (diff) | |
download | my_new_personal_website-d8af6b0a14c66aa55561eea9161854a337610c84.tar.xz my_new_personal_website-d8af6b0a14c66aa55561eea9161854a337610c84.zip |
20150505: New blog, new start
Also fixed several problems:
1. Rending SVG and making it a clickable link is basically impossible
across multiple browsers. I'm now using a pretty good PNG;
2. Implemented new_post in pyblog;
3. Footnotes related updates to the theme.
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 cb7a633c..be3eabf7 100644 --- a/source/img/README.rst +++ b/source/img/README.rst @@ -2,7 +2,7 @@ The icon and favicon files are generated via the following commands: :: cd source/img xelatex icon.tex - convert icon.pdf icon.svg + convert icon.pdf -quality 400 -resize 100x100 icon.png for size in 16 32 48 144 152; do convert icon.pdf -density 400 -resize ${size}x${size} favicon-${size}.png; done optipng favicon-16.png favicon-32.png favicon-48.png favicon-144.png favicon-152.png convert favicon-16.png favicon-32.png favicon-48.png ../favicon.ico |