summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-06-26 13:06:55 -0500
committerToby Vincent <tobyv13@gmail.com>2023-06-26 13:06:55 -0500
commitc24808e339ca1d756211e90858e29a42c21854b0 (patch)
treeff3e3a43ecb86c521680b4957cc53116d127b9e8
chore: initial commit
-rw-r--r--.gitignore1
-rw-r--r--book.toml6
-rw-r--r--src/SUMMARY.md3
-rw-r--r--src/chapter_1.md1
4 files changed, 11 insertions, 0 deletions
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..00e2896
--- /dev/null
+++ b/book.toml
@@ -0,0 +1,6 @@
+[book]
+authors = ["Toby Vincent"]
+language = "en"
+multilingual = false
+src = "src"
+title = "Arch Linux"
diff --git a/src/SUMMARY.md b/src/SUMMARY.md
new file mode 100644
index 0000000..7390c82
--- /dev/null
+++ b/src/SUMMARY.md
@@ -0,0 +1,3 @@
+# Summary
+
+- [Chapter 1](./chapter_1.md)
diff --git a/src/chapter_1.md b/src/chapter_1.md
new file mode 100644
index 0000000..b743fda
--- /dev/null
+++ b/src/chapter_1.md
@@ -0,0 +1 @@
+# Chapter 1