-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblatter.ini
More file actions
28 lines (23 loc) · 823 Bytes
/
blatter.ini
File metadata and controls
28 lines (23 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[blatter]
static_dir=static
template_dir=templates
dynamic_dir=site
output_dir=out
# 'publish' target can be configured or use --destination
#publish_location=some.host:/remote/path/
#publish_location=/local/path
# 'serve' options
index_document=index.html
url_prefix=/
# 'serve' can add other blatters into the URL space. If a URL can't be
# found in this blatter, each of the fallbacks will be tried in turn.
# If the fallbacks themselves have fallbacks, they're tried as well.
#
# Fallbacks are useful for splitting a site into semi-independent
# pieces. For example, one might have separate blatters for '/'
# (holding global images and css), a blatter for '/projects/', and
# individual blatters for each project under /projects/.
#
#fallbacks=other_blatter
#[fallback.other_blatter]
#location=../other_blatter