Sha256: f111cf39d538eb1284b66c160a551b24993cd9d2c93345a47b56c87a5a151537

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 KB

Contents

#####
# This is the YAML configuration file for webgen used to set configuration options.
#
# The general syntax is:
#
#   configuration.option.name: value
#
# For example, to set a different default language, you would do:
#
#   website.lang: de
#
# Have a look at the documentation of the individual configuration options to see the allowed format
# of the values. Since this is a YAML file, you can easily set configuration options as strings,
# integers, dates, arrays, hashes and more.
#
# The available configuration options can be found on the homepage in the Configuration Option
# Reference at
#
#     http://webgen.rubyforge.org/documentation/reference_configuration.html
#
# Some common use cases are shown below.
#####

## The default processing pipeline for page files. If you use a different markup language you need to
## change 'markdown' to the short name of the content processor for the markup language.
default_processing_pipeline:
  Page: erb,tags,markdown,blocks,fragments

## Setting the default language. The argument must be an ISO-639-1/2 language code.
# website.lang: de

## Adding some extensions to the copy source handler.
# patterns:
#   Copy:
#     add: [**/*.pdf, **/*.djvu]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
webgen-0.5.17 data/webgen/website_skeleton/config.yaml
webgen-0.5.15 data/webgen/website_skeleton/config.yaml
webgen-0.5.14 data/webgen/website_skeleton/config.yaml
webgen-0.5.13 data/webgen/website_skeleton/config.yaml
webgen-0.5.12 data/webgen/website_skeleton/config.yaml
webgen-0.5.11 data/webgen/website_skeleton/config.yaml