diff --git a/.config_example b/.config_example index 15dc2ae..1492e88 100644 --- a/.config_example +++ b/.config_example @@ -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"