view etc/chroniclerc @ 10:6d7827134a4f

2007-08-13 23:22:03 by steve Updated defaults to work with a new install.
author steve
date Mon, 13 Aug 2007 23:22:03 +0000
parents d9c2f0cb6096
children f0884c3c035a
line wrap: on
line source

##
#  Configuration file for the chronicle blog compiler.
##


##
#
#  When the compiler starts it will look for both:
#
#    /etc/chroniclerc
#
#  and
#
#    ~/.chroniclerc
#
#  Both files will be read if present, the latter may override the former.
#
####




#
#  Input directory
# 
input = ./blog


#
#  The pattern of files to include
#
# pattern = *.txt
#


#
#  Output directory to write the blog to
#
output = ./output


#
#  Directory containing the templates
#
template = /usr/share/chronicle/themes/default


#
#  The number of entries to include on the index.
#
# entry-count = 10
#


#
#  We can disable the sidebar if we want
#
#  no-tags = 1
#
#  no-archive = 1
#


#  The filename to use for tag lings
#
# filename = index.html
#


#
#  Suffix to use for single entries.
#
# suffix = .html


#
#  URL prefix, if any.
#
url_prefix = http://example.com/


#
#  A command to run pre-build
#
# pre-build = cvs update -A -d


#
#  A command to run post-build.
#
# post-build = scp -r output/* user@host:/some/path
#