From e1be2e0bbf0a83ec8e596b1a04ac6821cfdca0b8 Mon Sep 17 00:00:00 2001 From: haturatu Date: Fri, 11 Oct 2024 21:08:02 +0900 Subject: add COMMIT_COMMENT --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c49bd34..e1119d4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This script automates the following tasks: - Lume static site generator - Git - WebP conversion tool (optional) +[WebP convert scripts are in this repository of mine](https://github.com/haturatu/webpsh) ## Configuration @@ -24,6 +25,7 @@ LUME_DIR="/your/lume/dir" # Path to your Lume project directory SRC_DIR="$LUME_DIR/src" # Path to your Lume source directory BUILD_DIR="site" # Path to your Lume output directory WEBPSH="/your/webp/convert/path" # Path to WebP conversion script optional +COMMIT_COMMENT="`date`" # Your fav commit comment ``` ## Usage -- cgit v1.2.3