From ecbba01ec3f0b5eaba36ee9b205fdf7ae76ba652 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 22 Jul 2018 19:53:39 -0400 Subject: [PATCH] use canonical address --- bb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bb.sh b/bb.sh index db2a8ea..6302fa4 100755 --- a/bb.sh +++ b/bb.sh @@ -24,12 +24,12 @@ global_variables() { # The typical subtitle for each blog global_description="a blog about tildes" # The public base URL for this blog - global_url="https://$USER.tilde.team/blog" + global_url="https://tilde.team/~$USER/blog" # Your name - global_author="$USER" + global_author="~$USER" # You can use twitter or facebook or anything for global_author_url - global_author_url="https://$USER.tilde.team" + global_author_url="https://tilde.team/~$USER/" # Your email global_email="$USER@tilde.team"