initial commit
This commit is contained in:
commit
71b8825d18
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
book
|
14
book.toml
Normal file
14
book.toml
Normal 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
3
src/SUMMARY.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
1
src/chapter_1.md
Normal file
1
src/chapter_1.md
Normal file
@ -0,0 +1 @@
|
||||
# Chapter 1
|
Loading…
Reference in New Issue
Block a user