Skip to content

Commit acc26f0

Browse files
committed
docs(entries): 各ページのMarkdownファイルを用意した
1 parent 95d38a8 commit acc26f0

File tree

9 files changed

+29
-93
lines changed

9 files changed

+29
-93
lines changed

entries/colophon.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<section id="colophon" role="doc-colophon">
2+
3+
## trapezium.css
4+
5+
2024年11月2日 初版発行
6+
7+
- 発行 O2 Project
8+
- 編集 kubosho
9+
- 印刷 日光企画
10+
11+
© O2 Project, 2024
12+
13+
</section>

entries/east.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 東の星 ~tacit~

entries/introduction.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

entries/north.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 北の星 ~simple.css~

entries/prologue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# はじめに

entries/south.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 南の星 ~sakura~

entries/trapezium_css.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# trapezium.css

entries/west.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 西の星 ~pico~

vivliostyle.config.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const TITLE = 'Vivliostyle Base';
1+
const TITLE = 'trapezium.css';
22

33
const pdfOutputDir = process.env.PRESS_ONLY === 'true' ? './dist/press' : './dist/pdf';
44
const pdfConfig = {
@@ -16,7 +16,15 @@ module.exports = {
1616
language: 'ja',
1717
size: 'JIS-B5',
1818
theme: '@o2project/vivliostyle-theme-o2project',
19-
entry: ['./entries/introduction.md'],
19+
entry: [
20+
'./entries/prologue.md',
21+
'./entries/south.md',
22+
'./entries/west.md',
23+
'./entries/east.md',
24+
'./entries/north.md',
25+
'./entries/trapezium_css.md',
26+
'./entries/colophon.md',
27+
],
2028
output: [pdfConfig, webpubConfig],
2129
workspaceDir: '.temp',
2230
toc: {

0 commit comments

Comments
 (0)