Skip to content

Commit

Permalink
feat(@vivliostyle/theme-gutenberg): follow VFM v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamasy1549 committed Oct 2, 2021
1 parent 9417c4d commit 51cab74
Show file tree
Hide file tree
Showing 107 changed files with 52,483 additions and 53,248 deletions.
70 changes: 37 additions & 33 deletions packages/@vivliostyle/theme-gutenberg/alice.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/@vivliostyle/theme-gutenberg/alice.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
module.exports = {
language: 'en',
size: 'A5',
theme: 'alice.css',
entry: [
'example/alice/cover.md',
'example/alice/copyright.md',
{
// TODO: https://github.com/vivliostyle/vivliostyle-cli/issues/200
rel: 'contents',
},
'example/alice/ch01.md',
'example/alice/ch02.md',
'example/alice/ch03.md',
'example/alice/ch04.md',
'example/alice/ch05.md',
'example/alice/ch06.md',
'example/alice/ch07.md',
'example/alice/ch08.md',
'example/alice/ch09.md',
'example/alice/ch10.md',
'example/alice/ch11.md',
'example/alice/ch12.md',
'example/alice/contentinfo.md',
],
output: [
'book.pdf',
{
path: './book',
format: 'webpub',
},
],
toc: true,
tocTitle: 'Contents',
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
language: 'en',
size: 'A5',
theme: 'fang.css',
entry: [
'example/fang/cover.md',
'example/fang/copyright.md',
{
path: 'example/fang/toc.md',
rel: 'contents',
},
'example/fang/ch01.md',
'example/fang/ch02.md',
'example/fang/ch03.md',
'example/fang/ch04.md',
'example/fang/ch05.md',
'example/fang/contentinfo.md',
],
output: [
'book.pdf',
{
path: './book',
format: 'webpub',
},
],
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
module.exports = {
language: 'en',
size: 'A5',
theme: 'sherlock.css',
entry: [
'example/sherlock/cover.md',
'example/sherlock/copyright.md',
{
// TODO: https://github.com/vivliostyle/vivliostyle-cli/issues/200
rel: 'contents',
},
'example/sherlock/ch01.md',
'example/sherlock/ch02.md',
'example/sherlock/ch03.md',
'example/sherlock/ch04.md',
'example/sherlock/ch05.md',
'example/sherlock/ch06.md',
'example/sherlock/ch07.md',
'example/sherlock/ch08.md',
'example/sherlock/ch09.md',
'example/sherlock/ch10.md',
'example/sherlock/ch11.md',
'example/sherlock/ch12.md',
'example/sherlock/contentinfo.md',
],
output: [
'book.pdf',
{
path: './book',
format: 'webpub',
},
],
toc: true,
tocTitle: 'Contents',
};
Loading

0 comments on commit 51cab74

Please sign in to comment.