Sha256: 6c8a67efd2a818ce813681c001f223b9bdca786d0a99ce3bddc1df27b01c64cc

Contents?: true

Size: 928 Bytes

Versions: 20

Compression:

Stored size: 928 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_processing_pipeline:
    Page: tags,maruku,blocks

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

20 entries across 20 versions & 1 rubygems

Version Path
autoproj-1.4.3 doc/guide/config.yaml
autoproj-1.4.2 doc/guide/config.yaml
autoproj-1.4.1 doc/guide/config.yaml
autoproj-1.4.0 doc/guide/config.yaml
autoproj-1.3.4 doc/guide/config.yaml
autoproj-1.3.3 doc/guide/config.yaml
autoproj-1.3.2 doc/guide/config.yaml
autoproj-1.3.1 doc/guide/config.yaml
autoproj-1.3.0 doc/guide/config.yaml
autoproj-1.2.6 doc/guide/config.yaml
autoproj-1.2.5 doc/guide/config.yaml
autoproj-1.2.4 doc/guide/config.yaml
autoproj-1.2.2 doc/guide/config.yaml
autoproj-1.2.1 doc/guide/config.yaml
autoproj-1.2.0 doc/guide/config.yaml
autoproj-1.1.3 doc/guide/config.yaml
autoproj-1.1.2 doc/guide/config.yaml
autoproj-1.1.1 doc/guide/config.yaml
autoproj-1.1.0 doc/guide/config.yaml
autoproj-1.0.0 doc/guide/config.yaml