Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2020-01-18 18:34:26 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-01-18 18:34:26 +0300
commitdb299a93ec4896546e0ee600ad632a79ee1c3732 (patch)
tree5cf1fbb52cc279ba4895e21ba8bea8c4f2acc4ca
parentcfa2d19c60ff7e66b2a0abb3e275423cce071bd9 (diff)
Updated Customization (markdown)
-rw-r--r--Customization.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Customization.md b/Customization.md
index 2119d71..188802d 100644
--- a/Customization.md
+++ b/Customization.md
@@ -25,6 +25,18 @@ weight = 1
```
Note: `weight` is the priority of each item. **The lowest the weight is, the higher the priority is.**
+## Enable Table of Contents
+
+It is an experimental feature.
+Add `toc=true` to the section of `[param]` in your `config.toml`.
+Then you will see the `table of contents`.
+
+While in PC view, it is on the right sidebar.
+In mobile view, it is in the drawer.
+
+This function is still in development.
+(Sure, it means very ugly ;) )
+
## Enable or disable comment area
### Enabling
#### Gitalk