Sha256: 6a79a7656c89188b0f57e4e9af9c50428af287965b04db5df50568145b7d1c60

Contents?: true

Size: 871 Bytes

Versions: 33

Compression:

Stored size: 871 Bytes

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 to strings, integers, dates, arrays, hashes and more.
#
# The available configuration options can be listed using the `webgen config`
# command, for example: `webgen config sourcehandler` will list all options starting
# with sourcehandler.

default_meta_info:
    Webgen::SourceHandler::Page:
        in_menu: true

tag.menu.nested: false

tag.breadcrumbtrail.omit_index_path: true

tag.coderay.line_numbers: false
tag.coderay.lang: ruby

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
autoproj-1.7.0.rc2 doc/guide/config.yaml
autoproj-1.7.0.rc1 doc/guide/config.yaml
autoproj-1.7.0.b3 doc/guide/config.yaml
autoproj-1.7.0.b2 doc/guide/config.yaml
autoproj-1.7.0.b1 doc/guide/config.yaml
autoproj-1.6.2 doc/guide/config.yaml
autoproj-1.6.2.rc9 doc/guide/config.yaml
autoproj-1.6.2.rc8 doc/guide/config.yaml
autoproj-1.6.2.rc7 doc/guide/config.yaml
autoproj-1.6.2.rc6 doc/guide/config.yaml
autoproj-1.6.2.rc5 doc/guide/config.yaml
autoproj-1.6.2.rc4 doc/guide/config.yaml
autoproj-1.6.2.rc3 doc/guide/config.yaml
autoproj-1.6.2.rc2 doc/guide/config.yaml
autoproj-1.6.1 doc/guide/config.yaml
autoproj-1.6.1.b1 doc/guide/config.yaml
autoproj-1.6.0 doc/guide/config.yaml
autoproj-1.6.0.rc6 doc/guide/config.yaml
autoproj-1.6.0.rc5 doc/guide/config.yaml
autoproj-1.6.0.rc4 doc/guide/config.yaml