about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-20 17:32:11 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-20 17:32:11 +0700
commit2dcad731a66641dd422a217f5b244dd06a3406fe (patch)
tree53ba77722126aafcf0382a665a5cce3f942a2fc3
parent56d005a7ccd82435d319fde3d07c0afbad2959e7 (diff)
downloadhaasdaiga-2dcad731a66641dd422a217f5b244dd06a3406fe.tar.gz
Initialize the book source
-rw-r--r--.gitignore1
-rw-r--r--README.md15
-rw-r--r--book.toml6
-rw-r--r--src/SUMMARY.md3
-rw-r--r--src/chapter_1.md1
5 files changed, 24 insertions, 2 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/README.md b/README.md
index 2e4dacd..d7b030c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
-# conlang
+# Conlangs
 
-Repository for my constructed languages.
\ No newline at end of file
+Repository for documenting my constructed languages.
+
+<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
+  <img
+    alt="Creative Commons License"
+    src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
+</a>
+
+These documentations are licensed under a
+[Creative Commons Attribution-ShareAlike 4.0 International License][CC-BY-SA].
+
+[CC-BY-SA]: https://creativecommons.org/licenses/by-sa/2.0/
diff --git a/book.toml b/book.toml
new file mode 100644
index 0000000..b9a9811
--- /dev/null
+++ b/book.toml
@@ -0,0 +1,6 @@
+[book]
+authors = ["Ngô Ngọc Đức Huy"]
+language = "en"
+multilingual = false
+src = "src"
+title = "Huy's conlangs"
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