Compare commits

...

4 Commits

Author SHA1 Message Date
semantic-release-bot 3579e40de5 chore(release): v4.0.5 [skip ci]
## [4.0.5](https://src.mfgames.com/fedran-sources/sand-and-blood/compare/v4.0.4...v4.0.5) (2022-10-15)

### Bug Fixes

* adding ISBN back in ([0a51f02](0a51f0228c))
* fixing title page ([a39d5b5](a39d5b5168))
2022-10-15 05:08:47 +00:00
D. Moonfire a39d5b5168 fix: fixing title page 2022-10-14 23:23:51 -05:00
D. Moonfire d37f4e2086 chore: updating the branch 2022-10-14 23:07:38 -05:00
D. Moonfire 0a51f0228c fix: adding ISBN back in 2022-10-14 23:04:28 -05:00
6 changed files with 17 additions and 96 deletions

View File

@ -1,3 +1,11 @@
## [4.0.5](https://src.mfgames.com/fedran-sources/sand-and-blood/compare/v4.0.4...v4.0.5) (2022-10-15)
### Bug Fixes
* adding ISBN back in ([0a51f02](https://src.mfgames.com/fedran-sources/sand-and-blood/commit/0a51f0228c6edcd43aeb859cc890a30436021739))
* fixing title page ([a39d5b5](https://src.mfgames.com/fedran-sources/sand-and-blood/commit/a39d5b5168b1bf09a976d76c92c5a003c9ce630a))
## [4.0.4](https://src.mfgames.com/fedran-sources/sand-and-blood/compare/v4.0.3...v4.0.4) (2022-10-15)

View File

@ -27,7 +27,7 @@
"has_dedication": true,
"git": {
"http_url": "https://src.mfgames.com/fedran-sources/sand-and-blood.git",
"branch": "master"
"branch": "main"
},
"links": {
"development": {
@ -40,6 +40,7 @@
"goodreads": "https://www.goodreads.com/book/show/29209253-sand-and-blood"
},
"print": {
"isbn": "978-1-940509-06-8",
"amazon": "http://amzn.to/2FFZjsv",
"typewriter": "https://store.typewriter.press/product/sand-and-blood/"
},
@ -51,7 +52,8 @@
"cover": {
"cover_slug": "0100-00-sand-and-blood",
"title_page_lines": [
"Sand and",
"Sand",
"and",
"Blood"
]
},

View File

@ -4,7 +4,8 @@ title: Title
<div class="title">
<div class="title-area">
<div class="large">Sand and</div>
<div class="large">Sand</div>
<div class="large">and</div>
<div class="large">Blood</div>
</div>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "sand-and-blood",
"version": "4.0.4",
"version": "4.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sand-and-blood",
"version": "4.0.4",
"version": "4.0.5",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"@fedran/writing-hyphen": "^1.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "sand-and-blood",
"version": "4.0.4",
"version": "4.0.5",
"private": true,
"description": "\"Sand and Blood\" is a novel by D. Moonfire.",
"author": {

View File

@ -1,90 +0,0 @@
metadata:
series:
name: Rutejìmo
volume: 1
title: Sand and Blood
author: D. Moonfire
publisher: Broken Typewriter Press
rights: CC-BY-NC-SA-4.0
date: 2014-05-18
description:
source: ./description.markdown
subjects:
- Anime
- Fantasy
- Steampunk
- Fiction
- Action
- Young Adult
language: en
theme: "@fedran/writing-theme"
outputDirectory: .
outputFilename: "dmoonfire-{{ edition.fedran.pov }}-{{ edition.fedran.vol}}-{{ edition.name }}-{{ edition.version }}.{{ edition.editionName }}"
editions:
epub:
format: "@mfgames-writing/epub2"
pdf:
format: "@mfgames-writing/weasyprint"
isbn: 978-1-940509-06-8
images:
grayscale: true
opaque: true
contents:
- element: cover
source: build/repos/fedran-covers/dist/full/0100-00-sand-and-blood-front.jpg
linear: false
exclude:
editions: [pdf]
toc: true
- element: bastard
source: frontmatter/title.html
linear: false
exclude:
editions: [epub]
toc: true
- element: title
source: frontmatter/title.html
linear: false
exclude:
toc: true
- element: legal
source: frontmatter/legal.markdown
liquid: true
linear: false
- element: dedication
source: frontmatter/dedication.markdown
linear: false
- element: toc
linear: false
title: Contents
exclude:
editions: [pdf]
- element: preface
source: frontmatter/miwafu.html
linear: false
- element: chapter
number: 1
directory: chapters
source: /^chapter-\d+.markdown$/
start: true
page: 1
pipeline: &pipelines
- module: "@fedran/writing-hyphen"
- module: "@mfgames-writing/hyphen"
- element: appendix
source: backmatter/about.markdown
- element: appendix
source: backmatter/fedran.markdown
- element: appendix
id: license
source: backmatter/license.markdown
- element: appendix
source: backmatter/patrons.markdown
- element: appendix
source: backmatter/credits.markdown
- element: colophon
source: backmatter/colophon.markdown