Skip to content

Commit

Permalink
おまけ分離
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Sep 12, 2024
1 parent d7e89f7 commit 12cf387
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: 成果物のアップロード
uses: actions/upload-artifact@v4
with:
name: ${{ format('inokashira-template_{0}_{1}', 'print-pdf-no-bleed', env.MUKI, steps.date.outputs.date) }}
name: ${{ format('inokashira-template_{0}_{1}_{2}', 'print-pdf-no-bleed', env.MUKI, steps.date.outputs.date) }}
path: book.pdf

ebook-pdf:
Expand Down
50 changes: 50 additions & 0 deletions catalog-omake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
PREDEF:
- dedication.re

CHAPS:
- VR小説作品集第一巻収録:
- dedication1.re
- saigo-no-maru.re
- seiya.re
- kibou.re
- fukkatsu.re
- yuki-no-seida.re
- wii-sama.re
- kabe.re
- rusk.re
- yamai.re
- wakimichi.re
- christmas.re
- tomoni.re
- bakhmut.re
- ukraine.re
- postscript1.re
- 並行現実小説集第二巻収録:
- dedication2.re
- bouquet.re
- kuruna.re
- outoh-ki.re
- kawaii.re
- hokkai.re
- natsu-no-enishi.re
- yurodivy.re
- postscript2.re
- 並行現実小説集第三巻収録:
- dedication3.re
- are.re
- tsugaru.re
- one-year-period.re
- watashi-no-yume.re
- fuyu-no-shukusai.re
- sandaibanashi.re
- kinsho.re
- kaguya.re
- postscript3.re
- 各イベントのペーパー:
- bunfuri-tokyo-37.re
- VKetReal2023Winter.re

APPENDIX:

POSTDEF:
- postscript.re
2 changes: 1 addition & 1 deletion colophon.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<section class="colophon" id="colophon" role="doc-colophon">
<div class="colophon-wrapper">
<div class="colophon-content">
<h1 class="title">イノカシラ神話体系</h1>
<h1 class="title page-break">イノカシラ神話体系</h1>
<h2 class="subtitle">並行現実小説集 総集編・一</h2>
<hr />
<div class="pubhistory">
Expand Down
3 changes: 3 additions & 0 deletions config-ebook-tate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# 元々の設定ファイルから項目を継承する
inherit: ["config.yml"]

# おまけコンテンツ入り
catalogfile: catalog-omake.yml

# 表紙を作る
cover: cover.xhtml

Expand Down
3 changes: 3 additions & 0 deletions config-ebook-yoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# 元々の設定ファイルから項目を継承する
inherit: ["config.yml"]

# おまけコンテンツ入り
catalogfile: catalog-omake.yml

# 横書き
direction: "ltr"

Expand Down
3 changes: 3 additions & 0 deletions config-epub-tate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# 元々の設定ファイルから項目を継承する
inherit: ["config.yml"]

# おまけコンテンツ入り
catalogfile: catalog-omake.yml

# 表紙を作る
cover: cover.xhtml
coverimage: frontcover.png
Expand Down
3 changes: 3 additions & 0 deletions config-epub-yoko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# 元々の設定ファイルから項目を継承する
inherit: ["config.yml"]

# おまけコンテンツ入り
catalogfile: catalog-omake.yml

# 横書き
direction: "ltr"

Expand Down

0 comments on commit 12cf387

Please sign in to comment.