Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 532 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 532 Bytes

Personal website

Static site generated with lume. Using Musicbrainz for music collection catalog

Develpment

Install exiftool

ExifTool is used to strip all metadata from image assets so we don't accidentally publish unwanted information inside image metadata.

Install exiftool

With brew

brew install exiftool

With apt

apt install exiftool

Install git hook

bash git-hooks/install-pre-commit-hook.sh