diff options
author | haturatu <taro@eyes4you.org> | 2024-10-11 01:44:15 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-10-11 01:44:15 +0900 |
commit | eb11d2a022e4bf9c0cbab947636bcff42b971971 (patch) | |
tree | 3eb417f49a08931ba0fb4d4d1acb523ba82eb6d2 /README.md | |
parent | 7af78e72fffeba009c93c4d768e748f8521468f4 (diff) |
wip
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ This script automates the following tasks: Before using the script, update the following variables: ```bash LUME_DIR="/your/lume/dir" # Path to your Lume project directory -WEBPSH="/your/webp/convert/path" # Path to WebP conversion script +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 ``` ## Usage |