diff options
author | haturatu <taro@eyes4you.org> | 2024-10-11 21:08:02 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-10-11 21:08:02 +0900 |
commit | e1be2e0bbf0a83ec8e596b1a04ac6821cfdca0b8 (patch) | |
tree | c10c73d820b473041b29150dea504ceae98e0d70 /README.md | |
parent | 17c1843fb7eb99899fe1c40bcd648e0053c3fc78 (diff) |
add COMMIT_COMMENT
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |