From 251bd8058cddbf4cf8a96d7ba647faf7d4c6359c Mon Sep 17 00:00:00 2001 From: haturatu Date: Thu, 28 Nov 2024 19:55:31 +0900 Subject: readme update --- lumebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumebuild.sh') diff --git a/lumebuild.sh b/lumebuild.sh index 3f17ff0..a6575fc 100755 --- a/lumebuild.sh +++ b/lumebuild.sh @@ -4,13 +4,13 @@ LUME_DIR="/your/lume/dir" SRC_DIR="$LUME_DIR/src" BUILD_DIR="site" -FEDI_CMT="y" # OPTIONAL BLOG_URL="https://yourblog.url" POST_URL_DIR="posts" WEBPSH="/your/webp/convert/path" COMMIT_COMMENT="`echo "Memory" && free -h | head -2 | awk '{print $(NF-5)"," $(NF-4)"," $(NF-3)}' | column -t -s ","`" +FEDI_CMT="y" export DENO_INSTALL="/home/$USER/.deno" export PATH="$DENO_INSTALL/bin:$PATH" -- cgit v1.2.3