Skip to content

Commit 12cf387

Browse files
committed
おまけ分離
1 parent d7e89f7 commit 12cf387

File tree

7 files changed

+64
-2
lines changed

7 files changed

+64
-2
lines changed

.github/workflows/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: 成果物のアップロード
185185
uses: actions/upload-artifact@v4
186186
with:
187-
name: ${{ format('inokashira-template_{0}_{1}', 'print-pdf-no-bleed', env.MUKI, steps.date.outputs.date) }}
187+
name: ${{ format('inokashira-template_{0}_{1}_{2}', 'print-pdf-no-bleed', env.MUKI, steps.date.outputs.date) }}
188188
path: book.pdf
189189

190190
ebook-pdf:

catalog-omake.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
PREDEF:
2+
- dedication.re
3+
4+
CHAPS:
5+
- VR小説作品集第一巻収録:
6+
- dedication1.re
7+
- saigo-no-maru.re
8+
- seiya.re
9+
- kibou.re
10+
- fukkatsu.re
11+
- yuki-no-seida.re
12+
- wii-sama.re
13+
- kabe.re
14+
- rusk.re
15+
- yamai.re
16+
- wakimichi.re
17+
- christmas.re
18+
- tomoni.re
19+
- bakhmut.re
20+
- ukraine.re
21+
- postscript1.re
22+
- 並行現実小説集第二巻収録:
23+
- dedication2.re
24+
- bouquet.re
25+
- kuruna.re
26+
- outoh-ki.re
27+
- kawaii.re
28+
- hokkai.re
29+
- natsu-no-enishi.re
30+
- yurodivy.re
31+
- postscript2.re
32+
- 並行現実小説集第三巻収録:
33+
- dedication3.re
34+
- are.re
35+
- tsugaru.re
36+
- one-year-period.re
37+
- watashi-no-yume.re
38+
- fuyu-no-shukusai.re
39+
- sandaibanashi.re
40+
- kinsho.re
41+
- kaguya.re
42+
- postscript3.re
43+
- 各イベントのペーパー:
44+
- bunfuri-tokyo-37.re
45+
- VKetReal2023Winter.re
46+
47+
APPENDIX:
48+
49+
POSTDEF:
50+
- postscript.re

colophon.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<section class="colophon" id="colophon" role="doc-colophon">
1212
<div class="colophon-wrapper">
1313
<div class="colophon-content">
14-
<h1 class="title">イノカシラ神話体系</h1>
14+
<h1 class="title page-break">イノカシラ神話体系</h1>
1515
<h2 class="subtitle">並行現実小説集 総集編・一</h2>
1616
<hr />
1717
<div class="pubhistory">

config-ebook-tate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# 元々の設定ファイルから項目を継承する
33
inherit: ["config.yml"]
44

5+
# おまけコンテンツ入り
6+
catalogfile: catalog-omake.yml
7+
58
# 表紙を作る
69
cover: cover.xhtml
710

config-ebook-yoko.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# 元々の設定ファイルから項目を継承する
33
inherit: ["config.yml"]
44

5+
# おまけコンテンツ入り
6+
catalogfile: catalog-omake.yml
7+
58
# 横書き
69
direction: "ltr"
710

config-epub-tate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# 元々の設定ファイルから項目を継承する
33
inherit: ["config.yml"]
44

5+
# おまけコンテンツ入り
6+
catalogfile: catalog-omake.yml
7+
58
# 表紙を作る
69
cover: cover.xhtml
710
coverimage: frontcover.png

config-epub-yoko.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# 元々の設定ファイルから項目を継承する
33
inherit: ["config.yml"]
44

5+
# おまけコンテンツ入り
6+
catalogfile: catalog-omake.yml
7+
58
# 横書き
69
direction: "ltr"
710

0 commit comments

Comments
 (0)