From 251bd8058cddbf4cf8a96d7ba647faf7d4c6359c Mon Sep 17 00:00:00 2001 From: haturatu Date: Thu, 28 Nov 2024 19:55:31 +0900 Subject: readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3