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