practicalli / blog-cryogen

Cryogen powered blog with all the content used to generate the static website.
https://practical.li/blog-cryogen/
3 stars 2 forks source link

Generating Rich Website Content with Asciidoc #140

Open practicalli-johnny opened 2 years ago

practicalli-johnny commented 2 years ago

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