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",
|
"name": "sand-and-bone",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
"fedran": {
|
||||||
|
"pov": "0100",
|
||||||
|
"vol": "02"
|
||||||
|
},
|
||||||
"description": "A novel by D. Moonfire",
|
"description": "A novel by D. Moonfire",
|
||||||
"author": "D. Moonfire",
|
"author": "D. Moonfire",
|
||||||
"license": "CC-BY-NC-SA-4.0",
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
|
|
|
@ -18,7 +18,7 @@ metadata:
|
||||||
language: en
|
language: en
|
||||||
theme: "@fedran/writing-theme"
|
theme: "@fedran/writing-theme"
|
||||||
outputDirectory: .
|
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:
|
editions:
|
||||||
epub:
|
epub:
|
||||||
|
|
Loading…
Reference in a new issue