Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a842da9697 | ||
|
72c4fd9761 | ||
|
f1c3083f09 | ||
|
a29108efdc | ||
|
c679fd6256 | ||
|
49dfb78503 |
19
README.md
19
README.md
@@ -309,10 +309,21 @@ twikoo:
|
|||||||
# See: https://github.com/MiniValine/MiniValine
|
# See: https://github.com/MiniValine/MiniValine
|
||||||
minivaline:
|
minivaline:
|
||||||
enable: false
|
enable: false
|
||||||
md: true
|
serverURL: https://minivaline.your-domain.com
|
||||||
# more options https://minivaline.js.org/docs/cn/#/Options
|
|
||||||
backend: waline
|
# advertisement
|
||||||
serverURL: https://waline.vercel.app
|
# if there is an "ad" word in photo or url,it may blocked by adblock or any other browser extensions
|
||||||
|
ads:
|
||||||
|
ad_1:
|
||||||
|
title: vultr优惠vps
|
||||||
|
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/vultr.png
|
||||||
|
url: https://www.vultr.com/?ref=8630075
|
||||||
|
width: 300
|
||||||
|
ad_2:
|
||||||
|
title: 云服务器全球购低至2折
|
||||||
|
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/ten_2.jpg
|
||||||
|
url: https://curl.qcloud.com/kvO7hb43
|
||||||
|
width: 300
|
||||||
```
|
```
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
12
_config.yml
12
_config.yml
@@ -242,12 +242,12 @@ minivaline:
|
|||||||
# 可以根据需要自行增加ad_3,ad_4...,留空则不显示,建议图片和url不要带ad等关键词,否则可能会被adblock等插件屏蔽
|
# 可以根据需要自行增加ad_3,ad_4...,留空则不显示,建议图片和url不要带ad等关键词,否则可能会被adblock等插件屏蔽
|
||||||
ads:
|
ads:
|
||||||
ad_1:
|
ad_1:
|
||||||
title: 腾讯云限时秒杀
|
title: 云服务器限时秒杀
|
||||||
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/ten_1.jpg
|
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/ten_1.jpg
|
||||||
url: https://curl.qcloud.com/ezctH6FU
|
|
||||||
width: 300
|
|
||||||
ad_2:
|
|
||||||
title: 云服务器全球购低至2折
|
|
||||||
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/ten_2.jpg
|
|
||||||
url: https://curl.qcloud.com/kvO7hb43
|
url: https://curl.qcloud.com/kvO7hb43
|
||||||
width: 300
|
width: 300
|
||||||
|
ad_2:
|
||||||
|
title: vultr优惠vps
|
||||||
|
img: https://cdn.jsdelivr.net/gh/Shen-Yu/cdn/img/vultr.png
|
||||||
|
url: https://www.vultr.com/?ref=8630075
|
||||||
|
width: 300
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexo-theme-ayer",
|
"name": "hexo-theme-ayer",
|
||||||
"version": "1.8.24",
|
"version": "1.9.1",
|
||||||
"description": "a clean and elegant theme for hexo.",
|
"description": "a clean and elegant theme for hexo.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "rollup -c -w",
|
"dev": "rollup -c -w",
|
||||||
|
@@ -8,9 +8,25 @@
|
|||||||
opacity .95
|
opacity .95
|
||||||
max-width 255px
|
max-width 255px
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
> .toc-list
|
>.toc-list
|
||||||
position relative
|
position relative
|
||||||
overflow hidden
|
overflow-x hidden
|
||||||
|
overflow-y scroll
|
||||||
|
max-height 70vh
|
||||||
|
|
||||||
|
>.toc-list::-webkit-scrollbar
|
||||||
|
width 4px
|
||||||
|
|
||||||
|
>.toc-list::-webkit-scrollbar-thumb
|
||||||
|
border-radius 10px
|
||||||
|
-webkit-box-shadow inset 0 0 5px rgba(0,0,0,0.2)
|
||||||
|
background rgba(0,0,0,0.2)
|
||||||
|
|
||||||
|
>.toc-list::-webkit-scrollbar-track
|
||||||
|
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2)
|
||||||
|
border-radius: 0
|
||||||
|
background: rgba(0,0,0,0.1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.toc-list
|
.toc-list
|
||||||
|
2
source/dist/main.css
vendored
2
source/dist/main.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user