diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index 649a05a..ae18275 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -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: diff --git a/catalog-omake.yml b/catalog-omake.yml new file mode 100644 index 0000000..2f47d7a --- /dev/null +++ b/catalog-omake.yml @@ -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 diff --git a/colophon.xhtml b/colophon.xhtml index 850c2a8..369bce3 100644 --- a/colophon.xhtml +++ b/colophon.xhtml @@ -11,7 +11,7 @@
-

イノカシラ神話体系

+

イノカシラ神話体系

並行現実小説集 総集編・一


diff --git a/config-ebook-tate.yml b/config-ebook-tate.yml index bad3d09..7519793 100644 --- a/config-ebook-tate.yml +++ b/config-ebook-tate.yml @@ -2,6 +2,9 @@ # 元々の設定ファイルから項目を継承する inherit: ["config.yml"] +# おまけコンテンツ入り +catalogfile: catalog-omake.yml + # 表紙を作る cover: cover.xhtml diff --git a/config-ebook-yoko.yml b/config-ebook-yoko.yml index 6e26282..b6ef273 100644 --- a/config-ebook-yoko.yml +++ b/config-ebook-yoko.yml @@ -2,6 +2,9 @@ # 元々の設定ファイルから項目を継承する inherit: ["config.yml"] +# おまけコンテンツ入り +catalogfile: catalog-omake.yml + # 横書き direction: "ltr" diff --git a/config-epub-tate.yml b/config-epub-tate.yml index 3e13363..3dd32c1 100644 --- a/config-epub-tate.yml +++ b/config-epub-tate.yml @@ -2,6 +2,9 @@ # 元々の設定ファイルから項目を継承する inherit: ["config.yml"] +# おまけコンテンツ入り +catalogfile: catalog-omake.yml + # 表紙を作る cover: cover.xhtml coverimage: frontcover.png diff --git a/config-epub-yoko.yml b/config-epub-yoko.yml index 5fb8f2d..b37bb40 100644 --- a/config-epub-yoko.yml +++ b/config-epub-yoko.yml @@ -2,6 +2,9 @@ # 元々の設定ファイルから項目を継承する inherit: ["config.yml"] +# おまけコンテンツ入り +catalogfile: catalog-omake.yml + # 横書き direction: "ltr"