On branch main
modified: README.md new file: src/zig.yaml
This commit is contained in:
@@ -14,5 +14,6 @@ Distributed under the terms of
|
||||
## epub
|
||||
|
||||
```
|
||||
pandoc --metadata title="..." --syntax-definition="zig.xml" --highlight-style="zig.theme" ch01.md -o ch01.epub
|
||||
cd src/
|
||||
pandoc --syntax-definition="zig.xml" --highlight-style="zig.theme" zig.yaml *.md -o learning-zig.ru.epub
|
||||
```
|
||||
|
||||
14
src/zig.yaml
Normal file
14
src/zig.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
---
|
||||
title:
|
||||
- type: main
|
||||
text: Learning Zig
|
||||
creator:
|
||||
- role: author
|
||||
text: Karl Seguin
|
||||
- role: translator
|
||||
text: dee0xeed
|
||||
description: translation of the book into Russian
|
||||
lang: ru
|
||||
date: 2023
|
||||
...
|
||||
Reference in New Issue
Block a user