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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2017-02-25 20:54:47 +0300
committerCarson Ip <carsonip715@gmail.com>2017-02-25 20:54:47 +0300
commitd16ebcaa0276de49eb77b949056f027f5728a95c (patch)
treead6d502e2e669ca059021dc9682bfff47320834b /README.md
parent3763502f15c12b3b97713ed27cd186e24f30b26b (diff)
Update readme about smart toc
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e26b193..48adea8 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,11 @@ Minos is a Hugo theme ported from Hexo theme [Minos](https://github.com/ppoffice
* Duoshuo comment
* Search box
* Hierarchical categories (since this isn't supported in Hugo)
+* Smart table of contents (will highlight and expand current section in TOC)
* Disqus
* Google Analytics
* [KaTeX](https://github.com/Khan/KaTeX)
* Syntax highlighting using [highlight.js](https://github.com/isagalaev/highlight.js)
-* no jQuery :)
## Installation
@@ -40,6 +40,12 @@ theme = "hugo-theme-minos"
## Options
+### Smart TOC
+```
+[params]
+ smartToc = true
+```
+
### Disqus
```
[params]