From 08516c80b576b66d01c101968ea8c56227eebf0b Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 2 Mar 2018 13:00:01 +0100 Subject: [PATCH 1/1] Document how to tag images. --- blog/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/Makefile b/blog/Makefile index f935992c13..125109d133 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -13,3 +13,8 @@ update: index.html git push skolelinux web: update ssh maintainer.skolelinux.no "cd public_html/; git pull" + +imagetag: + false + exiftool \ + -ImageDescription="This is an example image" -Artist="Petter Reinholdtsen" -Copyright="This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA." -XMP-cc:License="http://creativecommons.org/licenses/by/4.0/" -- 2.47.2