tomthebomb.dev

A revamped personal portfolio website

MIT License

Stars
3

Personal Website

Made with Astro and Tailwind CSS

  • Image Pre-processing
    • Converts iOS HEIC/HEIF images to JPEG using process_images.py

    • Strips all GPS/location EXIF data from all images

    • Generates a smaller version of the image for faster initial page loads by the filename of {filename}_small.jpg (if it does not already exist) Install dependencies with:

      py -m pip install -r requirements/dev.txt