Web Pages
=========

The asciidoc(1) command converts AsciiDoc source files to HTML web
pages.

The AsciiDoc source files are plain text files with a `.txt`
file name extensions and are located in the AsciiDoc distribution
`examples/website` directory.

AsciiDoc commands to build the entire website are executed by an
link:aap-script.html[A-A-P script].

AsciiDoc Configuration File
---------------------------
The `asciidoc.conf` AsciiDoc configuration file customizes the web
pages content (menus, headings, footers).

---------------------------------------------------------------------
include1::asciidoc.conf[]
---------------------------------------------------------------------

Web Site CSS2 Stylesheet
------------------------
The `main.css` file is a CSS2 stylesheet that customizes content
presentation.

---------------------------------------------------------------------
include1::main.css[]
---------------------------------------------------------------------

