You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i hate the idea of having to create different versions of the same photo for optimization, so i wrote a dainty shell script that you can run. it creates a low-res version of any new images you add to `/assets/images/photos/fullsize` and also automatically populates the necessary markdown files
36
+
37
+
```bash
38
+
chmod +x process_photos.sh
39
+
./process_photos.sh
40
+
```
41
+
42
+
note: you need to have ImageMagick installed.
43
+
44
+
## license
45
+
46
+
MIT licensed - see the LICENSE file for details.
47
+
48
+
## credits
49
+
50
+
special thanks to github.com/adryd325/oneko.js for making a handy js script for having a cat follow your cursor around, which is objectively the best feature of this website.
0 commit comments