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-04-18 15:54:54 +0300
committerGitHub <noreply@github.com>2020-04-18 15:54:54 +0300
commit8a0e61085cfc2f2d1a342697c73b10cbc1d27a68 (patch)
tree3bce7f15d61648a3b0dce6d43c938acfc74c1895 /exampleSite/config.toml
parent9f37d7bc2a2580b19c211521b68194faecd3e736 (diff)
feat(code): add copy button for code (#239)
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ee68321..959ddae 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -888,8 +888,6 @@ enableEmoji = true
lunrJS = ''
# algoliasearch@4.1.0 https://github.com/algolia/algoliasearch-client-javascript
algoliasearchJS = ''
- # sharer@0.4.0 https://github.com/ellisonleao/sharer.js
- sharerJS = ''
# lazysizes@5.2.0 https://github.com/aFarkas/lazysizes
lazysizesJS = ''
# lightgallery.js@1.1.3 lg-thumbnail@1.1.0 lg-zoom@1.1.0 https://github.com/sachinchoolur/lightgallery.js
@@ -897,6 +895,10 @@ enableEmoji = true
lightgalleryJS = ''
lightgalleryThumbnailJS = ''
lightgalleryZoomJS = ''
+ # clipboard.js@2.0.6 https://github.com/zenorocha/clipboard.js
+ clipboardJS = ''
+ # sharer@0.4.0 https://github.com/ellisonleao/sharer.js
+ sharerJS = ''
# typeit@6.5.1 https://github.com/alexmacarthur/typeit
typeitJS = ''
# katex@0.11.1 https://katex.org/
@@ -934,7 +936,7 @@ enableEmoji = true
codeFences = true
guessSyntax = true
lineNos = true
- lineNumbersInTable = false
+ lineNumbersInTable = true
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
# false 是必要的设置 (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false