chore(libs): update libs (#256)

This commit is contained in:
Dillon
2020-04-24 23:47:47 +08:00
committed by GitHub
parent f588881216
commit 7ab1c10639
37 changed files with 411 additions and 350 deletions

View File

@@ -701,10 +701,10 @@ enableEmoji = true
accessToken = "pk.eyJ1IjoiZGlsbG9uenEiLCJhIjoiY2s2czd2M2x3MDA0NjNmcGxmcjVrZmc2cyJ9.aSjv2BNuZUfARvxRYjSVZQ"
# style for the light theme
# 浅色主题的地图样式
lightStyle = "mapbox://styles/mapbox/light-v9?optimize=true"
lightStyle = "mapbox://styles/mapbox/light-v10?optimize=true"
# style for the dark theme
# 深色主题的地图样式
darkStyle = "mapbox://styles/mapbox/dark-v9?optimize=true"
darkStyle = "mapbox://styles/mapbox/dark-v10?optimize=true"
# whether to add NavigationControl (https://docs.mapbox.com/mapbox-gl-js/api/#navigationcontrol)
# 是否添加 NavigationControl (https://docs.mapbox.com/mapbox-gl-js/api/#navigationcontrol)
navigation = true
@@ -774,8 +774,6 @@ enableEmoji = true
appId = "QGzwQXOqs5JOhN4RGPOkR2mR-MdYXbMMI"
appKey = "WBmoGyJtbqUswvfLh6L8iEBr"
placeholder = ""
notify = false
verify = true
avatar = "mp"
meta= ""
pageSize = 10
@@ -863,20 +861,20 @@ enableEmoji = true
[params.cdn]
# normalize.css@8.0.1 https://github.com/necolas/normalize.css
normalizeCSS = ''
# fontawesome-free@5.12.1 https://fontawesome.com/
# fontawesome-free@5.13.0 https://fontawesome.com/
fontawesomeFreeCSS = ''
# simple-icons@2.9.0 https://github.com/simple-icons/simple-icons
# ('https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/')
simpleIconsPrefix = ''
# animate.css@3.7.2 https://github.com/daneden/animate.css
animateCSS = ''
# smooth-scroll@16.1.2 https://github.com/cferdinandi/smooth-scroll
# smooth-scroll@16.1.3 https://github.com/cferdinandi/smooth-scroll
smoothScrollJS = ''
# autocomplete.js@0.37.1 https://github.com/algolia/autocomplete.js
autocompleteJS = ''
# lunr.js@2.3.8 https://lunrjs.com/
lunrJS = ''
# algoliasearch@4.1.0 https://github.com/algolia/algoliasearch-client-javascript
# algoliasearch@4.2.0 https://github.com/algolia/algoliasearch-client-javascript
algoliasearchJS = ''
# lazysizes@5.2.0 https://github.com/aFarkas/lazysizes
lazysizesJS = ''
@@ -887,9 +885,9 @@ enableEmoji = true
lightgalleryZoomJS = ''
# clipboard.js@2.0.6 https://github.com/zenorocha/clipboard.js
clipboardJS = ''
# sharer@0.4.0 https://github.com/ellisonleao/sharer.js
# sharer.js@0.4.0 https://github.com/ellisonleao/sharer.js
sharerJS = ''
# typeit@6.5.1 https://github.com/alexmacarthur/typeit
# typeit@7.0.3 https://github.com/alexmacarthur/typeit
typeitJS = ''
# katex@0.11.1 https://katex.org/
katexCSS = ''
@@ -898,12 +896,12 @@ enableEmoji = true
katexCopyTexCSS = ''
katexCopyTexJS = ''
katexMhchemJS = ''
# mermaid@8.4.8 https://github.com/knsv/mermaid
# mermaid@8.5.0 https://github.com/knsv/mermaid
mermaidJS = ''
# echarts@4.6.0 https://echarts.apache.org/
# echarts@4.7.0 https://echarts.apache.org/
echartsJS = ''
echartsMacaronsJS = ''
# mapbox-gl@1.8.1 https://docs.mapbox.com/mapbox-gl-js
# mapbox-gl@1.9.1 https://docs.mapbox.com/mapbox-gl-js
mapboxGLCSS = ''
mapboxGLJS = ''
# aplayer@1.10.1 https://github.com/MoePlayer/APlayer
@@ -914,7 +912,7 @@ enableEmoji = true
# gitalk@1.6.2 https://github.com/gitalk/gitalk
gitalkCSS = ''
gitalkJS = ''
# valine@1.3.10 https://valine.js.org/
# valine@1.4.9 https://valine.js.org/
valineJS = ''
# Markup related configuration in Hugo

View File

@@ -460,8 +460,6 @@ Note that some of these parameters are explained in details in other sections of
appId = ""
appKey = ""
placeholder = ""
notify = false
verify = true
avatar = "mp"
meta= ""
pageSize = 10
@@ -536,20 +534,20 @@ Note that some of these parameters are explained in details in other sections of
[params.cdn]
# {{< version 0.2.0 >}} {{< link "https://github.com/necolas/normalize.css" "normalize.css" >}}@8.0.1
normalizeCSS = ''
# {{< link "https://fontawesome.com/" "fontawesome-free" >}}@5.12.1
# {{< link "https://fontawesome.com/" "fontawesome-free" >}}@5.13.0
fontawesomeFreeCSS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/simple-icons/simple-icons" "simple-icons" >}}@2.9.0
# ('https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/')
simpleIconsPrefix = 'https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/'
# animate.css@3.7.2 https://github.com/daneden/animate.css
animateCSS = ''
# {{< link "https://github.com/cferdinandi/smooth-scroll" "smooth-scroll" >}}@16.1.2
# {{< link "https://github.com/cferdinandi/smooth-scroll" "smooth-scroll" >}}@16.1.3
smoothScrollJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/autocomplete.js" "autocomplete.js" >}}@0.37.1
autocompleteJS = ''
# {{< version 0.2.0 >}} {{< link "https://lunrjs.com/" "lunr.js" >}}@2.3.8
lunrJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/algoliasearch-client-javascript" "algoliasearch" >}}@4.1.0
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/algoliasearch-client-javascript" "algoliasearch" >}}@4.2.0
algoliasearchJS = ''
# {{< link "https://github.com/aFarkas/lazysizes" "lazysizes" >}}@5.2.0
lazysizesJS = ''
@@ -560,9 +558,9 @@ Note that some of these parameters are explained in details in other sections of
lightgalleryZoomJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/zenorocha/clipboard.js" "clipboard.js" >}}@2.0.6
clipboardJS = ''
# {{< link "https://github.com/ellisonleao/sharer.js" "sharer" >}}@0.4.0
# {{< link "https://github.com/ellisonleao/sharer.js" "sharer.js" >}}@0.4.0
sharerJS = ''
# {{< link "https://github.com/alexmacarthur/typeit" "typeit" >}}@6.5.1
# {{< link "https://github.com/alexmacarthur/typeit" "typeit" >}}@7.0.3
typeitJS = ''
# {{< link "https://github.com/KaTeX/KaTeX" "katex" >}}@0.11.1
katexCSS = ''
@@ -571,12 +569,12 @@ Note that some of these parameters are explained in details in other sections of
katexCopyTexCSS = ''
katexCopyTexJS = ''
katexMhchemJS = ''
# {{< link "https://github.com/knsv/mermaid" "mermaid" >}}@8.4.8
# {{< link "https://github.com/knsv/mermaid" "mermaid" >}}@8.5.0
mermaidJS = ''
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.6.0
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.7.0
echartsJS = ''
echartsMacaronsJS = ''
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.8.1
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.9.1
mapboxGLCSS = ''
mapboxGLJS = ''
# {{< link "https://github.com/MoePlayer/APlayer" "aplayer" >}}@1.10.1
@@ -587,7 +585,7 @@ Note that some of these parameters are explained in details in other sections of
# {{< link "https://github.com/gitalk/gitalk" "gitalk" >}}@1.6.2
gitalkCSS = ''
gitalkJS = ''
# {{< link "https://valine.js.org/" "valine" >}}@1.3.10
# {{< link "https://valine.js.org/" "valine" >}}@1.4.9
valineJS = ''
# Markup related config in Hugo

View File

@@ -465,8 +465,6 @@ Note that some of these parameters are explained in details in other sections of
appId = ""
appKey = ""
placeholder = ""
notify = false
verify = true
avatar = "mp"
meta= ""
pageSize = 10
@@ -541,20 +539,20 @@ Note that some of these parameters are explained in details in other sections of
[params.cdn]
# {{< version 0.2.0 >}} {{< link "https://github.com/necolas/normalize.css" "normalize.css" >}}@8.0.1
normalizeCSS = ''
# {{< link "https://fontawesome.com/" "fontawesome-free" >}}@5.12.1
# {{< link "https://fontawesome.com/" "fontawesome-free" >}}@5.13.0
fontawesomeFreeCSS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/simple-icons/simple-icons" "simple-icons" >}}@2.9.0
# ('https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/')
simpleIconsPrefix = 'https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/'
# animate.css@3.7.2 https://github.com/daneden/animate.css
animateCSS = ''
# {{< link "https://github.com/cferdinandi/smooth-scroll" "smooth-scroll" >}}@16.1.2
# {{< link "https://github.com/cferdinandi/smooth-scroll" "smooth-scroll" >}}@16.1.3
smoothScrollJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/autocomplete.js" "autocomplete.js" >}}@0.37.1
autocompleteJS = ''
# {{< version 0.2.0 >}} {{< link "https://lunrjs.com/" "lunr.js" >}}@2.3.8
lunrJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/algoliasearch-client-javascript" "algoliasearch" >}}@4.1.0
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/algoliasearch-client-javascript" "algoliasearch" >}}@4.2.0
algoliasearchJS = ''
# {{< link "https://github.com/aFarkas/lazysizes" "lazysizes" >}}@5.2.0
lazysizesJS = ''
@@ -565,9 +563,9 @@ Note that some of these parameters are explained in details in other sections of
lightgalleryZoomJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/zenorocha/clipboard.js" "clipboard.js" >}}@2.0.6
clipboardJS = ''
# {{< link "https://github.com/ellisonleao/sharer.js" "sharer" >}}@0.4.0
# {{< link "https://github.com/ellisonleao/sharer.js" "sharer.js" >}}@0.4.0
sharerJS = ''
# {{< link "https://github.com/alexmacarthur/typeit" "typeit" >}}@6.5.1
# {{< link "https://github.com/alexmacarthur/typeit" "typeit" >}}@7.0.3
typeitJS = ''
# {{< link "https://github.com/KaTeX/KaTeX" "katex" >}}@0.11.1
katexCSS = ''
@@ -576,12 +574,12 @@ Note that some of these parameters are explained in details in other sections of
katexCopyTexCSS = ''
katexCopyTexJS = ''
katexMhchemJS = ''
# {{< link "https://github.com/knsv/mermaid" "mermaid" >}}@8.4.8
# {{< link "https://github.com/knsv/mermaid" "mermaid" >}}@8.5.0
mermaidJS = ''
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.6.0
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.7.0
echartsJS = ''
echartsMacaronsJS = ''
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.8.1
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.9.1
mapboxGLCSS = ''
mapboxGLJS = ''
# {{< link "https://github.com/MoePlayer/APlayer" "aplayer" >}}@1.10.1
@@ -592,7 +590,7 @@ Note that some of these parameters are explained in details in other sections of
# {{< link "https://github.com/gitalk/gitalk" "gitalk" >}}@1.6.2
gitalkCSS = ''
gitalkJS = ''
# {{< link "https://valine.js.org/" "valine" >}}@1.3.10
# {{< link "https://valine.js.org/" "valine" >}}@1.4.9
valineJS = ''
# Markup related config in Hugo

View File

@@ -463,8 +463,6 @@ hugo
appId = ""
appKey = ""
placeholder = "Your comment ..."
notify = false
verify = true
avatar = "mp"
meta= ""
pageSize = 10
@@ -539,20 +537,20 @@ hugo
[params.cdn]
# {{< version 0.2.0 >}} {{< link "https://github.com/necolas/normalize.css" "normalize.css" >}}@8.0.1
normalizeCSS = ''
# {{< link "https://fontawesome.com/" "fontawesome-free" >}}@5.12.1
# {{< link "https://fontawesome.com/" "fontawesome-free" >}}@5.13.0
fontawesomeFreeCSS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/simple-icons/simple-icons" "simple-icons" >}}@2.9.0
# ('https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/')
simpleIconsPrefix = 'https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/'
# animate.css@3.7.2 https://github.com/daneden/animate.css
animateCSS = ''
# {{< link "https://github.com/cferdinandi/smooth-scroll" "smooth-scroll" >}}@16.1.2
# {{< link "https://github.com/cferdinandi/smooth-scroll" "smooth-scroll" >}}@16.1.3
smoothScrollJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/autocomplete.js" "autocomplete.js" >}}@0.37.1
autocompleteJS = ''
# {{< version 0.2.0 >}} {{< link "https://lunrjs.com/" "lunr.js" >}}@2.3.8
lunrJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/algoliasearch-client-javascript" "algoliasearch" >}}@4.1.0
# {{< version 0.2.0 >}} {{< link "https://github.com/algolia/algoliasearch-client-javascript" "algoliasearch" >}}@4.2.0
algoliasearchJS = ''
# {{< link "https://github.com/aFarkas/lazysizes" "lazysizes" >}}@5.2.0
lazysizesJS = ''
@@ -563,9 +561,9 @@ hugo
lightgalleryZoomJS = ''
# {{< version 0.2.0 >}} {{< link "https://github.com/zenorocha/clipboard.js" "clipboard.js" >}}@2.0.6
clipboardJS = ''
# {{< link "https://github.com/ellisonleao/sharer.js" "sharer" >}}@0.4.0
# {{< link "https://github.com/ellisonleao/sharer.js" "sharer.js" >}}@0.4.0
sharerJS = ''
# {{< link "https://github.com/alexmacarthur/typeit" "typeit" >}}@6.5.1
# {{< link "https://github.com/alexmacarthur/typeit" "typeit" >}}@7.0.3
typeitJS = ''
# {{< link "https://github.com/KaTeX/KaTeX" "katex" >}}@0.11.1
katexCSS = ''
@@ -574,12 +572,12 @@ hugo
katexCopyTexCSS = ''
katexCopyTexJS = ''
katexMhchemJS = ''
# {{< link "https://github.com/knsv/mermaid" "mermaid" >}}@8.4.8
# {{< link "https://github.com/knsv/mermaid" "mermaid" >}}@8.5.0
mermaidJS = ''
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.6.0
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.7.0
echartsJS = ''
echartsMacaronsJS = ''
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.8.1
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.9.1
mapboxGLCSS = ''
mapboxGLJS = ''
# {{< link "https://github.com/MoePlayer/APlayer" "aplayer" >}}@1.10.1
@@ -590,7 +588,7 @@ hugo
# {{< link "https://github.com/gitalk/gitalk" "gitalk" >}}@1.6.2
gitalkCSS = ''
gitalkJS = ''
# {{< link "https://valine.js.org/" "valine" >}}@1.3.10
# {{< link "https://valine.js.org/" "valine" >}}@1.4.9
valineJS = ''
# Hugo 解析文档的配置

View File

@@ -14,6 +14,9 @@ featuredImage: "/images/theme-documentation-extended-shortcodes/featured-image.j
featuredImagePreview: "/images/theme-documentation-extended-shortcodes/featured-image-preview.jpg"
lightgallery: true
mapbox:
lightStyle: mapbox://styles/mapbox/light-zh-v1?optimize=true
darkStyle: mapbox://styles/mapbox/dark-zh-v1?optimize=true
---
**LoveIt** 主题在 Hugo 内置的 shortcode 的基础上提供多个扩展的 shortcode.
@@ -964,16 +967,16 @@ data = [
或者
{{</* mapbox lng=121.485 lat=31.233 zoom=12 */>}}
{{</* mapbox -122.252 37.453 10 false "mapbox://styles/mapbox/navigation-preview-day-v4" "mapbox://styles/mapbox/navigation-preview-night-v4" */>}}
{{</* mapbox -122.252 37.453 10 false "mapbox://styles/mapbox/streets-zh-v1" */>}}
或者
{{</* mapbox lng=-122.252 lat=37.453 zoom=10 marked=false light-style="mapbox://styles/mapbox/navigation-preview-day-v4" dark-style="mapbox://styles/mapbox/navigation-preview-night-v4" */>}}
{{</* mapbox lng=-122.252 lat=37.453 zoom=10 marked=false light-style="mapbox://styles/mapbox/streets-zh-v1" */>}}
```
呈现的输出效果如下:
{{< mapbox 121.485 31.233 12 >}}
{{< mapbox -122.252 37.453 10 false "mapbox://styles/mapbox/navigation-preview-day-v4?optimize=true" "mapbox://styles/mapbox/navigation-preview-night-v4?optimize=true" >}}
{{< mapbox -122.252 37.453 10 false "mapbox://styles/mapbox/streets-zh-v1?optimize=true" >}}
## music