use canonical address

This commit is contained in:
Ben Harris 2018-07-22 19:53:39 -04:00
parent 03189a4608
commit ecbba01ec3
1 changed files with 3 additions and 3 deletions

6
bb.sh
View File

@ -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"