On branch main

modified:   README.md
new file:   src/zig.yaml
This commit is contained in:
zed
2023-11-22 22:51:32 +03:00
parent 31972e96e0
commit f3d52d856e
2 changed files with 16 additions and 1 deletions

View File

@@ -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
View 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
...