comparison 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
comparison
equal deleted inserted replaced
9:f9858b3bcca0 10:6d7827134a4f
21 21
22 22
23 # 23 #
24 # Input directory 24 # Input directory
25 # 25 #
26 input = /home/skx/cvs/chronicle/blog 26 input = ./blog
27 27
28 28
29 # 29 #
30 # The pattern of files to include 30 # The pattern of files to include
31 # 31 #
34 34
35 35
36 # 36 #
37 # Output directory to write the blog to 37 # Output directory to write the blog to
38 # 38 #
39 output = /home/skx/cvs/chronicle/output 39 output = ./output
40 40
41 41
42 # 42 #
43 # Directory containing the templates 43 # Directory containing the templates
44 # 44 #
45 template = /home/skx/cvs/chronicle/themes/default 45 template = /usr/share/chronicle/themes/default
46 46
47 47
48 # 48 #
49 # The number of entries to include on the index. 49 # The number of entries to include on the index.
50 # 50 #
74 74
75 75
76 # 76 #
77 # URL prefix, if any. 77 # URL prefix, if any.
78 # 78 #
79 url_prefix = http://www.steve.org.uk/Software/chronicle/demo/ 79 url_prefix = http://example.com/
80 80
81 81
82 # 82 #
83 # A command to run pre-build 83 # A command to run pre-build
84 # 84 #
86 86
87 87
88 # 88 #
89 # A command to run post-build. 89 # A command to run post-build.
90 # 90 #
91 # post-build = scp -r output/* steve@www.steve.org.uk:/home/www/www.steve.org.uk/htdocs/Software/chronicle/demo 91 # post-build = scp -r output/* user@host:/some/path
92 #