aboutsummaryrefslogtreecommitdiff
path: root/source/img/README.rst
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-05 22:38:16 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-05 22:38:16 -0700
commit2895843a4c698f33dd50da03795c918b6892e504 (patch)
tree54b1deca6969f79d84c9c9a0951bf9b0a43d134f /source/img/README.rst
parent16575a031534c4279273525b8c7694f678f87b07 (diff)
downloadmy_new_personal_website-2895843a4c698f33dd50da03795c918b6892e504.tar.xz
my_new_personal_website-2895843a4c698f33dd50da03795c918b6892e504.zip
serve the CC icon locally
Diffstat (limited to 'source/img/README.rst')
-rw-r--r--source/img/README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/img/README.rst b/source/img/README.rst
index 5072d3db..53ca6399 100644
--- a/source/img/README.rst
+++ b/source/img/README.rst
@@ -14,3 +14,8 @@ The feed icon isn't so easy to create with TikZ (I don't know the necessary para
convert feed-256.png -resize 14x14 feed-14.png
optipng feed-14.png
+
+The CreativeCommons icon ``cc.svg`` is pulled from `the official downloads page <https://creativecommons.org/about/downloads>`_ and converted to 16x16 PNG through::
+
+ convert cc.svg -resize 16x16 cc-16.png
+ optipng cc-16.png