build: updating POV and volume
This commit is contained in:
parent
c5ba5d3ec1
commit
f57e90c8c3
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"name": "sand-and-blood",
|
||||
"version": "3.1.0",
|
||||
"fedran": {
|
||||
"pov": "0100",
|
||||
"vol": "00"
|
||||
},
|
||||
"description": "A novel by D. Moonfire",
|
||||
"author": "D. Moonfire",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
|
|
|
@ -20,7 +20,7 @@ metadata:
|
|||
|
||||
theme: "@fedran/writing-theme"
|
||||
outputDirectory: .
|
||||
outputFilename: dmoonfire-0100-00-sand-and-blood-{{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