From d8af6b0a14c66aa55561eea9161854a337610c84 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 03:59:16 -0700 Subject: 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. --- source/img/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/img/README.rst') 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 -- cgit v1.2.1