Skip to content

Commit a696fa1

Browse files
committed
feat(vivliostyle): 本のタイトルと目次を追加した
1 parent ba552c9 commit a696fa1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vivliostyle.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ module.exports = {
1717
size: 'JIS-B5',
1818
theme: './node_modules/@o2project/vivliostyle-theme-o2project/lib/print_jis_b5.css',
1919
entry: [
20+
{
21+
path: './entries/book_title.md',
22+
theme: './node_modules/@o2project/vivliostyle-theme-o2project/lib/book_title.css',
23+
},
24+
{
25+
path: './entries/toc.md',
26+
rel: 'contents',
27+
theme: './node_modules/@o2project/vivliostyle-theme-o2project/lib/toc.css',
28+
},
2029
'./entries/prologue.md',
2130
'./entries/south.md',
2231
'./entries/west.md',

0 commit comments

Comments
 (0)