Convert a specific .adoc file to HTML and link a CSS stylesheet

asciidoctor

  • A processor that converts AsciiDoc files to a publishable format.
    More information: <https://docs.asciidoctor.org>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

asciidoctor -a stylesheet={{path/to/stylesheet.css}} {{path/to/file.adoc}}

click the source code to copy install asciidoctor on any operating system with command-not-found.com