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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-17 16:16:04 +0300
committerGitHub <noreply@github.com>2020-03-17 16:16:04 +0300
commit6b03c711ac8000b5bd09c23f3fea2a005389b230 (patch)
tree2766ad718cac8c7d275acb69725ae593551dfc83 /exampleSite/config.toml
parentf9dba2e36caef0c80666e79ce109621fd96ec9e8 (diff)
feat(shortcode): add link shortcode (#179)
* feat(shortcode): add link shortcode * docs: add docs for link shortcode * docs: fix 'mailto' in link shortcode docs error
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 719d818..4d506ad 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -835,12 +835,11 @@ enableEmoji = true
[markup.highlight]
codeFences = true
guessSyntax = true
- lineNoStart = 1
lineNos = true
- lineNumbersInTable = true
+ lineNumbersInTable = false
+ # false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
+ # false 是必要的设置 (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
- style = "monokai"
- tabWidth = 4
# Goldmark is from Hugo 0.60 the default library used for Markdown
# Goldmark 是 Hugo 0.60 以来的默认 Markdown 解析库
[markup.goldmark]