summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-10-11 21:08:02 +0900
committerhaturatu <taro@eyes4you.org>2024-10-11 21:08:02 +0900
commite1be2e0bbf0a83ec8e596b1a04ac6821cfdca0b8 (patch)
treec10c73d820b473041b29150dea504ceae98e0d70 /README.md
parent17c1843fb7eb99899fe1c40bcd648e0053c3fc78 (diff)
add COMMIT_COMMENT
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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