0.1.1 • Published 4 years ago

vivliostyle-theme-thesis v0.1.1

Weekly downloads
-
License
CC0-1.0
Repository
-
Last release
4 years ago

Vivliostyle Theme Vivliostyle Thesis

npm: version npm: total downloads npm: license

Academic theme (thesis)

Install

npm install --save vivliostyle-theme-thesis
# or
yarn add vivliostyle-theme-thesis

Use

In vivliostyle.config.js:

module.exports = {
  theme: 'vivliostyle-theme-thesis',
};

Dev

Run vivliostyle-theme-scripts preview to preview your theme.css.

vivliostyle-theme-scripts preview theme.css

You can specify layout file with --layout flag:

vivliostyle-theme-scripts preview theme.css --layout example/default.md

Run vivliostyle-theme-scripts validate before publishing your package.

vivliostyle-theme-scripts validate