change bb config params for envs.net

This commit is contained in:
cremesk 2019-07-13 17:40:10 +02:00 committed by creme
parent 3be708a871
commit 9689aa626c
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 6 additions and 6 deletions

12
bb.sh
View File

@ -20,18 +20,18 @@ global_variables() {
global_software_version="2.8"
# Blog title
global_title="My fancy blog"
global_title="envs.net | blog"
# The typical subtitle for each blog
global_description="A blog about turtles and carrots"
global_description="A blog about envs.net"
# The public base URL for this blog
global_url="http://example.com/blog"
global_url="https://envs.net/blog"
# Your name
global_author="John Smith"
global_author="Sven Kinne"
# You can use twitter or facebook or anything for global_author_url
global_author_url="http://twitter.com/example"
global_author_url=""
# Your email
global_email="john@smith.com"
global_email="hostmaster@envs.net"
# CC by-nc-nd is a good starting point, you can change this to "©" for Copyright
global_license="CC by-nc-nd"