-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
136 additions
and
99 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ | |
- [Create a theme](#create-a-theme) | ||
- [Official Themes](#official-themes) | ||
- [Vivliostyle Base Theme](#vivliostyle-base-theme) | ||
- [Academic](#academic) | ||
- [Techbook](#techbook) | ||
- [Bunko](#bunko) | ||
- [Academic](#academic) | ||
- [EPUB3 (Japanese)](#epub3-japanese) | ||
- [Slide](#slide) | ||
- [Bunko](#bunko) | ||
- [Gutenberg](#gutenberg) | ||
- [Slide](#slide) | ||
- [Tools](#tools) | ||
- [create-vivliostyle-theme](#create-vivliostyle-theme) | ||
- [vivliostyle-theme-scripts](#vivliostyle-theme-scripts) | ||
|
@@ -53,22 +53,6 @@ module.exports = { | |
|
||
> original author: `Vivliostyle <[email protected]>` | ||
### [Academic](packages/@vivliostyle/theme-academic) | ||
|
||
Academic theme | ||
|
||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-academic.svg)](https://npmjs.com/package/@vivliostyle/theme-academic) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-academic)](https://npmjs.com/package/@vivliostyle/theme-academic) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-academic) | ||
|
||
```js | ||
module.exports = { | ||
theme: '@vivliostyle/theme-academic', | ||
}; | ||
``` | ||
|
||
> original author: `Vivliostyle <[email protected]>` | ||
### [Techbook](packages/@vivliostyle/theme-techbook) | ||
|
||
Techbook (技術同人誌) theme | ||
|
@@ -85,17 +69,17 @@ module.exports = { | |
|
||
> original author: `Vivliostyle <[email protected]>` | ||
### [Bunko](packages/@vivliostyle/theme-bunko) | ||
### [Academic](packages/@vivliostyle/theme-academic) | ||
|
||
文庫用のテーマ | ||
Academic theme | ||
|
||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-bunko.svg)](https://npmjs.com/package/@vivliostyle/theme-bunko) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-bunko)](https://npmjs.com/package/@vivliostyle/theme-bunko) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-bunko) | ||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-academic.svg)](https://npmjs.com/package/@vivliostyle/theme-academic) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-academic)](https://npmjs.com/package/@vivliostyle/theme-academic) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-academic) | ||
|
||
```js | ||
module.exports = { | ||
theme: '@vivliostyle/theme-bunko', | ||
theme: '@vivliostyle/theme-academic', | ||
}; | ||
``` | ||
|
||
|
@@ -117,17 +101,17 @@ module.exports = { | |
|
||
> original author: `Vivliostyle <[email protected]>` | ||
### [Slide](packages/@vivliostyle/theme-slide) | ||
### [Bunko](packages/@vivliostyle/theme-bunko) | ||
|
||
Slide theme | ||
文庫用のテーマ | ||
|
||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-slide.svg)](https://npmjs.com/package/@vivliostyle/theme-slide) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-slide)](https://npmjs.com/package/@vivliostyle/theme-slide) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-slide) | ||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-bunko.svg)](https://npmjs.com/package/@vivliostyle/theme-bunko) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-bunko)](https://npmjs.com/package/@vivliostyle/theme-bunko) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-bunko) | ||
|
||
```js | ||
module.exports = { | ||
theme: '@vivliostyle/theme-slide', | ||
theme: '@vivliostyle/theme-bunko', | ||
}; | ||
``` | ||
|
||
|
@@ -149,6 +133,22 @@ module.exports = { | |
|
||
> original author: `Vivliostyle <[email protected]>` | ||
### [Slide](packages/@vivliostyle/theme-slide) | ||
|
||
Slide theme | ||
|
||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-slide.svg)](https://npmjs.com/package/@vivliostyle/theme-slide) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-slide)](https://npmjs.com/package/@vivliostyle/theme-slide) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-slide) | ||
|
||
```js | ||
module.exports = { | ||
theme: '@vivliostyle/theme-slide', | ||
}; | ||
``` | ||
|
||
> original author: `Vivliostyle <[email protected]>` | ||
## Tools | ||
|
||
### [create-vivliostyle-theme](packages/create-vivliostyle-theme) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@vivliostyle/theme-academic", | ||
"description": "Academic theme", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"author": "Vivliostyle <[email protected]>", | ||
"main": "theme.css", | ||
"scripts": { | ||
|
@@ -10,7 +10,7 @@ | |
"validate": "vivliostyle-theme-scripts validate" | ||
}, | ||
"dependencies": { | ||
"@vivliostyle/theme-base": "^1.0.1" | ||
"@vivliostyle/theme-base": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vivliostyle/cli": ">=7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@vivliostyle/theme-base", | ||
"description": "Base theme and CSS toolkit for Vivliostyle themes", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"author": "Vivliostyle <[email protected]>", | ||
"main": "theme-all.css", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@vivliostyle/theme-bunko", | ||
"description": "文庫用のテーマ", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"author": "Vivliostyle <[email protected]>", | ||
"main": "theme.css", | ||
"scripts": { | ||
|
@@ -10,7 +10,7 @@ | |
"validate": "vivliostyle-theme-scripts validate" | ||
}, | ||
"dependencies": { | ||
"@vivliostyle/theme-base": "^1.0.1" | ||
"@vivliostyle/theme-base": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vivliostyle/cli": ">=7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@vivliostyle/theme-epub3j", | ||
"description": "EPUB3 (Japanese) 日本語EPUB用テーマ(電書協EPUB3制作ガイド準拠)", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"author": "Vivliostyle <[email protected]>", | ||
"main": "theme.css", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@vivliostyle/theme-gutenberg", | ||
"description": "Book theme for latin font", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"author": "Vivliostyle <[email protected]>", | ||
"main": "theme.css", | ||
"scripts": { | ||
|
@@ -10,7 +10,7 @@ | |
"validate": "vivliostyle-theme-scripts validate" | ||
}, | ||
"dependencies": { | ||
"@vivliostyle/theme-base": "^1.0.1" | ||
"@vivliostyle/theme-base": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vivliostyle/cli": ">=7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@vivliostyle/theme-slide", | ||
"description": "Slide theme", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"author": "Vivliostyle <[email protected]>", | ||
"main": "theme.css", | ||
"scripts": { | ||
|
@@ -10,7 +10,7 @@ | |
"validate": "vivliostyle-theme-scripts validate" | ||
}, | ||
"dependencies": { | ||
"@vivliostyle/theme-base": "^1.0.1" | ||
"@vivliostyle/theme-base": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vivliostyle/cli": ">=7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.