zigford.org/harris/.config.2
2020-07-21 06:49:32 +10:00

56 lines
2.3 KiB
Groff

$Script:archive_index="all_posts.html"
$Script:blog_feed="feed.rss"
$Script:body_begin_file=""
$Script:body_end_file=""
$Script:convert_filename="%{`$b=[system.text.encoding]::UTF8.GetBytes(`$_);`$c=[system.text.encoding]::convert([text.encoding]::UTF8,[text.encoding]::ASCII,`$b);(-join [system.text.encoding]::ASCII.GetChars(`$c)).ToLower() -replace ' ','-' -replace '[^a-z0-9-]',''}"
$Script:css_include=""
$Script:cut_do=$True
$Script:cut_line='<hr ?\/?>'
$Script:cut_tags="yes"
$Script:date_allposts_header="MMMM yyyy"
$Script:date_format_full="dddd, dd MMM yyyy HH:mm:ss zzzz"
$Script:date_format="MMMM dd, yyyy"
$Script:date_format_timestamp="yyyyMMddHHmm.ss"
$Script:date_inpost="bashblog_timestamp"
$Script:date_locale=""
$Script:footer_file=""
$Script:global_analytics=""
$Script:global_analytics_file=""
$Script:global_author="Jesse Harris"
$Script:global_author_url="http://twitter.com/zigford_org"
$Script:global_description='A place for family stuff'
$Script:global_disqus_username=""
$Script:global_email="jesse@zigford.org"
$Script:global_feedburner=""
$Script:global_license="&copy"
$Script:global_software_name="PwshBlog"
$Script:global_software_version="0.1"
$Script:global_title="Harris Family Files"
$Script:global_twitter_cookieless="false"
$Script:global_twitter_search="twitter"
$Script:global_twitter_username=""
$Script:global_url="https://zigford.org/harris"
$Script:header_file=""
$Script:index_file="index.html"
$Script:number_of_feed_articles="10"
$Script:number_of_index_articles="5"
$Script:prefix_tags="tag_"
$Script:preview_url=""
$Script:save_markdown="yes"
$Script:tags_index="all_tags.html"
$Script:template_archive_index_page="Back to the index page"
$Script:template_archive_title="All posts"
$Script:template_archive="View more posts"
$Script:template_comments="Comments?"
$Script:template_read_more="Read more..."
$Script:template_subscribe_browser_button="Subscribe to this page..."
$Script:template_subscribe="Subscribe"
$Script:template_tags_line_header="Tags:"
$Script:template_tags_posts_2_4="posts"
$Script:template_tags_posts="posts"
$Script:template_tags_posts_singular="post"
$Script:template_tags_title="All tags"
$Script:template_tag_title="Posts tagged"
$Script:template_twitter_button="Tweet"
$Script:template_twitter_comment="&lt;Type your comment here but please leave the URL so that other people can follow the comments&gt;"