From c33989ee8688d3dc1cba629069be4ee2ba6d3793 Mon Sep 17 00:00:00 2001 From: timofey Date: Wed, 3 May 2023 23:09:55 +0000 Subject: [PATCH] basic framework --- .gitignore | 1 + book.toml | 16 ++++++++++++++++ src/SUMMARY.md | 3 +++ src/ch00/s00-introduction.md | 1 + 4 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 book.toml create mode 100644 src/SUMMARY.md create mode 100644 src/ch00/s00-introduction.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..47dffc9 --- /dev/null +++ b/book.toml @@ -0,0 +1,16 @@ +[book] +authors = ["Alisa Feistel"] +language = "en" +multilingual = false +src = "src" +title = "Rainbow ADN" + +[build] +build-dir = "book" +create-missing = false + +[output.html] +default-theme = "navy" +mathjax-support = true +git-repository-url = "https://gitea.parrrate.ru/PTV/book-radn" +edit-url-template = "https://gitea.parrrate.ru/PTV/book-radn/_edit/latest/{path}" diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..78fecc6 --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +[Introduction](./ch00/s00-introduction.md) diff --git a/src/ch00/s00-introduction.md b/src/ch00/s00-introduction.md new file mode 100644 index 0000000..e10b99d --- /dev/null +++ b/src/ch00/s00-introduction.md @@ -0,0 +1 @@ +# Introduction