-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8e158d
commit afbdbf1
Showing
3 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Review | |
on: | ||
pull_request: | ||
branches: | ||
- master | ||
- '*' | ||
jobs: | ||
build: | ||
runs-on: ubuntu-18.04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
title: | ||
- type: main | ||
text: My Book | ||
text: My Reading vx.x.x | ||
- type: subtitle | ||
text: An investigation of metadata | ||
description: The book description | ||
text: Collection is numerous of articles from around the net. | ||
description: I collect these articles just to create ebook for reading on kindle. It may include many conflicting or inappropriate perspectives. | ||
creator: | ||
- role: author | ||
text: John Smith | ||
text: Unknown | ||
- role: editor | ||
text: Sarah Jones | ||
text: Myself | ||
- role: Cover designer | ||
text: Myself | ||
publisher: Myself | ||
rights: No License | ||
lang: en-US | ||
tags: [pandoc, book, my-book, etc] | ||
tags: [pandoc, ebook] | ||
linkReferences: true | ||
--- |