-
-
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
1 parent
d3c9c5b
commit e682cf2
Showing
20 changed files
with
108 additions
and
72 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 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,8 +10,8 @@ | |
- [Create a theme](#create-a-theme) | ||
- [Official Themes](#official-themes) | ||
- [Vivliostyle Base Theme](#vivliostyle-base-theme) | ||
- [Academic](#academic) | ||
- [Techbook](#techbook) | ||
- [Academic](#academic) | ||
- [Bunko](#bunko) | ||
- [EPUB3 (Japanese)](#epub3-japanese) | ||
- [Slide](#slide) | ||
|
@@ -53,33 +53,33 @@ module.exports = { | |
|
||
> original author: `Vivliostyle <[email protected]>` | ||
### [Academic](packages/@vivliostyle/theme-academic) | ||
### [Techbook](packages/@vivliostyle/theme-techbook) | ||
|
||
Academic theme | ||
Techbook (技術同人誌) 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) | ||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-techbook.svg)](https://npmjs.com/package/@vivliostyle/theme-techbook) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-techbook)](https://npmjs.com/package/@vivliostyle/theme-techbook) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-techbook) | ||
|
||
```js | ||
module.exports = { | ||
theme: '@vivliostyle/theme-academic', | ||
theme: '@vivliostyle/theme-techbook', | ||
}; | ||
``` | ||
|
||
> original author: `Vivliostyle <[email protected]>` | ||
### [Techbook](packages/@vivliostyle/theme-techbook) | ||
### [Academic](packages/@vivliostyle/theme-academic) | ||
|
||
Techbook (技術同人誌) theme | ||
Academic theme | ||
|
||
[![](https://img.shields.io/npm/v/@vivliostyle/theme-techbook.svg)](https://npmjs.com/package/@vivliostyle/theme-techbook) | ||
[![npm: total downloads](https://flat.badgen.net/npm/dt/@vivliostyle/theme-techbook)](https://npmjs.com/package/@vivliostyle/theme-techbook) | ||
![npm: license](https://flat.badgen.net/npm/license/@vivliostyle/theme-techbook) | ||
[![](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-techbook', | ||
theme: '@vivliostyle/theme-academic', | ||
}; | ||
``` | ||
|
||
|
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-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
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-techbook", | ||
"description": "Techbook (技術同人誌) 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", | ||
|