There are 28 static site generators that support AsciiDoc sourcing.
-
Copies
content/to_build/, without carrying the parent directory. -
Copies
theme/to_build/. -
Performs the first round of product-data parsing to build two structurally vital files, sourcing data in
data/product.yml.-
Builds the page metadata (
_build/includes/_built_page-meta.adoc) included in all HTML and PDF exposures of topics, but only relevant as Jekyll page metadata at this time. -
Builds the metadata file
_build/includes/_built_page-meta.adocbased on the user stories inproduct.yml, looping over them as directed in_templates/liquid/page-meta.asciidoc. The topics metadata is drawn from this preprocessed file (_build_page-meta.adoc).
-
-
Draws data from the `data/meta.yml`and parses it as follows:
-
Builds
_build/includes/_built_company-info.adocpressed with the template_templates/liquid/company-info.asciidoc.
-
-
Draws data from the `data/terms.yml`and parses it as follows:
| /* | |
| This is what I dump in my Atom editor stylesheet file (Atom > Stylesheet). | |
| */ | |
| /// EDITOR | |
| ::-webkit-scrollbar { | |
| display: none; | |
| } |