Static Site generators like Cryogen are uncomplex tools to create content for websites and tutorial.
Using asciidoc (rather than markdow) can potentially generate richer HTML code from asciidoc, facilitating the use of CSS frameworks by decorating the HTML structure with appropriate class names
e.g. include anchor points and add heading styles from a CSS framework
Generator rules can be defined (to be researched) for generating richer HTML code from asciidoc
Static Site generators like Cryogen are uncomplex tools to create content for websites and tutorial.
Using asciidoc (rather than markdow) can potentially generate richer HTML code from asciidoc, facilitating the use of CSS frameworks by decorating the HTML structure with appropriate class names
e.g. include anchor points and add heading styles from a CSS framework
Generator rules can be defined (to be researched) for generating richer HTML code from asciidoc
Cryogen customisation
Bulma CSS
a friendly CSS library used by several Practicalli projects
Asciidoctor
There is a Java and JavaScript implementation of Asciidoctor (and maybe other implemetations)
Cryogen uses the Java implementation under the covers
Code examples
Related projects
General resources