diff options
author | amzrk2 | 2020-04-21 10:45:14 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-21 10:45:14 +0800 |
commit | 27dc1d536f212bcc1765efb5bdc72b20d2ad1286 (patch) | |
tree | 3117dfa4188d9cbf0e805855c226ae0ecd8f9f91 /exampleSite/config.toml | |
parent | 94193538e3f10063bb31590108ea497d1a28084b (diff) | |
download | hugo-theme-fuji-27dc1d536f212bcc1765efb5bdc72b20d2ad1286.tar.gz hugo-theme-fuji-27dc1d536f212bcc1765efb5bdc72b20d2ad1286.tar.bz2 hugo-theme-fuji-27dc1d536f212bcc1765efb5bdc72b20d2ad1286.zip |
Update resources
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 51e802e..4003290 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -75,6 +75,10 @@ paginate = 10 [markup.highlight] style = "monokailight" + [markup.tableOfContents] + startLevel = 2 # Start level of TOC, 2 means h2 or ## + endLevel = 2 # End level of TOC, 3 means h3 or ### + [taxonomies] tag = "tags" |