Skip to content

cristatus/asciidoctor-styles

Repository files navigation

Asciidoctor Styles

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.

How to build

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.

How to develop

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.

Screenshots

screenshots

License

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.

About

A themeable stylesheet for Asciidoctor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published