initial commit

This commit is contained in:
AF 2023-07-31 17:56:15 +00:00
commit 71b8825d18
4 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

14
book.toml Normal file
View File

@ -0,0 +1,14 @@
[book]
authors = ["Alisa Feistel"]
language = "en"
multilingual = false
src = "src"
title = "Exercises"
[build]
build-dir = "book"
create-missing = false
[output.html]
default-theme = "navy"
mathjax-support = true

3
src/SUMMARY.md Normal file
View File

@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

1
src/chapter_1.md Normal file
View File

@ -0,0 +1 @@
# Chapter 1