summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-11-28 19:55:31 +0900
committerhaturatu <taro@eyes4you.org>2024-11-28 19:55:31 +0900
commit251bd8058cddbf4cf8a96d7ba647faf7d4c6359c (patch)
treeca6a7659499c25b521b3610566327f28973ec919 /README.md
parentd5791b2c8d6bd472e30e9c4b1619acfc528d8eb5 (diff)
readme update
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 c2bbafe..60c54b3 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)
+- Mastodon Post (optional)
[WebP convert scripts are in this repository of mine](https://github.com/haturatu/webpsh)
@@ -27,6 +28,7 @@ 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
+FEDI_CMT="y" # Fediverse Post(use toot)
```
## Usage