-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #295 from dillonzq/develop
- Loading branch information
Showing
40 changed files
with
253 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
height: 100%; | ||
left: 0; | ||
top: 0; | ||
object-fit: cover; | ||
@include object-fit(cover); | ||
} | ||
|
||
&:hover { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,7 +234,7 @@ | |
} | ||
|
||
.lazyloading { | ||
object-fit: none; | ||
@include object-fit(none); | ||
} | ||
|
||
blockquote { | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,18 +7,19 @@ [email protected] https://github.com/algolia/autocomplete.js | |
[email protected] https://lunrjs.com/ | ||
[email protected] https://github.com/algolia/algoliasearch-client-javascript | ||
[email protected] https://github.com/aFarkas/lazysizes | ||
[email protected] https://github.com/fregante/object-fit-images | ||
[email protected] https://github.com/twitter/twemoji | ||
[email protected] https://github.com/sachinchoolur/lightgallery.js | ||
[email protected] https://github.com/sachinchoolur/lg-thumbnail.js | ||
[email protected] https://github.com/sachinchoolur/lg-zoom.js | ||
[email protected] https://github.com/zenorocha/clipboard.js | ||
[email protected] https://github.com/ellisonleao/sharer.js | ||
typeit@7.0.3 https://github.com/alexmacarthur/typeit | ||
typeit@6.5.1 https://github.com/alexmacarthur/typeit | ||
[email protected] https://katex.org/ | ||
[email protected] https://github.com/knsv/mermaid | ||
[email protected] https://echarts.apache.org/ | ||
mapbox-gl@1.9.1 https://github.com/mapbox/mapbox-gl-js | ||
mapbox-gl@1.10.0 https://github.com/mapbox/mapbox-gl-js | ||
[email protected] https://github.com/MoePlayer/APlayer | ||
[email protected] https://github.com/metowolf/MetingJS | ||
[email protected] https://github.com/gitalk/gitalk | ||
[email protected].9 https://valine.js.org/ | ||
[email protected].14 https://valine.js.org/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ enableEmoji = true | |
# type of search engine ("lunr", "algolia") | ||
type = "algolia" | ||
# max index length of the chunked content | ||
contentLength = 5000 | ||
contentLength = 4000 | ||
# placeholder of the search bar | ||
placeholder = "" | ||
# max number of results length | ||
|
@@ -310,7 +310,7 @@ enableEmoji = true | |
# 搜索引擎的类型 ("lunr", "algolia") | ||
type = "algolia" | ||
# 文章内容最长索引长度 | ||
contentLength = 5000 | ||
contentLength = 4000 | ||
# 搜索框的占位提示语 | ||
placeholder = "" | ||
# 最大结果数目 | ||
|
@@ -500,7 +500,7 @@ enableEmoji = true | |
# type of search engine ("lunr", "algolia") | ||
type = "algolia" | ||
# max index length of the chunked content | ||
contentLength = 5000 | ||
contentLength = 4000 | ||
# placeholder of the search bar | ||
placeholder = "" | ||
# max number of results length | ||
|
@@ -947,6 +947,8 @@ enableEmoji = true | |
algoliasearchJS = "" | ||
# [email protected] https://github.com/aFarkas/lazysizes | ||
lazysizesJS = "" | ||
# [email protected] https://github.com/fregante/object-fit-images | ||
objectFitImagesJS = "" | ||
# [email protected] https://github.com/twitter/twemoji | ||
twemojiJS = "" | ||
# [email protected] https://github.com/sachinchoolur/lightgallery.js | ||
|
@@ -960,7 +962,7 @@ enableEmoji = true | |
clipboardJS = "" | ||
# [email protected] https://github.com/ellisonleao/sharer.js | ||
sharerJS = "" | ||
# typeit@7.0.3 https://github.com/alexmacarthur/typeit | ||
# typeit@6.5.1 https://github.com/alexmacarthur/typeit | ||
typeitJS = "" | ||
# [email protected] https://katex.org/ | ||
katexCSS = "" | ||
|
@@ -974,7 +976,7 @@ enableEmoji = true | |
# [email protected] https://echarts.apache.org/ | ||
echartsJS = "" | ||
echartsMacaronsJS = "" | ||
# mapbox-gl@1.9.1 https://docs.mapbox.com/mapbox-gl-js | ||
# mapbox-gl@1.10.0 https://docs.mapbox.com/mapbox-gl-js | ||
mapboxGLCSS = "" | ||
mapboxGLJS = "" | ||
# [email protected] https://github.com/MoePlayer/APlayer | ||
|
@@ -985,7 +987,7 @@ enableEmoji = true | |
# [email protected] https://github.com/gitalk/gitalk | ||
gitalkCSS = "" | ||
gitalkJS = "" | ||
# [email protected].9 https://valine.js.org/ | ||
# [email protected].14 https://valine.js.org/ | ||
valineJS = "" | ||
|
||
# Markup related configuration in Hugo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.