-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.yaml
38 lines (31 loc) · 1.09 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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
#default_processing_pipeline:
# Page: erb,tags,kramdown,erb,blocks
tag.menu.nested: false
tag.breadcrumbtrail.omit_index_path: true
tag.breadcrumbtrail.start_level: 1
tag.coderay.line_numbers: false
tag.coderay.lang: ruby
contentprocessor.kramdown.handle_links: false
contentprocessor.kramdown.options:
:entity_output: :symbolic
:coderay_line_numbers: ~