#variables for bashblog.
#EDITOR="geany -i"
EDITOR="mozeditor"

#bashblog can be a blog or a document-management site. values: document, blog
MODE="document"

# Site title
global_title="My Documents"
# The typical subtitle for each blog
global_description="Linux and technical documentation"
# url of the site
global_site_url="http://somewhere.org"
# The public base URL for shellCMS
global_cms_url="${global_site_url}"

# Your name
global_author="MrPerson"
# You can use twitter or facebook or anything for global_author_url
global_author_url="http://somewhere.org" 
# Your email
global_email="info@nowhere.org"

# CC by-nc-nd is a good starting point, you can change this to "&copy;" for Copyright
global_license="&copy; Copyright Barry Kauler 2017"

# to create a disqus shortname, go to:
# https://disqus.com/admin/create
# provide my url: http://example.com
# the unique disqus url: http-example-com
# shortname: http-example-com
# Change this to your disqus username to use disqus for comments
#global_disqus_username="http-example-com"

#BK text for link to all_posts.html when in document mode...
docs_history="Documentation history"
#title of all_posts.html page...
template_archive_title="Documentation history"

# "All tags"
template_tags_title="All categories"
template_docs_title="Documentation index"

# BK note, must leave this variable as-is:
# "Tags:" (beginning of line in HTML file with list of all tags for this article)
template_tags_line_header="Tags:"

# "Back to the index page" (used on archive page, it is link to blog index)
template_archive_index_page="Back to the front page"

#permanent buttons, all pages...
button_permanent_1="sitehome"
button_permanent_2="contact"
button_permanent_3="cms2"

button_sitehome_url="${global_site_url}/"
button_subhome_url="${global_cms_url}/"
button_subhome_icon="doc24.png"
button_subhome_tooltip="Docs frontpage"
button_subhome_text="docs"

#search box
#placement: space-delimited list: "<value1>[ <value2>]". empty, do not display. 
#allowed values: index post tags all_posts all_docs all_tags
search_box_pages="index"
#width of box in pixels:
search_box_width="120"
#search engine value (choose one): google duckduckgo duckduckgo-official
search_box_engine="google"

#in index pages that show tag as a header, replace with from here...
tag2header="admin Site administration posts
shellcms shellCMS
general General
linux Puppy, Quirky, Easy Linux, etc
personal Personal posts"
