@vivliostyle/theme-bunko
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@vivliostyle/theme-bunko", | ||
"description": "Bunko theme for Vivliostyle.", | ||
"version": "0.1.0", | ||
"description": "文庫用のテーマ", | ||
"version": "0.2.0", | ||
"author": "Shinyu Murakami <murakami@vivliostyle.org>", | ||
"scripts": { | ||
"preview": "vivliostyle-theme-scripts theme.css --layout example/bunko.md" | ||
}, | ||
"devDependencies": { | ||
"vivliostyle-theme-scripts": "^0.1.0" | ||
}, | ||
"files": [ | ||
@@ -15,5 +21,4 @@ "*.css" | ||
"url": "https://github.com/vivliostyle/themes.git", | ||
"directory": "packages/vivliostyle-theme-bunko" | ||
"directory": "packages/@vivliostyle/theme-bunko" | ||
}, | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/vivliostyle/themes", | ||
@@ -24,8 +29,15 @@ "keywords": [ | ||
], | ||
"license": "CC0-1.0", | ||
"vivliostyle": { | ||
"theme": { | ||
"title": "Bunko", | ||
"stylesheet": "./theme.css" | ||
"name": "Bunko", | ||
"style": "./theme.css", | ||
"category": "novel", | ||
"topics": [ | ||
"小説", | ||
"縦書き" | ||
] | ||
} | ||
} | ||
}, | ||
"gitHead": "cb45b47936dc6a51bcc2d78bbf0382ceb0fdc823" | ||
} |
@@ -5,3 +5,3 @@ # Bunko | ||
> Author: Shinyu Murakami | ||
文庫用のテーマ。 | ||
@@ -13,1 +13,17 @@ ## Install | ||
``` | ||
## Use | ||
In `vivliostyle.config.js`: | ||
```js | ||
module.exports = { | ||
theme: '@vivliostyle/theme-bunko', | ||
}; | ||
``` | ||
## License | ||
CC0 1.0 | ||
> Original author: Shinyu Murakami |
10150
5
28
1