diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 19:31:51 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 19:32:33 -0700 |
commit | a7a0b2073f30b1d0214c3152998d95e40a39b438 (patch) | |
tree | 00d399fafa500a5cabe652cde27c99c9c293ec87 /source/img | |
parent | 28b1853fdec7082785dd3f4c96e674c6c2f9d459 (diff) | |
download | my_new_personal_website-a7a0b2073f30b1d0214c3152998d95e40a39b438.tar.xz my_new_personal_website-a7a0b2073f30b1d0214c3152998d95e40a39b438.zip |
add feed icon to footer
Among other fixes and tweaks.
Diffstat (limited to '')
-rw-r--r-- | source/img/README.rst | 5 | ||||
-rw-r--r-- | source/img/feed-14.png | bin | 0 -> 503 bytes | |||
-rw-r--r-- | source/img/feed-256.png | bin | 0 -> 2611 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/source/img/README.rst b/source/img/README.rst index 7e902808..5072d3db 100644 --- a/source/img/README.rst +++ b/source/img/README.rst @@ -9,3 +9,8 @@ The icon and favicon files are generated via the following commands: :: rm favicon-16.png favicon-32.png favicon-48.png Credit to `audreyr/favicon-cheat-sheet <https://github.com/audreyr/favicon-cheat-sheet>`_ for favicon handling tips. + +The feed icon isn't so easy to create with TikZ (I don't know the necessary parameters), so I downloaed one (256x256) from `IconFinder <https://www.iconfinder.com/icons/49861/feed_rss_icon>`_. The original PNG can be found `here <http://i.imgur.com/4XE3iL3.png>`_. Then I processed the PNG with ``optipng``, the result of which is ``feed-256.png``. The smaller ``feed-14.png`` is generated through:: + + convert feed-256.png -resize 14x14 feed-14.png + optipng feed-14.png diff --git a/source/img/feed-14.png b/source/img/feed-14.png Binary files differnew file mode 100644 index 00000000..0f45bff8 --- /dev/null +++ b/source/img/feed-14.png diff --git a/source/img/feed-256.png b/source/img/feed-256.png Binary files differnew file mode 100644 index 00000000..cc64b292 --- /dev/null +++ b/source/img/feed-256.png |