build: updating POV and volume
This commit is contained in:
parent
644998df93
commit
7c2fe4875a
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
"name": "sand-and-bone",
|
||||
"private": true,
|
||||
"version": "1.1.0",
|
||||
"fedran": {
|
||||
"pov": "0100",
|
||||
"vol": "02"
|
||||
},
|
||||
"description": "A novel by D. Moonfire",
|
||||
"author": "D. Moonfire",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
|
|
|
@ -18,7 +18,7 @@ metadata:
|
|||
language: en
|
||||
theme: "@fedran/writing-theme"
|
||||
outputDirectory: .
|
||||
outputFilename: dmoonfire-0100-02-sand-and-bone-{{edition.version}}.{{edition.editionName}}
|
||||
outputFilename: "dmoonfire-{{ edition.fedran.pov }}-{{ edition.fedran.vol}}-{{ edition.name }}-{{ edition.version }}.{{ edition.editionName }}"
|
||||
|
||||
editions:
|
||||
epub:
|
||||
|
|
Loading…
Reference in a new issue