How to add stylesheet CDN on asciidoc



How to add stylesheet CDN on asciidoc

How to add stylesheet CDN on asciidoc

When generating HTML content with ASCIIDoc, the CSS is either added to the HTML file itself or in a separate file that can be loaded into the HTML file using the link-ref tag. However, this approach can lead to performance problems, since in most cases the generated CSS file is relatively large (about 30 KB and in most cases is significantly larger than the original file). Fortunately, asciidoc hosted the CSS file on a CDN server. In this video I show you how to add the link automatically to the generated HTML file.

https://afikri.de/howto#:~:text=How%20to%20add%20stylesheet%20CDN%20in%20asciidoc

Comments are closed.