Sha256: df489b92720d9ecf1afb2df2d0d107c0c116b0bf6bad5451c72d9c28a8ca70b8

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

The following configuration settings are related to the current Glyph document. Therefore, you should update them right after creating a project.

config_table[
	ref_config[document.author|
The author of the document.
	]
	ref_config[document.draft|
If set to @true@, the document is considered a draft, so =>[#m_draftcomment|draft comments] and =>[#m_todo|todo items] will be displayed.
	]
	ref_config[document.filename|
The name of the output file.
	]
	ref_config[document.output|
The format of the output file. It can be set to:
%[=Glyph['output'].keys.reject{\|v\| v == :h3rald }.map{\|v\| "* @#{v}@"}.sort.join("\n")=]
	]
	ref_config[document.revision|
The document's revision.
	]
	ref_config[document.source|
The main source file to compile. It can be also be overridden by calling the #>[compile] with the @-s@ option.
	]
	ref_config[document.styles|
How to process stylesheets. It can be set to one of the following values:
* @embed@ -- Embed stylesheets within the document.
* @link@ -- Link stylesheets.
* @import@ -- Import stylesheets using the code[@import] CSS directive. 
	]
	ref_config[document.subtitle|
The subtitle of the document, displayed using the %>[subtitle].
	]
	ref_config[document.title|
The title of the document, displayed using the %>[title].
	]
]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
glyph-0.4.2 book/text/config/document.glyph
glyph-0.4.1 book/text/config/document.glyph
glyph-0.4.0 book/text/config/document.glyph