make config example dynamic

This commit is contained in:
cremesk 2019-07-13 21:32:09 +02:00 committed by creme
parent 2bf3700c5c
commit d6dec07ae3
Signed by: 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"