vivliostyle-theme-thesis
v0.1.1
Published
Academic theme (thesis)
Downloads
15
Maintainers
Readme
Vivliostyle Theme Vivliostyle Thesis
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