about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-24 16:51:02 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-24 16:51:02 +0700
commit0316dd127253b3dd95cfac01f977c055159b30b3 (patch)
tree4c5d61fb6e055bf8b1344b14907d621e2b4531b0
parentf8c4f9a03706b5bfc5977db4ee6ecb7f280b9784 (diff)
downloadhaasdaiga-0316dd127253b3dd95cfac01f977c055159b30b3.tar.gz
Move morphology to subsections
-rw-r--r--book.toml2
-rw-r--r--src/SUMMARY.md4
-rw-r--r--src/haasdaiga/morphology.md22
-rw-r--r--src/haasdaiga/morphology/index.md4
-rw-r--r--src/haasdaiga/morphology/nominal.md25
-rw-r--r--src/haasdaiga/morphology/verbal.md6
6 files changed, 40 insertions, 23 deletions
diff --git a/book.toml b/book.toml
index 1633042..a6e2ebf 100644
--- a/book.toml
+++ b/book.toml
@@ -9,6 +9,8 @@ title = "Huy's conlangs"
 default-theme = "rust"
 mathjax-support = true
 
+# [output.satysfi]
+
 [preprocessor.toc]
 command = "mdbook-toc"
 renderer = ["html"]
diff --git a/src/SUMMARY.md b/src/SUMMARY.md
index 8f60fae..8c17eb7 100644
--- a/src/SUMMARY.md
+++ b/src/SUMMARY.md
@@ -6,4 +6,6 @@
 
 - [Introduction](./haasdaiga/intro.md)
 - [Phonology](./haasdaiga/phonology.md)
-- [Morphology](./haasdaiga/morphology.md)
+- [Morphology](./haasdaiga/morphology/index.md)
+  - [Nominal](./haasdaiga/morphology/nominal.md)
+  - [Verbal](./haasdaiga/morphology/verbal.md)
diff --git a/src/haasdaiga/morphology.md b/src/haasdaiga/morphology.md
deleted file mode 100644
index 7c00adf..0000000
--- a/src/haasdaiga/morphology.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Morphology
-
-This section concerns which forms exist for each category and not how to use them.
-That will be covered in the section Parts of Speech.
-
-<!-- toc -->
-
-## Nominal
-
-Nominal declension is based on number, case, and gender.
-
-### Number
-### Case
-### Gender
-### Pronouns
-
-
-## Verbal
-
-### Tense
-### Aspect
-### Mood
diff --git a/src/haasdaiga/morphology/index.md b/src/haasdaiga/morphology/index.md
new file mode 100644
index 0000000..d1bf500
--- /dev/null
+++ b/src/haasdaiga/morphology/index.md
@@ -0,0 +1,4 @@
+# Morphology
+
+This section concerns which forms exist for each category and not how to use them.
+That will be covered in the section Parts of Speech.
diff --git a/src/haasdaiga/morphology/nominal.md b/src/haasdaiga/morphology/nominal.md
new file mode 100644
index 0000000..f32ebb0
--- /dev/null
+++ b/src/haasdaiga/morphology/nominal.md
@@ -0,0 +1,25 @@
+## Nominal
+
+Nominal declension is based on number, case, and gender.
+
+### Number
+
+There are three numbers:
+
+- singular
+- several
+- plural
+
+### Case
+
+There are five cases:
+
+- nominative
+- accusative
+- ablative
+- lative
+- genitive
+
+### Gender
+### Pronouns
+
diff --git a/src/haasdaiga/morphology/verbal.md b/src/haasdaiga/morphology/verbal.md
new file mode 100644
index 0000000..3104861
--- /dev/null
+++ b/src/haasdaiga/morphology/verbal.md
@@ -0,0 +1,6 @@
+## Verbal
+
+### Tense
+### Aspect
+### Mood
+