add mdbook

This commit is contained in:
Adam Jeniski 2025-11-15 22:58:14 -05:00
parent 6684b148a4
commit 6ca05b6f24
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

5
book.toml Normal file
View File

@ -0,0 +1,5 @@
[book]
authors = ["Adam Jeniski"]
language = "en"
src = "src"
title = "Ajet Blog"

3
src/SUMMARY.md Normal file
View File

@ -0,0 +1,3 @@
# Summary
- [Hello World](./hello-world.md)