2.0.0 • Published 2 years ago

@o2project/vivliostyle-theme-o2project v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vivliostyle Theme O2 Project

Vivliostyle theme for O2 Project

Install

npm install --save @o2project/vivliostyle-theme-o2project
# or
yarn add @o2project/vivliostyle-theme-o2project

Use

In vivliostyle.config.js:

module.exports = {
  theme: '@o2project/vivliostyle-theme-o2project',
};

Dev

  • example: Contain sample manuscripts using your theme.
  • src: You can add files for specific use (print, screen, cover, toc, preface, ...) and apply them at theme entry > theme in vivliostyle.config.js. Partial files whose names begin with _ will be ignored.

Commands

Run vivliostyle preview to preview your theme_*.css.

To watch file changes, use dev script.

npm run dev
# or
yarn dev

You can specify your CSS file and manuscript file for preview in vivliostyle.config.js:

module.exports = {
  language: 'en',
  theme: 'print.css',
  // theme: 'theme_screen.css',
  entry: [
    'example/default.md',
    // and more...
  ],
};

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

npm run validate
# or
yarn validate
2.0.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago