Skip to content

Commit e1dfa50

Browse files
committed
release 013
1 parent 6c076c1 commit e1dfa50

31 files changed

+51
-19
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*lock
22
/resources
3-
.DS_Store
3+
.DS_Store
4+
/public

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
EXCLUDE = --exclude "*webp" --exclude "*svg" --exclude "*gif" --exclude "saved-imgs"
2+
13
serve:
24
hugo serve -D
35

46
init:
57
git submodule update --init
8+
9+
webp:
10+
fd -t f $(EXCLUDE) --full-path './assets/guests' --exec convert {} {.}.webp \;
11+
fd -t f $(EXCLUDE) --full-path './assets/guests' --exec rm {} \;

assets/guests/chi.jpg

-863 KB
Binary file not shown.

assets/guests/chi.webp

644 KB
Binary file not shown.

assets/guests/doyoubi.jpg

-169 KB
Binary file not shown.

assets/guests/doyoubi.webp

85.5 KB
Binary file not shown.

assets/guests/doyoubi2.jpg

-340 KB
Binary file not shown.

assets/guests/doyoubi2.webp

197 KB
Binary file not shown.

assets/guests/driftluo.webp

997 KB
Binary file not shown.

assets/guests/folyd.jpg

-120 KB
Binary file not shown.

0 commit comments

Comments
 (0)