Overview
The doxyte program performs the following actions:
HTML rendering
This diagram shows how the HTML rendering is done for a single page:
The HTML page that is generated has the following structure:
- The head contains links to the favicon and custom CSS provided by the user in the config file.
- The navbar is constructed based on the page list in the config.
- The body is generated by converting the source page to HTML.
- The link to the next page is inferred from the page list in the config.
- The footer is converted to HTML from the markdown string supplied in the config.