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

github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFFRaycoder <nn_201312@163.com>2020-06-06 06:21:24 +0300
committerFFRaycoder <nn_201312@163.com>2020-06-06 06:21:24 +0300
commitcb08b9ddb2afdef37dbf1c7aa01255722419c6d4 (patch)
tree195c26eeec65ac16072f3ae447cb9d7e59a38a55
parent39371b3a9ce95e4e54047110d3fe9a825d22fa8d (diff)
highlight config
-rw-r--r--configI18N/config.zh.toml2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/configI18N/config.zh.toml b/configI18N/config.zh.toml
index 3b4421f..1ef5c88 100644
--- a/configI18N/config.zh.toml
+++ b/configI18N/config.zh.toml
@@ -95,7 +95,7 @@ paginate = 10
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
- noClasses = false
+ noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f9dc014..3dd4fe6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -95,7 +95,7 @@ paginate = 10
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
- noClasses = false
+ noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]