chore(docs): update theme documentation basic

This commit is contained in:
Dillon
2020-05-15 19:06:33 +08:00
parent da9df3b0ce
commit 413b73df92
3 changed files with 21 additions and 0 deletions

View File

@@ -116,6 +116,13 @@ theme = "LoveIt"
url = "/categories/"
title = ""
weight = 3
# Markup related configuration in Hugo
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
```
{{< admonition >}}

View File

@@ -121,6 +121,13 @@ theme = "LoveIt"
url = "/categories/"
title = ""
weight = 3
# Markup related configuration in Hugo
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
```
{{< admonition >}}

View File

@@ -119,6 +119,13 @@ theme = "LoveIt"
url = "/categories/"
title = ""
weight = 3
# Hugo 解析文档的配置
[markup]
# 语法高亮设置 (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
# false 是必要的设置 (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
```
{{< admonition >}}