make bashblog config dynamic

This commit is contained in:
cremesk 2019-08-04 16:07:42 +02:00
parent 47d04fbb84
commit c9cf6dfa53
Signed by untrusted user who does not match committer: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
global_title="blog | ~username"
global_description="a blog about ~username"
global_author_url="https://envs.net/~username/"
global_url="https://envs.net/~username/blog"
global_author="~username"
#global_twitter_username=""
global_email="username@envs.net"
global_title="blog | ~$USER"
global_description="a blog about ~$USER"
global_author_url="https://envs.net/~$USER/"
global_url="https://envs.net/~$USER/blog"
global_author="~$USER"
#global_twitter_$USER=""
global_email="$USER@envs.net"
header_file=".header.template"
body_begin_file=".beforebody"
body_end_file=".afterbody"