Commit Graph

7 Commits

Author SHA1 Message Date
Brian Clozel ba5f6b6a06 Fix missing highlightJS stylesheets
This commit renames the hilightjs stylesheet to include the ".min.css"
file suffix. Without that, highlightJS cannot load the custom
stylesheets.

Fixes gh-63
2020-11-02 15:19:40 +01:00
Brian Clozel 466dee04ed Use github highlight.js theme in test doc 2020-10-07 20:05:07 +02:00
Brian Clozel 5c42316a47 Upgrade node dependencies 2020-10-07 15:17:26 +02:00
Damien Vitrac 792437b2c6 Code highlight: change to light theme
Closed #14
2019-08-30 10:10:42 +02:00
Brian Clozel 15d612ba40 Add highlight.js themes and use Atom light by default 2018-11-27 15:13:30 +01:00
Damien Vitrac 76f7d1c2e5 Add Spring theme 2018-11-27 15:13:30 +01:00
Brian Clozel 31bbcaebb1 Generate Asciidoctor theme from source files
Prior to this commit, generated Asciidoctor theme files were directly
committed in this project as static files.

This commit removes those files and instead builds on SASS files, just
like other Asciidoctor themes are generated (see
https://github.com/asciidoctor/asciidoctor-stylesheet-factory).

This commit also reorganizes the build to use a Gulp + NPM based build
for generating and optimizing those static resources before packaging
them.

Note that this change is resetting the whole Spring theme to a basic CSS
stylesheet - further commits are expected to get back to a proper theme.
2018-11-27 15:03:23 +01:00