From f3d52d856e0322f2feb6d3bfe10ed1e38fa0c341 Mon Sep 17 00:00:00 2001 From: zed Date: Wed, 22 Nov 2023 22:51:32 +0300 Subject: [PATCH] On branch main modified: README.md new file: src/zig.yaml --- README.md | 3 ++- src/zig.yaml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/zig.yaml diff --git a/README.md b/README.md index e27ceb0..6386f71 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/src/zig.yaml b/src/zig.yaml new file mode 100644 index 0000000..92d56d1 --- /dev/null +++ b/src/zig.yaml @@ -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 +...