Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# In addition, each site has a +config+ hash which stores the site
# configuration. This configuration hash can have the following keys:
#
# +output_dir+:: The directory to which compiled items will be written. This
#                path is relative to the current working directory, but can
#                also be an absolute path.
#
# +data_sources+:: A list of data sources for this site. See below for
#                  documentation on the structure of this list. By default,
#                  there is only one data source of the filesystem  type
#                  mounted at /.
#
# +index_filenames+:: A list of filenames that will be stripped off full
#                     item paths to create cleaner URLs (for example,
#                     '/about/' will be used instead of
#                     '/about/index.html'). The default value should be okay
#                     in most cases.