commit a6d3daa409e6ec4a52e5c6a5870dcfbc418f5ee1
parent 085671cee57a1234de68d87cd30dcb497db46f5d
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 4 Aug 2020 17:44:52 -0400
Set to auto-post and auto-upload by default
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/publish b/publish
@@ -58,9 +58,9 @@ basePage="blog"
# The path to the compiled base page
categoryPage="html/blog.html"
# Set to false to disable auto uploading files
-autoUpload="false"
+autoUpload="true"
# Set to false to disable auto posting statuses on Mastodon
-autoPost="false"
+autoPost="true"
# Prints the message passed as the 1st argument in red.
print_error_msg()