Customizing HTML with a .properties fileUsing a properties fileYou can also use a .properties file to reference a set of build parameters when
building output with the dita command. The DITA-OT documentation uses a
.properties file to include custom CSS, header branding, and table-of-contents navigation in
the HTML5 output.dita command.properties fileHTMLbuild propertiesCSS.properties file.properties fileCreate a .properties file to store the parameter settings for your
customization.You can use the .properties for the DITA-OT documentation as a starting
point for your own customizations. This file is available in the installation folder under
docsrc/samples/properties/docs-build-html5.properties.
For example:
The docsrc/samples/properties/docs-build-html5.properties fileReference your .properties file with the dita command when building
your output.dita--input=my.ditamap--format= --propertyfile=my.propertiesFor an example of HTML output generated using this method, see the HTML5 version of the DITA-OT
documentation included in the installation folder under doc/index.html.