The purpose of this project is to provide an alternative asciidoctor stylesheet which is easy to integrate with other css frameworks or designs.
The project provides a new stylesheet asciidoctor-next.css
based on material design color palette
and supports light and dark modes.
To setup the project, make sure you have Node installed.
Next, run npm
to install the required Node modules:
$ npm i
Once the Node modules installed, you can build the stylesheets with following commands:
$ npm run build
This command will create asciidoctor-next.css and asciidoctor-next.min.css in the css folder.
Run rhe following command when you are working with the source:
$ npm run watch
It will automatically build css files and generate example docs for testing.
The theme is released under MIT license and partially based on the original asciidoctor-stylesheet-factory which is again licensed under the same MIT license.