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

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

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

# 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="Posts history"

# "All tags"
template_tags_title="All categories"
template_docs_title="News category 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=""

#button messages, for blog...
button_sitehome_url="${global_site_url}/"
button_subhome_icon="news24.png"
button_subhome_tooltip="News homepage"
button_subhome_url="${global_cms_url}/"
button_subhome_text="news"
button_history_tooltip="Posts history"
button_history_text="history"
button_tagsindex_tooltip="All categories"
button_tagsindex_icon="tag24.png"

#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"
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 Blog and site administration posts
shellcms shellCMS
general General, miscellaneous
linux Puppy, Quirky, Easy Linux, etc
personal Personal, family news
tech Computer technology and related"
